itom 2.0.0
ito::UserUiDialog Class Reference

List of all members.

Public Types

enum  tButtonBarType { bbTypeNo = 0x0000, bbTypeHorizontal = 0x0001, bbTypeVertical = 0x0002 }

Public Member Functions

 UserUiDialog (const QString &filename, tButtonBarType buttonBarType, const StringMap &dialogButtons, RetVal &retValue, QWidget *parent=NULL, Qt::WindowFlags f=NULL)
 UserUiDialog (QWidget *contentWidget, tButtonBarType buttonBarType, const StringMap &dialogButtons, RetVal &retValue, QWidget *parent=NULL, Qt::WindowFlags f=NULL)
const QMetaObject * getMetaObjectByWidgetName (QString name) const

Protected Member Functions

RetVal init (const QString &filename, tButtonBarType buttonBarType, const StringMap &dialogButtons)
RetVal init (QWidget *contentWidget, tButtonBarType buttonBarType, const StringMap &dialogButtons)

Private Slots

void dialogButtonClicked (QAbstractButton *button)

Private Member Functions

QDialogButtonBox::ButtonRole getButtonRole (QString role)

Private Attributes

QBoxLayout * m_boxLayout
QDialogButtonBox * m_dialogBtnBox
QWidget * m_uiWidget

Member Enumeration Documentation

< enumeration describing the availability and position of an automatic created button bar


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends