- Improved properties pannel by using a Splitter to allow the user to set the height of the pannel

This commit is contained in:
Christophe Dumez
2009-11-11 16:22:57 +00:00
parent 6199d6d543
commit 4493752d2f
5 changed files with 49 additions and 24 deletions

View File

@@ -66,6 +66,7 @@ private:
QAction *actionNormal;
QAction *actionMaximum;
QAction *actionHigh;
QList<int> slideSizes;
protected:
QPushButton* getButtonFromIndex(int index);