27 QSizePolicy::Policy hpolicy=QSizePolicy::Minimum;
28 QSizePolicy::Policy vpolicy=QSizePolicy::Minimum;
32 wParent=GWEN_Widget_Tree_GetParent(
_widget);
38 hpolicy=QSizePolicy::Expanding;
40 vpolicy=QSizePolicy::Expanding;
41 qw->setSizePolicy(hpolicy, vpolicy);
49 qw->connect(qw, SIGNAL(activated(
int)),
51 SLOT(slotActivated()));
72 qw->setCurrentIndex(value);
96 return qw->currentIndex();
119 text=QString::fromUtf8(value);
138 "Function is not appropriate for this type of widget (%s)",
147 const char *defaultValue) {
156 str=qw->itemText(index);
170 "Function is not appropriate for this type of widget (%s)",
#define GWEN_ERROR_INVALID
int getIntProperty(GWEN_DIALOG_PROPERTY prop, int index, int defaultValue)
#define GWEN_WIDGET_FLAGS_READONLY
#define DBG_WARN(dbg_logger, format,...)
int setIntProperty(GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal)
const char * getCharProperty(GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue)
#define GWEN_WIDGET_FLAGS_FILLY
QT5_DialogBox * getMainWindow()
#define GWEN_WIDGET_FLAGS_FILLX
#define QT5_DIALOG_STRING_TITLE
Qt5_W_ComboBox(GWEN_WIDGET *w)
#define QT5_DIALOG_WIDGET_REAL
int setCharProperty(GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, const char *value, GWEN_UNUSED int doSignal)