anfaengliche z-index vertauschung
git-svn-id: http://svn.lsim.tuxzone.org/trunk@17 4bec179b-ab65-46ed-a5f8-55b8b5c735d0
This commit is contained in:
@@ -56,6 +56,7 @@ class lsim: public QMainWindow {
|
||||
void updateDockFieldWidget();
|
||||
void startCalculation();
|
||||
void startTimer();
|
||||
void handleDockLocationChange();
|
||||
|
||||
private:
|
||||
void createActions();
|
||||
@@ -74,6 +75,7 @@ class lsim: public QMainWindow {
|
||||
|
||||
QToolBar *fileToolBar;
|
||||
QToolBar *editToolBar;
|
||||
QToolBar *upDownToolBar;
|
||||
|
||||
struct Actions {
|
||||
QAction *aboutAct;
|
||||
@@ -85,6 +87,9 @@ class lsim: public QMainWindow {
|
||||
QAction *timerStart;
|
||||
QAction *timerStop;
|
||||
|
||||
QAction *moveItemDown;
|
||||
QAction *moveItemUp;
|
||||
|
||||
QAction *itemEditModeAct;
|
||||
QAction *insertEFieldItemAct;
|
||||
QAction *insertBFieldItemAct;
|
||||
|
||||
Reference in New Issue
Block a user