viele viele sachen
git-svn-id: http://svn.lsim.tuxzone.org/trunk@29 4bec179b-ab65-46ed-a5f8-55b8b5c735d0
This commit is contained in:
@@ -55,6 +55,8 @@ class lsim: public QMainWindow {
|
||||
|
||||
protected:
|
||||
void closeEvent (QCloseEvent *event);
|
||||
public slots:
|
||||
void goToFullscreen(bool yesno);
|
||||
|
||||
private slots:
|
||||
void about();
|
||||
@@ -119,6 +121,7 @@ class lsim: public QMainWindow {
|
||||
QAction *probeChargeItemPlaceAct;
|
||||
|
||||
QAction *resetAct;
|
||||
QAction *fullScreenAct;
|
||||
};
|
||||
Actions acts;
|
||||
|
||||
@@ -138,6 +141,7 @@ class lsim: public QMainWindow {
|
||||
signals:
|
||||
void windowModeChanged(WindowMode mode);
|
||||
void timeLineDurationChangedSec(double duration);
|
||||
void fullScreenModeChanged(bool mode);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user