28 QSizePolicy::Policy hpolicy=QSizePolicy::Minimum;
29 QSizePolicy::Policy vpolicy=QSizePolicy::Minimum;
32 wParent=GWEN_Widget_Tree_GetParent(
_widget);
35 qLayout=
new QVBoxLayout(qw);
39 hpolicy=QSizePolicy::Expanding;
41 vpolicy=QSizePolicy::Expanding;
42 qw->setSizePolicy(hpolicy, vpolicy);
69 qChild->setParent(qw);
70 qLayout->addWidget(qChild);
88 qw->setWindowTitle(QString::fromUtf8(value));
95 "Function is not appropriate for this type of widget (%s)",
104 const char *defaultValue) {
113 str=qw->windowTitle();
127 "Function is not appropriate for this type of widget (%s)",
Qt5_W_Dialog(GWEN_WIDGET *w)
int addChildGuiWidget(GWEN_WIDGET *wChild)
int setCharProperty(GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, const char *value, GWEN_UNUSED int doSignal)
const char * getCharProperty(GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, const char *defaultValue)
#define DBG_WARN(dbg_logger, format,...)
#define GWEN_WIDGET_FLAGS_FILLY
#define GWEN_WIDGET_FLAGS_FILLX
@ GWEN_DialogProperty_Title
#define GWEN_ERROR_INVALID
#define QT5_DIALOG_STRING_TITLE
#define QT5_DIALOG_WIDGET_REAL
#define QT5_DIALOG_WIDGET_LAYOUT