Changeset 6040 for branches/qt-gui_qt4/src/config/general.h
- Timestamp:
- 01/14/08 03:57:46 (10 months ago)
- Files:
-
- 1 modified
-
branches/qt-gui_qt4/src/config/general.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/qt-gui_qt4/src/config/general.h
r5861 r6040 24 24 #include "config.h" 25 25 26 #include <QApplication>27 26 #include <QFont> 28 27 #include <QObject> 28 #include <QRect> 29 29 30 30 class CIniFile; … … 89 89 bool autoRaiseMainwin() const { return myAutoRaiseMainwin; } 90 90 bool mainwinStartHidden() const { return myMainwinStartHidden; } 91 QRect mainwinRect() const { return myMainwinRect; } 91 92 92 93 DockMode dockMode() const { return myDockMode; } … … 128 129 void setAutoRaiseMainwin(bool autoRaiseMainwin); 129 130 void setMainwinStartHidden(bool mainwinStartHidden); 131 void setMainwinRect(QRect geometry); 130 132 131 133 void setDockMode(DockMode dockMode); … … 198 200 bool myFrameTransparent; 199 201 unsigned short myFrameStyle; 202 QRect myMainwinRect; 200 203 201 204 // Dock configuration
