|
| SidebarSplitter (Qt::Orientation orientation, QWidget *const parent=nullptr) |
|
| SidebarSplitter (QWidget *const parent=nullptr) |
| This is a QSplitter with better support for storing its state in config files, especially if Sidebars are contained in the splitter.
|
|
void | addSplitterCollapserButton (QWidget *const widget) |
|
void | restoreState (KConfigGroup &group) |
| Restores the splitter state from group, handling minimized sidebars correctly.
|
|
void | restoreState (KConfigGroup &group, const QString &key) |
| Restores the splitter state from group, handling minimized sidebars correctly.
|
|
void | saveState (KConfigGroup &group) |
| Saves the splitter state to group, handling minimized sidebars correctly.
|
|
void | saveState (KConfigGroup &group, const QString &key) |
| Saves the splitter state to group, handling minimized sidebars correctly.
|
|
void | setSize (QWidget *const widget, int size) |
|
void | setSize (Sidebar *const bar, int size) |
| Sets the splitter size for the given sidebar or splitter child widget to size.
|
|
int | size (QWidget *const widget) const |
|
int | size (Sidebar *const bar) const |
| Returns the value of sizes() that corresponds to the given Sidebar or splitter child widget.
|
|