itom  3.0.0
ito::UserUiDialog Class Reference
Inheritance diagram for ito::UserUiDialog:

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)
 

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 (const 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: