Class SBGUICollapsibleGroupBox#
ClassList > SBGUICollapsibleGroupBox
#include <SBGUICollapsibleGroupBox.hpp>
Inherits the following classes: QGroupBox
Public Slots#
Type | Name |
---|---|
slot void | onToggled |
Public Signals#
Type | Name |
---|---|
signal void | collapsed The signal is emitted when the group box has been collapsed. |
signal void | expanded The signal is emitted when the group box has been expanded. |
Public Functions#
Type | Name |
---|---|
SBGUICollapsibleGroupBox (QWidget * parent=nullptr) Constructs the collapsible group box. |
|
SBGUICollapsibleGroupBox (const QString & title, QWidget * parent=nullptr) Constructs the collapsible group box with title title . |
|
virtual | ~SBGUICollapsibleGroupBox () Destructs the collapsible group box. |
Detailed Description#
The SBGUICollapsibleGroupBox class extends QGroupBox to make it possible to collapse/expand it on toggling.
Short name: SBCollapsibleComboBox
Public Slots Documentation#
slot onToggled#
Public Signals Documentation#
signal collapsed#
The signal is emitted when the group box has been collapsed.
signal expanded#
The signal is emitted when the group box has been expanded.
Public Functions Documentation#
function SBGUICollapsibleGroupBox [1/2]#
Constructs the collapsible group box.
function SBGUICollapsibleGroupBox [2/2]#
Constructs the collapsible group box with title title
.
explicit SBGUICollapsibleGroupBox::SBGUICollapsibleGroupBox (
const QString & title,
QWidget * parent=nullptr
)
function ~SBGUICollapsibleGroupBox#
Destructs the collapsible group box.