Added status bar framework.

This commit is contained in:
Jim Evins
2013-10-26 16:05:01 -04:00
parent f00b88ef80
commit c39d95f2b1
2 changed files with 57 additions and 1 deletions
+9
View File
@@ -27,6 +27,7 @@
#include <QMenuBar>
#include <QMenu>
#include <QToolBar>
#include <QLabel>
namespace gLabels
@@ -102,11 +103,16 @@ namespace gLabels
void helpContents();
void helpAbout();
void updateZoomInfo( double, bool, bool );
void updateCursorInfo();
void updateCursorInfo( double, double );
private:
void createActions();
void createMenus();
void createToolBars();
void createStatusBar();
void setDocVerbsEnabled( bool );
void setDocModifiedVerbsEnabled( bool );
@@ -134,6 +140,9 @@ namespace gLabels
QToolBar *editToolBar;
QToolBar *viewToolBar;
QLabel *zoomInfoLabel;
QLabel *cursorInfoLabel;
QAction *fileNewAction;
QAction *fileOpenAction;
QAction *fileSaveAction;