refs #619, allow to open file load / save dialog from view

This commit is contained in:
Klaus Basan
2016-03-18 04:39:32 +01:00
parent dbbe07dc81
commit 18c1da8502
2 changed files with 21 additions and 5 deletions

View File

@@ -197,6 +197,12 @@ namespace BlackGui
//! Main application window widget if any
QWidget *mainApplicationWindowWidget() const;
//! Show file load dialog
BlackMisc::CStatusMessage showFileLoadDialog();
//! Show file save dialog
BlackMisc::CStatusMessage showFileSaveDialog() const;
signals:
//! Ask for new data from currently loaded data
void requestUpdate();