24#include <qstringlist.h>
25#include <qxmlstream.h>
30#define QDESIGNER_UILIB_EXTERN Q_DECL_EXPORT
31#define QDESIGNER_UILIB_IMPORT Q_DECL_IMPORT
33#if defined(QT_DESIGNER_STATIC) || defined(QT_UIC) || defined(QT_UIC3)
34# define QDESIGNER_UILIB_EXPORT
35#elif defined(QDESIGNER_UILIB_LIBRARY)
36# define QDESIGNER_UILIB_EXPORT QDESIGNER_UILIB_EXTERN
42# define QDESIGNER_UILIB_EXPORT
45#ifdef QFORMINTERNAL_NAMESPACE
46namespace QFormInternal
52
53
65class DomCustomWidgets;
68class DomLayoutDefault;
69class DomLayoutFunction;
95class DomResourcePixmap;
106class DomConnectionHints;
107class DomConnectionHint;
108class DomDesignerData;
110class DomPropertySpecifications;
111class DomPropertyToolTip;
112class DomStringPropertySpecification;
115
116
119 Q_DISABLE_COPY_MOVE(DomUI)
124 void read(QXmlStreamReader &reader);
125 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
262 QString m_attr_version;
263 bool m_has_attr_version =
false;
265 QString m_attr_language;
266 bool m_has_attr_language =
false;
268 QString m_attr_displayname;
269 bool m_has_attr_displayname =
false;
271 bool m_attr_idbasedtr =
false;
272 bool m_has_attr_idbasedtr =
false;
274 QString m_attr_label;
275 bool m_has_attr_label =
false;
277 bool m_attr_connectslotsbyname =
false;
278 bool m_has_attr_connectslotsbyname =
false;
280 int m_attr_stdsetdef = 0;
281 bool m_has_attr_stdsetdef =
false;
283 int m_attr_stdSetDef = 0;
284 bool m_has_attr_stdSetDef =
false;
290 QString m_exportMacro;
292 DomWidget *m_widget =
nullptr;
293 DomLayoutDefault *m_layoutDefault =
nullptr;
294 DomLayoutFunction *m_layoutFunction =
nullptr;
295 QString m_pixmapFunction;
296 DomCustomWidgets *m_customWidgets =
nullptr;
297 DomTabStops *m_tabStops =
nullptr;
298 DomIncludes *m_includes =
nullptr;
299 DomResources *m_resources =
nullptr;
300 DomConnections *m_connections =
nullptr;
301 DomDesignerData *m_designerdata =
nullptr;
302 DomSlots *m_slots =
nullptr;
303 DomButtonGroups *m_buttonGroups =
nullptr;
313 PixmapFunction = 128,
326 Q_DISABLE_COPY_MOVE(DomIncludes)
328 DomIncludes() =
default;
331 void read(QXmlStreamReader &reader);
332 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
342 QList<DomInclude *> m_include;
350 Q_DISABLE_COPY_MOVE(DomInclude)
352 DomInclude() =
default;
355 void read(QXmlStreamReader &reader);
356 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
358 QString
text()
const {
return m_text; }
359 void setText(
const QString &s) { m_text = s; }
376 QString m_attr_location;
377 bool m_has_attr_location =
false;
379 QString m_attr_impldecl;
380 bool m_has_attr_impldecl =
false;
384 Q_DISABLE_COPY_MOVE(DomResources)
386 DomResources() =
default;
389 void read(QXmlStreamReader &reader);
390 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
405 bool m_has_attr_name =
false;
409 QList<DomResource *> m_include;
417 Q_DISABLE_COPY_MOVE(DomResource)
419 DomResource() =
default;
422 void read(QXmlStreamReader &reader);
423 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
433 QString m_attr_location;
434 bool m_has_attr_location =
false;
438 Q_DISABLE_COPY_MOVE(DomActionGroup)
440 DomActionGroup() =
default;
443 void read(QXmlStreamReader &reader);
444 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
468 bool m_has_attr_name =
false;
472 QList<DomAction *> m_action;
473 QList<DomActionGroup *> m_actionGroup;
474 QList<DomProperty *> m_property;
475 QList<DomProperty *> m_attribute;
486 Q_DISABLE_COPY_MOVE(DomAction)
488 DomAction() =
default;
491 void read(QXmlStreamReader &reader);
492 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
515 bool m_has_attr_name =
false;
518 bool m_has_attr_menu =
false;
522 QList<DomProperty *> m_property;
523 QList<DomProperty *> m_attribute;
532 Q_DISABLE_COPY_MOVE(DomActionRef)
534 DomActionRef() =
default;
537 void read(QXmlStreamReader &reader);
538 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
549 bool m_has_attr_name =
false;
553 Q_DISABLE_COPY_MOVE(DomButtonGroup)
555 DomButtonGroup() =
default;
558 void read(QXmlStreamReader &reader);
559 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
577 bool m_has_attr_name =
false;
581 QList<DomProperty *> m_property;
582 QList<DomProperty *> m_attribute;
591 Q_DISABLE_COPY_MOVE(DomButtonGroups)
593 DomButtonGroups() =
default;
596 void read(QXmlStreamReader &reader);
597 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
607 QList<DomButtonGroup *> m_buttonGroup;
615 Q_DISABLE_COPY_MOVE(DomCustomWidgets)
617 DomCustomWidgets() =
default;
620 void read(QXmlStreamReader &reader);
621 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
631 QList<DomCustomWidget *> m_customWidget;
639 Q_DISABLE_COPY_MOVE(DomHeader)
641 DomHeader() =
default;
644 void read(QXmlStreamReader &reader);
645 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
647 QString
text()
const {
return m_text; }
648 void setText(
const QString &s) { m_text = s; }
660 QString m_attr_location;
661 bool m_has_attr_location =
false;
665 Q_DISABLE_COPY_MOVE(DomCustomWidget)
667 DomCustomWidget() =
default;
670 void read(QXmlStreamReader &reader);
671 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
729 DomHeader *m_header =
nullptr;
730 DomSize *m_sizeHint =
nullptr;
731 QString m_addPageMethod;
734 DomSlots *m_slots =
nullptr;
735 DomPropertySpecifications *m_propertyspecifications =
nullptr;
746 Propertyspecifications = 256
751 Q_DISABLE_COPY_MOVE(DomLayoutDefault)
753 DomLayoutDefault() =
default;
756 void read(QXmlStreamReader &reader);
757 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
772 int m_attr_spacing = 0;
773 bool m_has_attr_spacing =
false;
775 int m_attr_margin = 0;
776 bool m_has_attr_margin =
false;
780 Q_DISABLE_COPY_MOVE(DomLayoutFunction)
782 DomLayoutFunction() =
default;
785 void read(QXmlStreamReader &reader);
786 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
801 QString m_attr_spacing;
802 bool m_has_attr_spacing =
false;
804 QString m_attr_margin;
805 bool m_has_attr_margin =
false;
809 Q_DISABLE_COPY_MOVE(DomTabStops)
811 DomTabStops() =
default;
814 void read(QXmlStreamReader &reader);
815 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
825 QStringList m_tabStop;
833 Q_DISABLE_COPY_MOVE(DomLayout)
835 DomLayout() =
default;
838 void read(QXmlStreamReader &reader);
839 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
889 QString m_attr_class;
890 bool m_has_attr_class =
false;
893 bool m_has_attr_name =
false;
895 QString m_attr_stretch;
896 bool m_has_attr_stretch =
false;
898 QString m_attr_rowStretch;
899 bool m_has_attr_rowStretch =
false;
901 QString m_attr_columnStretch;
902 bool m_has_attr_columnStretch =
false;
904 QString m_attr_rowMinimumHeight;
905 bool m_has_attr_rowMinimumHeight =
false;
907 QString m_attr_columnMinimumWidth;
908 bool m_has_attr_columnMinimumWidth =
false;
912 QList<DomProperty *> m_property;
913 QList<DomProperty *> m_attribute;
914 QList<DomLayoutItem *> m_item;
924 Q_DISABLE_COPY_MOVE(DomLayoutItem)
926 DomLayoutItem() =
default;
929 void read(QXmlStreamReader &reader);
930 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
979 bool m_has_attr_row =
false;
981 int m_attr_column = 0;
982 bool m_has_attr_column =
false;
984 int m_attr_rowSpan = 0;
985 bool m_has_attr_rowSpan =
false;
987 int m_attr_colSpan = 0;
988 bool m_has_attr_colSpan =
false;
990 QString m_attr_alignment;
991 bool m_has_attr_alignment =
false;
995 DomWidget *m_widget =
nullptr;
996 DomLayout *m_layout =
nullptr;
997 DomSpacer *m_spacer =
nullptr;
1001 Q_DISABLE_COPY_MOVE(DomRow)
1006 void read(QXmlStreamReader &reader);
1007 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1016 uint m_children = 0;
1017 QList<DomProperty *> m_property;
1025 Q_DISABLE_COPY_MOVE(DomColumn)
1027 DomColumn() =
default;
1030 void read(QXmlStreamReader &reader);
1031 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1040 uint m_children = 0;
1041 QList<DomProperty *> m_property;
1049 Q_DISABLE_COPY_MOVE(DomItem)
1051 DomItem() =
default;
1054 void read(QXmlStreamReader &reader);
1055 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1078 bool m_has_attr_row =
false;
1080 int m_attr_column = 0;
1081 bool m_has_attr_column =
false;
1084 uint m_children = 0;
1085 QList<DomProperty *> m_property;
1086 QList<DomItem *> m_item;
1095 Q_DISABLE_COPY_MOVE(DomWidget)
1097 DomWidget() =
default;
1100 void read(QXmlStreamReader &reader);
1101 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1158 QString m_attr_class;
1159 bool m_has_attr_class =
false;
1161 QString m_attr_name;
1162 bool m_has_attr_name =
false;
1164 bool m_attr_native =
false;
1165 bool m_has_attr_native =
false;
1168 uint m_children = 0;
1169 QStringList m_class;
1170 QList<DomProperty *> m_property;
1171 QList<DomProperty *> m_attribute;
1172 QList<DomRow *> m_row;
1173 QList<DomColumn *> m_column;
1174 QList<DomItem *> m_item;
1175 QList<DomLayout *> m_layout;
1176 QList<DomWidget *> m_widget;
1177 QList<DomAction *> m_action;
1178 QList<DomActionGroup *> m_actionGroup;
1179 QList<DomActionRef *> m_addAction;
1180 QStringList m_zOrder;
1199 Q_DISABLE_COPY_MOVE(DomSpacer)
1201 DomSpacer() =
default;
1204 void read(QXmlStreamReader &reader);
1205 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1219 QString m_attr_name;
1220 bool m_has_attr_name =
false;
1223 uint m_children = 0;
1224 QList<DomProperty *> m_property;
1232 Q_DISABLE_COPY_MOVE(DomColor)
1234 DomColor() =
default;
1237 void read(QXmlStreamReader &reader);
1238 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1264 int m_attr_alpha = 0;
1265 bool m_has_attr_alpha =
false;
1268 uint m_children = 0;
1281 Q_DISABLE_COPY_MOVE(DomGradientStop)
1283 DomGradientStop() =
default;
1286 void read(QXmlStreamReader &reader);
1287 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1304 double m_attr_position = 0.0;
1305 bool m_has_attr_position =
false;
1308 uint m_children = 0;
1309 DomColor *m_color =
nullptr;
1317 Q_DISABLE_COPY_MOVE(DomGradient)
1319 DomGradient() =
default;
1322 void read(QXmlStreamReader &reader);
1323 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1397 double m_attr_startX = 0.0;
1398 bool m_has_attr_startX =
false;
1400 double m_attr_startY = 0.0;
1401 bool m_has_attr_startY =
false;
1403 double m_attr_endX = 0.0;
1404 bool m_has_attr_endX =
false;
1406 double m_attr_endY = 0.0;
1407 bool m_has_attr_endY =
false;
1409 double m_attr_centralX = 0.0;
1410 bool m_has_attr_centralX =
false;
1412 double m_attr_centralY = 0.0;
1413 bool m_has_attr_centralY =
false;
1415 double m_attr_focalX = 0.0;
1416 bool m_has_attr_focalX =
false;
1418 double m_attr_focalY = 0.0;
1419 bool m_has_attr_focalY =
false;
1421 double m_attr_radius = 0.0;
1422 bool m_has_attr_radius =
false;
1424 double m_attr_angle = 0.0;
1425 bool m_has_attr_angle =
false;
1427 QString m_attr_type;
1428 bool m_has_attr_type =
false;
1430 QString m_attr_spread;
1431 bool m_has_attr_spread =
false;
1433 QString m_attr_coordinateMode;
1434 bool m_has_attr_coordinateMode =
false;
1437 uint m_children = 0;
1438 QList<DomGradientStop *> m_gradientStop;
1446 Q_DISABLE_COPY_MOVE(DomBrush)
1448 DomBrush() =
default;
1451 void read(QXmlStreamReader &reader);
1452 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1461 enum Kind { Unknown = 0, Color, Texture, Gradient };
1480 QString m_attr_brushStyle;
1481 bool m_has_attr_brushStyle =
false;
1485 DomColor *m_color =
nullptr;
1486 DomProperty *m_texture =
nullptr;
1487 DomGradient *m_gradient =
nullptr;
1491 Q_DISABLE_COPY_MOVE(DomColorRole)
1493 DomColorRole() =
default;
1496 void read(QXmlStreamReader &reader);
1497 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1514 QString m_attr_role;
1515 bool m_has_attr_role =
false;
1518 uint m_children = 0;
1519 DomBrush *m_brush =
nullptr;
1527 Q_DISABLE_COPY_MOVE(DomColorGroup)
1529 DomColorGroup() =
default;
1532 void read(QXmlStreamReader &reader);
1533 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1545 uint m_children = 0;
1546 QList<DomColorRole *> m_colorRole;
1547 QList<DomColor *> m_color;
1556 Q_DISABLE_COPY_MOVE(DomPalette)
1558 DomPalette() =
default;
1561 void read(QXmlStreamReader &reader);
1562 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1586 uint m_children = 0;
1587 DomColorGroup *m_active =
nullptr;
1588 DomColorGroup *m_inactive =
nullptr;
1589 DomColorGroup *m_disabled =
nullptr;
1599 Q_DISABLE_COPY_MOVE(DomFont)
1601 DomFont() =
default;
1604 void read(QXmlStreamReader &reader);
1605 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1671 uint m_children = 0;
1673 int m_pointSize = 0;
1675 bool m_italic =
false;
1676 bool m_bold =
false;
1677 bool m_underline =
false;
1678 bool m_strikeOut =
false;
1679 bool m_antialiasing =
false;
1680 QString m_styleStrategy;
1681 bool m_kerning =
false;
1682 QString m_hintingPreference;
1683 QString m_fontWeight;
1694 StyleStrategy = 256,
1696 HintingPreference = 1024,
1702 Q_DISABLE_COPY_MOVE(DomPoint)
1704 DomPoint() =
default;
1707 void read(QXmlStreamReader &reader);
1708 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1724 uint m_children = 0;
1735 Q_DISABLE_COPY_MOVE(DomRect)
1737 DomRect() =
default;
1740 void read(QXmlStreamReader &reader);
1741 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1767 uint m_children = 0;
1782 Q_DISABLE_COPY_MOVE(DomLocale)
1784 DomLocale() =
default;
1787 void read(QXmlStreamReader &reader);
1788 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1803 QString m_attr_language;
1804 bool m_has_attr_language =
false;
1806 QString m_attr_country;
1807 bool m_has_attr_country =
false;
1811 Q_DISABLE_COPY_MOVE(DomSizePolicy)
1813 DomSizePolicy() =
default;
1816 void read(QXmlStreamReader &reader);
1817 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1853 QString m_attr_hSizeType;
1854 bool m_has_attr_hSizeType =
false;
1856 QString m_attr_vSizeType;
1857 bool m_has_attr_vSizeType =
false;
1860 uint m_children = 0;
1861 int m_hSizeType = 0;
1862 int m_vSizeType = 0;
1863 int m_horStretch = 0;
1864 int m_verStretch = 0;
1875 Q_DISABLE_COPY_MOVE(DomSize)
1877 DomSize() =
default;
1880 void read(QXmlStreamReader &reader);
1881 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1897 uint m_children = 0;
1908 Q_DISABLE_COPY_MOVE(DomDate)
1910 DomDate() =
default;
1913 void read(QXmlStreamReader &reader);
1914 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1935 uint m_children = 0;
1948 Q_DISABLE_COPY_MOVE(DomTime)
1950 DomTime() =
default;
1953 void read(QXmlStreamReader &reader);
1954 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1975 uint m_children = 0;
1988 Q_DISABLE_COPY_MOVE(DomDateTime)
1990 DomDateTime() =
default;
1993 void read(QXmlStreamReader &reader);
1994 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2030 uint m_children = 0;
2049 Q_DISABLE_COPY_MOVE(DomStringList)
2051 DomStringList() =
default;
2054 void read(QXmlStreamReader &reader);
2055 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2084 QString m_attr_notr;
2085 bool m_has_attr_notr =
false;
2087 QString m_attr_comment;
2088 bool m_has_attr_comment =
false;
2090 QString m_attr_extraComment;
2091 bool m_has_attr_extraComment =
false;
2094 bool m_has_attr_id =
false;
2097 uint m_children = 0;
2098 QStringList m_string;
2106 Q_DISABLE_COPY_MOVE(DomResourcePixmap)
2108 DomResourcePixmap() =
default;
2111 void read(QXmlStreamReader &reader);
2112 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2114 QString
text()
const {
return m_text; }
2132 QString m_attr_resource;
2133 bool m_has_attr_resource =
false;
2135 QString m_attr_alias;
2136 bool m_has_attr_alias =
false;
2140 Q_DISABLE_COPY_MOVE(DomResourceIcon)
2142 DomResourceIcon() =
default;
2145 void read(QXmlStreamReader &reader);
2146 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2148 QString
text()
const {
return m_text; }
2215 QString m_attr_theme;
2216 bool m_has_attr_theme =
false;
2218 QString m_attr_resource;
2219 bool m_has_attr_resource =
false;
2222 uint m_children = 0;
2223 DomResourcePixmap *m_normalOff =
nullptr;
2224 DomResourcePixmap *m_normalOn =
nullptr;
2225 DomResourcePixmap *m_disabledOff =
nullptr;
2226 DomResourcePixmap *m_disabledOn =
nullptr;
2227 DomResourcePixmap *m_activeOff =
nullptr;
2228 DomResourcePixmap *m_activeOn =
nullptr;
2229 DomResourcePixmap *m_selectedOff =
nullptr;
2230 DomResourcePixmap *m_selectedOn =
nullptr;
2245 Q_DISABLE_COPY_MOVE(DomString)
2247 DomString() =
default;
2250 void read(QXmlStreamReader &reader);
2251 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2253 QString
text()
const {
return m_text; }
2281 QString m_attr_notr;
2282 bool m_has_attr_notr =
false;
2284 QString m_attr_comment;
2285 bool m_has_attr_comment =
false;
2287 QString m_attr_extraComment;
2288 bool m_has_attr_extraComment =
false;
2291 bool m_has_attr_id =
false;
2295 Q_DISABLE_COPY_MOVE(DomPointF)
2297 DomPointF() =
default;
2300 void read(QXmlStreamReader &reader);
2301 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2317 uint m_children = 0;
2328 Q_DISABLE_COPY_MOVE(DomRectF)
2330 DomRectF() =
default;
2333 void read(QXmlStreamReader &reader);
2334 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2360 uint m_children = 0;
2363 double m_width = 0.0;
2364 double m_height = 0.0;
2375 Q_DISABLE_COPY_MOVE(DomSizeF)
2377 DomSizeF() =
default;
2380 void read(QXmlStreamReader &reader);
2381 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2397 uint m_children = 0;
2398 double m_width = 0.0;
2399 double m_height = 0.0;
2408 Q_DISABLE_COPY_MOVE(DomChar)
2410 DomChar() =
default;
2413 void read(QXmlStreamReader &reader);
2414 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2425 uint m_children = 0;
2434 Q_DISABLE_COPY_MOVE(DomUrl)
2439 void read(QXmlStreamReader &reader);
2440 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2452 uint m_children = 0;
2453 DomString *m_string =
nullptr;
2461 Q_DISABLE_COPY_MOVE(DomProperty)
2463 DomProperty() =
default;
2466 void read(QXmlStreamReader &reader);
2467 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2481 enum Kind { Unknown = 0, Bool, Color, Cstring, Cursor, CursorShape, Enum, Font, IconSet, Pixmap, Palette, Point, Rect, Set, Locale, SizePolicy, Size, String, StringList, Number, Float, Double, Date, Time, DateTime, PointF, RectF, SizeF, LongLong, Char, Url, UInt, ULongLong, Brush };
2608 QString m_attr_name;
2609 bool m_has_attr_name =
false;
2611 int m_attr_stdset = 0;
2612 bool m_has_attr_stdset =
false;
2617 DomColor *m_color =
nullptr;
2620 QString m_cursorShape;
2622 DomFont *m_font =
nullptr;
2623 DomResourceIcon *m_iconSet =
nullptr;
2624 DomResourcePixmap *m_pixmap =
nullptr;
2625 DomPalette *m_palette =
nullptr;
2626 DomPoint *m_point =
nullptr;
2627 DomRect *m_rect =
nullptr;
2629 DomLocale *m_locale =
nullptr;
2630 DomSizePolicy *m_sizePolicy =
nullptr;
2631 DomSize *m_size =
nullptr;
2632 DomString *m_string =
nullptr;
2633 DomStringList *m_stringList =
nullptr;
2635 float m_float = 0.0;
2636 double m_double = 0.0;
2637 DomDate *m_date =
nullptr;
2638 DomTime *m_time =
nullptr;
2639 DomDateTime *m_dateTime =
nullptr;
2640 DomPointF *m_pointF =
nullptr;
2641 DomRectF *m_rectF =
nullptr;
2642 DomSizeF *m_sizeF =
nullptr;
2643 qlonglong m_longLong = 0;
2644 DomChar *m_char =
nullptr;
2645 DomUrl *m_url =
nullptr;
2647 qulonglong m_uLongLong = 0;
2648 DomBrush *m_brush =
nullptr;
2652 Q_DISABLE_COPY_MOVE(DomConnections)
2654 DomConnections() =
default;
2657 void read(QXmlStreamReader &reader);
2658 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2667 uint m_children = 0;
2668 QList<DomConnection *> m_connection;
2676 Q_DISABLE_COPY_MOVE(DomConnection)
2678 DomConnection() =
default;
2681 void read(QXmlStreamReader &reader);
2682 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2714 uint m_children = 0;
2719 DomConnectionHints *m_hints =
nullptr;
2731 Q_DISABLE_COPY_MOVE(DomConnectionHints)
2733 DomConnectionHints() =
default;
2736 void read(QXmlStreamReader &reader);
2737 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2746 uint m_children = 0;
2747 QList<DomConnectionHint *> m_hint;
2755 Q_DISABLE_COPY_MOVE(DomConnectionHint)
2757 DomConnectionHint() =
default;
2760 void read(QXmlStreamReader &reader);
2761 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2782 QString m_attr_type;
2783 bool m_has_attr_type =
false;
2786 uint m_children = 0;
2797 Q_DISABLE_COPY_MOVE(DomDesignerData)
2799 DomDesignerData() =
default;
2802 void read(QXmlStreamReader &reader);
2803 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2812 uint m_children = 0;
2813 QList<DomProperty *> m_property;
2821 Q_DISABLE_COPY_MOVE(DomSlots)
2823 DomSlots() =
default;
2826 void read(QXmlStreamReader &reader);
2827 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2839 uint m_children = 0;
2840 QStringList m_signal;
2850 Q_DISABLE_COPY_MOVE(DomPropertySpecifications)
2852 DomPropertySpecifications() =
default;
2855 void read(QXmlStreamReader &reader);
2856 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2868 uint m_children = 0;
2869 QList<DomPropertyToolTip *> m_tooltip;
2870 QList<DomStringPropertySpecification *> m_stringpropertyspecification;
2874 Stringpropertyspecification = 2
2879 Q_DISABLE_COPY_MOVE(DomPropertyToolTip)
2881 DomPropertyToolTip() =
default;
2884 void read(QXmlStreamReader &reader);
2885 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2895 QString m_attr_name;
2896 bool m_has_attr_name =
false;
2900 Q_DISABLE_COPY_MOVE(DomStringPropertySpecification)
2902 DomStringPropertySpecification() =
default;
2905 void read(QXmlStreamReader &reader);
2906 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2926 QString m_attr_name;
2927 bool m_has_attr_name =
false;
2929 QString m_attr_type;
2930 bool m_has_attr_type =
false;
2932 QString m_attr_notr;
2933 bool m_has_attr_notr =
false;
2937#ifdef QFORMINTERNAL_NAMESPACE
QList< DomProperty * > elementProperty() const
QList< DomActionGroup * > elementActionGroup() const
void setElementProperty(const QList< DomProperty * > &a)
void setElementAttribute(const QList< DomProperty * > &a)
void setElementActionGroup(const QList< DomActionGroup * > &a)
void setElementAction(const QList< DomAction * > &a)
QList< DomAction * > elementAction() const
QList< DomProperty * > elementAttribute() const
QString attributeMenu() const
void clearAttributeMenu()
bool hasAttributeMenu() const
void setAttributeMenu(const QString &a)
void clearAttributeBrushStyle()
DomProperty * takeElementTexture()
bool hasAttributeBrushStyle() const
void setElementTexture(DomProperty *a)
QString attributeBrushStyle() const
DomProperty * elementTexture() const
DomGradient * elementGradient() const
DomGradient * takeElementGradient()
void setAttributeBrushStyle(const QString &a)
void setElementGradient(DomGradient *a)
void setElementUnicode(int a)
bool hasElementUnicode() const
void clearElementUnicode()
int elementUnicode() const
void setElementColor(const QList< DomColor * > &a)
QList< DomColorRole * > elementColorRole() const
void setElementColorRole(const QList< DomColorRole * > &a)
QString attributeRole() const
bool hasAttributeRole() const
DomBrush * elementBrush() const
void setElementBrush(DomBrush *a)
DomBrush * takeElementBrush()
void clearAttributeRole()
bool hasElementBrush() const
void setAttributeRole(const QString &a)
bool hasElementBlue() const
int attributeAlpha() const
void setAttributeAlpha(int a)
bool hasAttributeAlpha() const
bool hasElementRed() const
void setElementBlue(int a)
bool hasElementGreen() const
void setElementRed(int a)
void setElementGreen(int a)
void clearAttributeAlpha()
QList< DomConnectionHint * > elementHint() const
void setElementHint(const QList< DomConnectionHint * > &a)
QString elementSender() const
void setElementSignal(const QString &a)
QString elementSlot() const
bool hasElementSignal() const
QString elementSignal() const
DomConnectionHints * takeElementHints()
void setElementSlot(const QString &a)
void setElementReceiver(const QString &a)
bool hasElementSender() const
void setElementHints(DomConnectionHints *a)
bool hasElementSlot() const
QString elementReceiver() const
bool hasElementReceiver() const
void clearElementSender()
void clearElementReceiver()
void clearElementSignal()
void setElementSender(const QString &a)
bool hasElementHints() const
DomConnectionHints * elementHints() const
QList< DomConnection * > elementConnection() const
void setElementConnection(const QList< DomConnection * > &a)
bool hasElementYear() const
void setElementYear(int a)
void setElementDay(int a)
bool hasElementDay() const
void setElementMonth(int a)
bool hasElementMonth() const
void setElementAntialiasing(bool a)
void clearElementFamily()
void clearElementWeight()
QString elementFontWeight() const
void clearElementHintingPreference()
bool hasElementStrikeOut() const
void setElementKerning(bool a)
void clearElementPointSize()
bool hasElementItalic() const
bool elementKerning() const
void setElementPointSize(int a)
bool elementUnderline() const
void setElementFontWeight(const QString &a)
bool hasElementStyleStrategy() const
void setElementUnderline(bool a)
QString elementStyleStrategy() const
void clearElementUnderline()
int elementPointSize() const
bool hasElementFamily() const
void clearElementKerning()
void setElementStrikeOut(bool a)
void setElementStyleStrategy(const QString &a)
void clearElementAntialiasing()
void clearElementFontWeight()
void setElementItalic(bool a)
void setElementBold(bool a)
void clearElementStrikeOut()
QString elementFamily() const
void setElementWeight(int a)
bool hasElementAntialiasing() const
bool hasElementUnderline() const
void setElementHintingPreference(const QString &a)
void clearElementStyleStrategy()
bool elementAntialiasing() const
int elementWeight() const
bool hasElementFontWeight() const
void setElementFamily(const QString &a)
bool elementStrikeOut() const
QString elementHintingPreference() const
bool hasElementKerning() const
void clearElementItalic()
bool elementItalic() const
bool hasElementPointSize() const
bool hasElementHintingPreference() const
bool hasElementBold() const
bool hasElementWeight() const
DomColor * takeElementColor()
bool hasAttributePosition() const
bool hasElementColor() const
void setElementColor(DomColor *a)
void clearAttributePosition()
DomColor * elementColor() const
double attributePosition() const
void setAttributePosition(double a)
QString attributeSpread() const
void clearAttributeFocalY()
bool hasAttributeStartX() const
QString attributeType() const
double attributeCentralX() const
void setAttributeEndX(double a)
bool hasAttributeEndX() const
bool hasAttributeAngle() const
void clearAttributeSpread()
void clearAttributeStartY()
bool hasAttributeEndY() const
double attributeFocalY() const
void clearAttributeStartX()
void setAttributeAngle(double a)
void clearAttributeEndX()
void setAttributeEndY(double a)
void setAttributeFocalX(double a)
void setAttributeSpread(const QString &a)
void clearAttributeType()
bool hasAttributeFocalX() const
void clearAttributeAngle()
bool hasAttributeCentralY() const
void setAttributeRadius(double a)
void clearAttributeCentralY()
bool hasAttributeStartY() const
double attributeEndY() const
double attributeFocalX() const
QList< DomGradientStop * > elementGradientStop() const
void setAttributeType(const QString &a)
bool hasAttributeFocalY() const
double attributeAngle() const
void setAttributeCentralY(double a)
bool hasAttributeSpread() const
double attributeStartY() const
double attributeRadius() const
double attributeStartX() const
void clearAttributeRadius()
bool hasAttributeRadius() const
bool hasAttributeCoordinateMode() const
void setElementGradientStop(const QList< DomGradientStop * > &a)
void setAttributeFocalY(double a)
void setAttributeCoordinateMode(const QString &a)
void setAttributeStartX(double a)
bool hasAttributeType() const
double attributeEndX() const
void clearAttributeCentralX()
QString attributeCoordinateMode() const
void setAttributeStartY(double a)
void setAttributeCentralX(double a)
void clearAttributeEndY()
void clearAttributeCoordinateMode()
void clearAttributeFocalX()
bool hasAttributeCentralX() const
double attributeCentralY() const
QString attributeLocation() const
QString attributeImpldecl() const
bool hasAttributeImpldecl() const
bool hasAttributeLocation() const
void clearAttributeLocation()
void clearAttributeImpldecl()
void setAttributeImpldecl(const QString &a)
void setAttributeLocation(const QString &a)
void setText(const QString &s)
void setElementInclude(const QList< DomInclude * > &a)
QList< DomInclude * > elementInclude() const
void setElementItem(const QList< DomItem * > &a)
int attributeMargin() const
void clearAttributeMargin()
bool hasAttributeMargin() const
bool hasAttributeSpacing() const
int attributeSpacing() const
void setAttributeSpacing(int a)
void setAttributeMargin(int a)
void clearAttributeSpacing()
void setAttributeSpacing(const QString &a)
void setAttributeMargin(const QString &a)
bool hasAttributeRowSpan() const
int attributeRowSpan() const
void clearAttributeColumn()
void setAttributeColSpan(int a)
QString attributeAlignment() const
bool hasAttributeColSpan() const
void clearAttributeColSpan()
void setAttributeColumn(int a)
bool hasAttributeColumn() const
int attributeColumn() const
int attributeColSpan() const
void setAttributeRowSpan(int a)
bool hasAttributeAlignment() const
DomLayout * takeElementLayout()
DomSpacer * takeElementSpacer()
bool hasAttributeRow() const
void clearAttributeRowSpan()
void setElementLayout(DomLayout *a)
void setElementSpacer(DomSpacer *a)
DomLayout * elementLayout() const
void setAttributeAlignment(const QString &a)
void clearAttributeAlignment()
DomSpacer * elementSpacer() const
void setAttributeRow(int a)
QString attributeStretch() const
bool hasAttributeColumnMinimumWidth() const
void clearAttributeRowStretch()
bool hasAttributeColumnStretch() const
void setElementItem(const QList< DomLayoutItem * > &a)
QList< DomLayoutItem * > elementItem() const
QString attributeColumnMinimumWidth() const
bool hasAttributeRowStretch() const
void setAttributeColumnStretch(const QString &a)
void clearAttributeColumnStretch()
QString attributeRowStretch() const
void setAttributeRowMinimumHeight(const QString &a)
void clearAttributeClass()
void setAttributeStretch(const QString &a)
void setAttributeRowStretch(const QString &a)
void clearAttributeColumnMinimumWidth()
void setAttributeColumnMinimumWidth(const QString &a)
void clearAttributeStretch()
bool hasAttributeClass() const
void clearAttributeRowMinimumHeight()
bool hasAttributeRowMinimumHeight() const
void setAttributeClass(const QString &a)
QString attributeClass() const
bool hasAttributeStretch() const
QString attributeRowMinimumHeight() const
QString attributeColumnStretch() const
QString attributeCountry() const
void setAttributeCountry(const QString &a)
bool hasAttributeCountry() const
void clearAttributeCountry()
void setElementDisabled(DomColorGroup *a)
DomColorGroup * takeElementDisabled()
DomColorGroup * elementDisabled() const
bool hasElementInactive() const
void setElementActive(DomColorGroup *a)
bool hasElementDisabled() const
void clearElementInactive()
DomColorGroup * takeElementInactive()
void clearElementDisabled()
bool hasElementActive() const
DomColorGroup * elementInactive() const
DomColorGroup * takeElementActive()
void setElementInactive(DomColorGroup *a)
DomColorGroup * elementActive() const
void clearElementActive()
void setElementY(double a)
void setElementX(double a)
QList< DomStringPropertySpecification * > elementStringpropertyspecification() const
QList< DomPropertyToolTip * > elementTooltip() const
void setElementTooltip(const QList< DomPropertyToolTip * > &a)
~DomPropertySpecifications()
void setElementStringpropertyspecification(const QList< DomStringPropertySpecification * > &a)
DomRect * elementRect() const
DomPoint * takeElementPoint()
void setElementDate(DomDate *a)
DomDate * elementDate() const
void setElementPoint(DomPoint *a)
DomPalette * elementPalette() const
QString elementEnum() const
void setElementPixmap(DomResourcePixmap *a)
DomSizeF * elementSizeF() const
DomDateTime * elementDateTime() const
void setElementBool(const QString &a)
void setAttributeStdset(int a)
DomPointF * elementPointF() const
DomSizePolicy * takeElementSizePolicy()
int elementCursor() const
void setElementNumber(int a)
QString elementBool() const
DomLocale * elementLocale() const
DomChar * takeElementChar()
DomRect * takeElementRect()
void setElementFont(DomFont *a)
void setElementUrl(DomUrl *a)
DomSize * elementSize() const
QString elementSet() const
void setElementPointF(DomPointF *a)
DomUrl * takeElementUrl()
void setElementUInt(uint a)
DomSize * takeElementSize()
void clearAttributeStdset()
DomPalette * takeElementPalette()
DomLocale * takeElementLocale()
bool hasAttributeStdset() const
void setElementSizePolicy(DomSizePolicy *a)
void setElementIconSet(DomResourceIcon *a)
QString elementCursorShape() const
DomChar * elementChar() const
DomTime * takeElementTime()
DomSizePolicy * elementSizePolicy() const
DomFont * takeElementFont()
float elementFloat() const
void setElementPalette(DomPalette *a)
void setElementRectF(DomRectF *a)
void setElementSize(DomSize *a)
DomSizeF * takeElementSizeF()
DomUrl * elementUrl() const
void setElementULongLong(qulonglong a)
double elementDouble() const
void setElementDateTime(DomDateTime *a)
DomResourcePixmap * takeElementPixmap()
DomRectF * takeElementRectF()
DomStringList * elementStringList() const
DomDateTime * takeElementDateTime()
DomPointF * takeElementPointF()
DomDate * takeElementDate()
QString elementCstring() const
DomRectF * elementRectF() const
void setElementSet(const QString &a)
void setElementDouble(double a)
qlonglong elementLongLong() const
void setElementCursorShape(const QString &a)
DomResourceIcon * elementIconSet() const
int elementNumber() const
void setElementLongLong(qlonglong a)
DomResourceIcon * takeElementIconSet()
void setElementEnum(const QString &a)
DomTime * elementTime() const
void setElementCstring(const QString &a)
qulonglong elementULongLong() const
void setElementStringList(DomStringList *a)
void setElementSizeF(DomSizeF *a)
DomPoint * elementPoint() const
void setElementFloat(float a)
DomStringList * takeElementStringList()
DomFont * elementFont() const
void setElementChar(DomChar *a)
void setElementTime(DomTime *a)
void setElementCursor(int a)
void setElementLocale(DomLocale *a)
int attributeStdset() const
void setElementRect(DomRect *a)
void setElementHeight(double a)
void setElementWidth(double a)
void clearElementHeight()
int elementHeight() const
bool hasElementWidth() const
void setElementHeight(int a)
bool hasElementHeight() const
void setElementWidth(int a)
bool hasElementSelectedOn() const
void setElementNormalOff(DomResourcePixmap *a)
DomResourcePixmap * elementActiveOff() const
void clearElementActiveOn()
DomResourcePixmap * takeElementNormalOff()
DomResourcePixmap * elementSelectedOn() const
bool hasElementActiveOff() const
void clearElementNormalOn()
DomResourcePixmap * elementDisabledOn() const
void setElementActiveOn(DomResourcePixmap *a)
DomResourcePixmap * elementSelectedOff() const
bool hasElementDisabledOn() const
void setElementDisabledOff(DomResourcePixmap *a)
void clearElementSelectedOn()
DomResourcePixmap * takeElementDisabledOn()
QString attributeTheme() const
void setAttributeTheme(const QString &a)
bool hasAttributeTheme() const
DomResourcePixmap * elementDisabledOff() const
void setElementDisabledOn(DomResourcePixmap *a)
void setElementSelectedOff(DomResourcePixmap *a)
void setElementActiveOff(DomResourcePixmap *a)
DomResourcePixmap * takeElementDisabledOff()
bool hasElementSelectedOff() const
bool hasElementDisabledOff() const
DomResourcePixmap * takeElementSelectedOn()
void clearElementActiveOff()
bool hasElementNormalOff() const
DomResourcePixmap * elementNormalOff() const
DomResourcePixmap * takeElementNormalOn()
void clearElementDisabledOn()
DomResourcePixmap * elementNormalOn() const
DomResourcePixmap * takeElementActiveOff()
void clearElementSelectedOff()
DomResourcePixmap * takeElementActiveOn()
DomResourcePixmap * elementActiveOn() const
void clearElementDisabledOff()
DomResourcePixmap * takeElementSelectedOff()
bool hasElementNormalOn() const
void setElementSelectedOn(DomResourcePixmap *a)
void clearElementNormalOff()
void setElementNormalOn(DomResourcePixmap *a)
bool hasElementActiveOn() const
void clearAttributeTheme()
void clearAttributeAlias()
bool hasAttributeResource() const
void setAttributeAlias(const QString &a)
void setAttributeResource(const QString &a)
void clearAttributeResource()
QString attributeResource() const
bool hasAttributeAlias() const
QString attributeAlias() const
QString attributeName() const
void clearAttributeName()
bool hasAttributeName() const
void setElementInclude(const QList< DomResource * > &a)
void setAttributeName(const QString &a)
void clearElementHorStretch()
QString attributeVSizeType() const
int elementHSizeType() const
void setElementHSizeType(int a)
void setElementHorStretch(int a)
int elementVerStretch() const
bool hasElementHSizeType() const
void setElementVerStretch(int a)
void clearElementHSizeType()
bool hasElementVerStretch() const
int elementVSizeType() const
void setAttributeHSizeType(const QString &a)
void setAttributeVSizeType(const QString &a)
bool hasElementVSizeType() const
void clearAttributeHSizeType()
void clearElementVerStretch()
void setElementVSizeType(int a)
bool hasAttributeHSizeType() const
int elementHorStretch() const
bool hasElementHorStretch() const
void clearAttributeVSizeType()
QString attributeHSizeType() const
void clearElementVSizeType()
bool hasAttributeVSizeType() const
void setElementSignal(const QStringList &a)
void setElementSlot(const QStringList &a)
QString attributeNotr() const
void clearAttributeComment()
void setElementString(const QStringList &a)
void setAttributeComment(const QString &a)
QString attributeExtraComment() const
bool hasAttributeExtraComment() const
void clearAttributeNotr()
QStringList elementString() const
bool hasAttributeId() const
bool hasAttributeComment() const
void setAttributeNotr(const QString &a)
QString attributeId() const
void setAttributeId(const QString &a)
QString attributeComment() const
void clearAttributeExtraComment()
void setAttributeExtraComment(const QString &a)
bool hasAttributeNotr() const
~DomStringPropertySpecification()
QStringList elementTabStop() const
void setElementTabStop(const QStringList &a)
void setElementMinute(int a)
void clearElementMinute()
int elementMinute() const
void setElementSecond(int a)
bool hasElementMinute() const
void setElementHour(int a)
int elementSecond() const
bool hasElementSecond() const
bool hasElementHour() const
void clearElementSecond()
bool hasAttributeStdSetDef() const
DomButtonGroups * takeElementButtonGroups()
bool hasElementWidget() const
void setElementSlots(DomSlots *a)
void setElementCustomWidgets(DomCustomWidgets *a)
void write(QXmlStreamWriter &writer, const QString &tagName=QString()) const
void clearAttributeLanguage()
QString attributeVersion() const
DomSlots * elementSlots() const
bool hasAttributeDisplayname() const
bool hasElementSlots() const
DomTabStops * takeElementTabStops()
QString attributeLanguage() const
void setElementTabStops(DomTabStops *a)
bool hasElementConnections() const
DomLayoutFunction * elementLayoutFunction() const
void clearElementDesignerdata()
int attributeStdSetDef() const
bool hasElementClass() const
void clearElementCustomWidgets()
void setElementClass(const QString &a)
DomWidget * elementWidget() const
void clearAttributeStdSetDef()
void setElementButtonGroups(DomButtonGroups *a)
void setElementConnections(DomConnections *a)
bool hasElementLayoutDefault() const
QString elementPixmapFunction() const
bool hasElementPixmapFunction() const
QString elementClass() const
DomResources * takeElementResources()
DomDesignerData * elementDesignerdata() const
bool hasAttributeLanguage() const
void setElementComment(const QString &a)
void clearElementPixmapFunction()
QString elementExportMacro() const
QString elementAuthor() const
bool hasElementTabStops() const
DomDesignerData * takeElementDesignerdata()
bool hasElementLayoutFunction() const
bool hasElementDesignerdata() const
void clearAttributeStdsetdef()
bool hasElementExportMacro() const
void clearElementComment()
DomWidget * takeElementWidget()
DomSlots * takeElementSlots()
void clearAttributeVersion()
void clearElementIncludes()
bool hasElementIncludes() const
DomLayoutDefault * takeElementLayoutDefault()
DomLayoutDefault * elementLayoutDefault() const
void setElementWidget(DomWidget *a)
void clearAttributeIdbasedtr()
void setElementIncludes(DomIncludes *a)
void clearElementLayoutFunction()
void setAttributeVersion(const QString &a)
DomCustomWidgets * takeElementCustomWidgets()
bool attributeConnectslotsbyname() const
void clearAttributeLabel()
void setElementExportMacro(const QString &a)
void setElementLayoutFunction(DomLayoutFunction *a)
bool hasAttributeVersion() const
void clearElementAuthor()
DomConnections * takeElementConnections()
void clearElementExportMacro()
QString elementComment() const
bool hasElementCustomWidgets() const
void read(QXmlStreamReader &reader)
DomIncludes * takeElementIncludes()
bool hasAttributeStdsetdef() const
bool attributeIdbasedtr() const
void clearAttributeDisplayname()
DomResources * elementResources() const
QString attributeLabel() const
void setElementResources(DomResources *a)
void setAttributeConnectslotsbyname(bool a)
void setAttributeIdbasedtr(bool a)
bool hasElementButtonGroups() const
void clearElementWidget()
bool hasElementResources() const
bool hasAttributeIdbasedtr() const
DomCustomWidgets * elementCustomWidgets() const
void setAttributeStdSetDef(int a)
bool hasElementAuthor() const
void setAttributeLabel(const QString &a)
void setElementPixmapFunction(const QString &a)
DomLayoutFunction * takeElementLayoutFunction()
bool hasElementComment() const
void setElementDesignerdata(DomDesignerData *a)
void setAttributeStdsetdef(int a)
DomIncludes * elementIncludes() const
DomTabStops * elementTabStops() const
void clearElementConnections()
void setElementLayoutDefault(DomLayoutDefault *a)
void clearElementLayoutDefault()
void setElementAuthor(const QString &a)
bool hasAttributeConnectslotsbyname() const
void setAttributeDisplayname(const QString &a)
void clearElementResources()
bool hasAttributeLabel() const
QString attributeDisplayname() const
void clearAttributeConnectslotsbyname()
void clearElementButtonGroups()
void setAttributeLanguage(const QString &a)
int attributeStdsetdef() const
DomConnections * elementConnections() const
DomButtonGroups * elementButtonGroups() const
void clearElementTabStops()
bool hasElementString() const
void setElementString(DomString *a)
DomString * takeElementString()
void clearElementString()
Combined button and popup list for selecting options.
#define QStringLiteral(str)
#define QDESIGNER_UILIB_IMPORT
#define QDESIGNER_UILIB_EXPORT