toolbar icons and many more things
git-svn-id: http://svn.lsim.tuxzone.org/trunk@24 4bec179b-ab65-46ed-a5f8-55b8b5c735d0
This commit is contained in:
@@ -67,6 +67,8 @@ class lsim: public QMainWindow {
|
||||
void handleDockLocationChange();
|
||||
void handleUpDownActionChanges();
|
||||
void initWindowMode(WindowMode newMode);
|
||||
void clearAnyFocus();
|
||||
void resetAll();
|
||||
|
||||
private:
|
||||
void createActions();
|
||||
@@ -97,6 +99,7 @@ class lsim: public QMainWindow {
|
||||
QAction *calculate;
|
||||
QAction *timerStart;
|
||||
QAction *timerStop;
|
||||
QAction *timerPause;
|
||||
|
||||
QAction *moveItemDown;
|
||||
QAction *moveItemUp;
|
||||
@@ -111,6 +114,8 @@ class lsim: public QMainWindow {
|
||||
QAction *insertBFieldItemAct;
|
||||
QAction *insertStopperItemAct;
|
||||
QAction *probeChargeItemPlaceAct;
|
||||
|
||||
QAction *resetAct;
|
||||
};
|
||||
Actions acts;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user