|
enum | tButtonBarType { bbTypeNo = 0x0000
, bbTypeHorizontal = 0x0001
, bbTypeVertical = 0x0002
} |
|
|
| UserUiDialog (const QString &filename, tButtonBarType buttonBarType, const StringMap &dialogButtons, RetVal &retValue, QWidget *parent=NULL, Qt::WindowFlags f=Qt::WindowFlags()) |
|
| UserUiDialog (QWidget *contentWidget, tButtonBarType buttonBarType, const StringMap &dialogButtons, RetVal &retValue, QWidget *parent=NULL, Qt::WindowFlags f=Qt::WindowFlags()) |
|
|
void | dialogButtonClicked (QAbstractButton *button) |
|
|
QDialogButtonBox::ButtonRole | getButtonRole (const QString &role) |
|
|
QBoxLayout * | m_boxLayout |
|
QDialogButtonBox * | m_dialogBtnBox |
|
QWidget * | m_uiWidget |
|
◆ tButtonBarType
< enumeration describing the availability and position of an automatic created button bar
The documentation for this class was generated from the following files:
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/widgets/userUiDialog.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/widgets/userUiDialog.cpp