Web Analytics Made Easy - Statcounter
Skip to content

Class SBGUICollapsibleGroupBox#

ClassList > SBGUICollapsibleGroupBox

More...

  • #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#

void onToggled;

Public Signals Documentation#

signal collapsed#

The signal is emitted when the group box has been collapsed.

void collapsed;


signal expanded#

The signal is emitted when the group box has been expanded.

void expanded;


Public Functions Documentation#

function SBGUICollapsibleGroupBox [1/2]#

Constructs the collapsible group box.

explicit SBGUICollapsibleGroupBox::SBGUICollapsibleGroupBox (
    QWidget * parent=nullptr
) 


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.

virtual SBGUICollapsibleGroupBox::~SBGUICollapsibleGroupBox ()