QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
#include <QGroupBox>
#include <QPointer>
#include <QToolButton>
#include "qgis_sip.h"
#include "qgssettings.h"
#include "qgis_gui.h"
Go to the source code of this file.
Classes | |
class | QgsCollapsibleGroupBox |
A groupbox that collapses/expands when toggled and can save its collapsed and checked states. By default, it auto-saves only its collapsed state to the global settings based on the widget and it's parent names. Holding Alt modifier key when toggling collapsed state will synchronize the toggling across other collapsible group boxes with the same syncGroup QString value Holding Shift modifier key when attempting to toggle collapsed state will expand current group box, then collapse any others with the same syncGroup QString value. More... | |
class | QgsCollapsibleGroupBoxBasic |
A groupbox that collapses/expands when toggled. Basic class QgsCollapsibleGroupBoxBasic does not auto-save collapsed or checked state Holding Alt modifier key when toggling collapsed state will synchronize the toggling across other collapsible group boxes with the same syncGroup QString value Holding Shift modifier key when attempting to toggle collapsed state will expand current group box, then collapse any others with the same syncGroup QString value. More... | |
class | QgsGroupBoxCollapseButton |