20#include <gwen-gui-cpp/cppdialog.hpp>
23#include <gwenhywfar/dialog_be.h>
24#include <gwenhywfar/widget_be.h>
28#define QT5_DIALOG_WIDGET_REAL 0
29#define QT5_DIALOG_WIDGET_CONTENT 1
30#define QT5_DIALOG_WIDGET_LAYOUT 2
40 bool setup(QWidget *parentWindow);
77 const char *defaultValue);
virtual int setIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal)
CppDialog(GWEN_DIALOG *dlg)
virtual const char * getCharProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue)
virtual int setCharProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *value, int doSignal)
static CPPGUI_API CppDialog * getDialog(GWEN_DIALOG *dlg)
virtual int getIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue)
bool setup(QWidget *parentWindow)
int runDialog(bool untilEnd)
QT5_DialogBox * getMainWindow()
int setupTree(GWEN_WIDGET *w)
QT5_DialogBox * _mainWidget
QT5_GuiDialog(QT5_Gui *gui, GWEN_DIALOG *dlg)
struct GWEN_DIALOG GWEN_DIALOG