ein paar kleinere verbesserungen

git-svn-id: http://svn.lsim.tuxzone.org/trunk@28 4bec179b-ab65-46ed-a5f8-55b8b5c735d0
This commit is contained in:
catdog2
2008-12-07 22:11:41 +00:00
parent 80bdc8f262
commit ff93559144
9 changed files with 94 additions and 25 deletions

View File

@@ -70,6 +70,9 @@ class lsim: public QMainWindow {
void clearAnyFocus();
void resetAll();
void timeLineDurationChangeWrapperToSec(int length);
void timeLineDurationSetWrapperToMsec(double length);
private:
void createActions();
void createMenus();
@@ -134,6 +137,7 @@ class lsim: public QMainWindow {
WindowMode myMode;
signals:
void windowModeChanged(WindowMode mode);
void timeLineDurationChangedSec(double duration);
};
#endif