51 bbTypeHorizontal = 0x0001,
52 bbTypeVertical = 0x0002
56 const QString& filename,
58 const StringMap& dialogButtons,
60 QWidget* parent = NULL,
61 Qt::WindowFlags f = Qt::WindowFlags());
63 QWidget* contentWidget,
65 const StringMap& dialogButtons,
67 QWidget* parent = NULL,
68 Qt::WindowFlags f = Qt::WindowFlags());
73 RetVal init(
const QString &filename,
tButtonBarType buttonBarType,
const StringMap &dialogButtons);
74 RetVal init(QWidget *contentWidget,
tButtonBarType buttonBarType,
const StringMap &dialogButtons);
77 QDialogButtonBox::ButtonRole getButtonRole(
const QString &role);
79 QBoxLayout *m_boxLayout;
80 QDialogButtonBox *m_dialogBtnBox;
88 void dialogButtonClicked ( QAbstractButton * button );