32 #ifndef CXCONTROLLABLESPLITTER_H
33 #define CXCONTROLLABLESPLITTER_H
58 void initializeSettings();
61 void onMoveSplitterLeft();
62 void onMoveSplitterRight();
63 void shiftSplitter(
int shift);
64 bool splitterShowsBoth()
const;
65 void onSplitterMoved();
67 int getShiftState()
const;
68 void setShiftState(
int shiftState);
75 QAction* mShiftSplitterLeft;
76 QAction* mShiftSplitterRight;
81 double mSplitterRatio;
86 #endif // CXCONTROLLABLESPLITTER_H
void addLeftWidget(QWidget *widget, QString name)
Helper class for storing one string value in an xml document.
ControllableSplitter(XmlOptionFile options, QWidget *parent)
void addRightWidget(QWidget *widget, QString name)
Helper class for xml files used to store ssc/cx data.
QAction * getMoveLeftAction()
QAction * getMoveRightAction()