X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=mainwindow.h;h=7b29346763d5b05dbb4a455758e72c8958810dce;hb=255a60892a4df855783726f2c9aca8c60366d3f5;hp=4cb6eec7fa67fc28df29e3f5f535181c9ec5fb7a;hpb=daa32520629b4a9efe0011c20022edc9b8d77e58;p=gefu%2FGefu.git diff --git a/mainwindow.h b/mainwindow.h index 4cb6eec..7b29346 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -26,19 +26,22 @@ signals: void showSystemFiles(bool show); public slots: - void onActionSetting(); - void onHelpAbout(); private slots: + void openRequest(const QFileInfo &info); + void showPreferenceDialog(); + void about(); void toggleShowHiddenFiles(); void toggleShowSystemFiles(); void checkUpdate(bool silent = false); void checkUpdateFinished(QNetworkReply *reply); void checkUpdateFinished(QNetworkReply *reply, bool silent); void checkUpdateFinishedSilent(QNetworkReply *reply); + void viewFinish(QWidget *sender); private: Ui::MainWindow *ui; + QWidget *m_focusedView; // QWidget interface protected: