Save/restore toolbar visibility in settings.
This commit is contained in:
+7
-4
@@ -65,10 +65,10 @@ namespace gLabels
|
||||
void editUnSelectAll();
|
||||
void editPreferences();
|
||||
|
||||
void viewFileToolBar();
|
||||
void viewObjectsToolBar();
|
||||
void viewEditToolBar();
|
||||
void viewViewToolBar();
|
||||
void viewFileToolBar( bool );
|
||||
void viewObjectsToolBar( bool );
|
||||
void viewEditToolBar( bool );
|
||||
void viewViewToolBar( bool );
|
||||
void viewGrid();
|
||||
void viewMarkup();
|
||||
void viewZoomIn();
|
||||
@@ -108,6 +108,9 @@ namespace gLabels
|
||||
void createMenus();
|
||||
void createToolBars();
|
||||
|
||||
void readSettings();
|
||||
void writeSettings();
|
||||
|
||||
QMenu *fileMenu;
|
||||
QMenu *editMenu;
|
||||
QMenu *viewMenu;
|
||||
|
||||
Reference in New Issue
Block a user