umbrello
2.35.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
#include <autolayoutoptionpage.h>
Signals | |
void | applyClicked () |
Public Member Functions | |
AutoLayoutOptionPage (QWidget *parent=0) | |
virtual | ~AutoLayoutOptionPage () |
void | setDefaults () |
void | apply () |
![]() | |
DialogPageBase (QWidget *parent) | |
virtual | ~DialogPageBase () |
virtual bool | isModified () |
Protected Slots | |
void | slotAutoDotPathCBClicked (bool value) |
Additional Inherited Members | |
![]() | |
virtual void | keyPressEvent (QKeyEvent *event) |
![]() | |
bool | m_isModified |
![]() | |
void | setupUi (QWidget *AutoLayoutOptionPage) |
void | retranslateUi (QWidget *AutoLayoutOptionPage) |
![]() | |
QVBoxLayout * | vboxLayout |
QGroupBox * | groupBox |
QGridLayout * | gridLayout |
QCheckBox * | m_autoDotPath |
QLabel * | label |
KUrlRequester * | m_dotPath |
QSpacerItem * | verticalSpacer_2 |
QGroupBox * | Other |
QGridLayout * | gridLayout_2 |
QCheckBox * | m_showExportLayout |
QSpacerItem * | verticalSpacer |
A dialog page to display auto layouts options
Bugs and comments to umbre or llo- devel @kde .orghttps://bugs.kde.org
|
explicit |
Constructor.general
parent | the parent (wizard) of this wizard page |
|
virtual |
destructor
void AutoLayoutOptionPage::apply | ( | ) |
Reads the set values from their corresponding widgets, writes them back to the data structure, and notifies clients.
|
signal |
void AutoLayoutOptionPage::setDefaults | ( | ) |
sets default values
|
protectedslot |