Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/fb2edit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKandrashin Denis <mail@lintest.ru>2012-09-15 00:06:48 +0400
committerKandrashin Denis <mail@lintest.ru>2012-09-15 00:21:08 +0400
commitdfb3dadde7b85d3f166a76f3ea606a0178741c34 (patch)
tree04054e0b2b5d23a3a4ec7ef43c9951c9de0eb856 /source/fb2main.hpp
parentc37f785bf2259ddbbad3d711c9845073d6d44deb (diff)
Setup view actions
Diffstat (limited to 'source/fb2main.hpp')
-rw-r--r--source/fb2main.hpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/fb2main.hpp b/source/fb2main.hpp
index e26c803..cbc8d54 100644
--- a/source/fb2main.hpp
+++ b/source/fb2main.hpp
@@ -38,6 +38,9 @@ public:
protected:
void closeEvent(QCloseEvent *event);
+signals:
+ void showInspectorChecked(bool);
+
public slots:
void logMessage(const QString &message);
@@ -48,7 +51,7 @@ private slots:
bool fileSaveAs();
void about();
- void loadFinished(bool);
+ void createTextToolbar();
void documentWasModified();
void checkScintillaUndo();
void treeDestroyed();
@@ -137,6 +140,8 @@ private:
*actionTextCode,
*actionTextSub,
*actionTextSup,
+ *actionContents,
+ *actionPictures,
*actionInspect,
*actionZoomIn,
*actionZoomOut,