10 #ifndef QT4_DIALOG_HPP
11 #define QT4_DIALOG_HPP
13 #include <gwen-gui-cpp/cppdialog.hpp>
16 #include <gwenhywfar/dialog_be.h>
17 #include <gwenhywfar/widget_be.h>
29 #define QT4_DIALOG_WIDGET_REAL 0
30 #define QT4_DIALOG_WIDGET_CONTENT 1
31 #define QT4_DIALOG_WIDGET_LAYOUT 2
42 bool setup(QWidget *parentWindow);
79 const char *defaultValue);
int setupTree(GWEN_WIDGET *w)
static QT4_GuiDialog * getDialog(GWEN_DIALOG *dlg)
int runDialog(bool untilEnd)
A C++ binding for the C module GWEN_DIALOG.
struct GWEN_DIALOG GWEN_DIALOG
virtual int setCharProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *value, int doSignal)
QT4_GuiDialog(QT4_Gui *gui, GWEN_DIALOG *dlg)
bool setup(QWidget *parentWindow)
QT4_DialogBox * _mainWidget
virtual int getIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue)
virtual int setIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal)
virtual const char * getCharProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue)
QT4_DialogBox * getMainWindow()