mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
refs #619, allow to open file load / save dialog from view
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user