23#include <qstringlist.h>
24#include <qxmlstream.h>
29#define QDESIGNER_UILIB_EXTERN Q_DECL_EXPORT
30#define QDESIGNER_UILIB_IMPORT Q_DECL_IMPORT
32#if defined(QT_DESIGNER_STATIC) || defined(QT_UIC) || defined(QT_UIC3)
33# define QDESIGNER_UILIB_EXPORT
34#elif defined(QDESIGNER_UILIB_LIBRARY)
35# define QDESIGNER_UILIB_EXPORT QDESIGNER_UILIB_EXTERN
41# define QDESIGNER_UILIB_EXPORT
44#ifdef QFORMINTERNAL_NAMESPACE
45namespace QFormInternal
51
52
64class DomCustomWidgets;
67class DomLayoutDefault;
68class DomLayoutFunction;
94class DomResourcePixmap;
105class DomConnectionHints;
106class DomConnectionHint;
107class DomDesignerData;
109class DomPropertySpecifications;
110class DomPropertyToolTip;
111class DomStringPropertySpecification;
114
115
118 Q_DISABLE_COPY_MOVE(DomUI)
123 void read(QXmlStreamReader &reader);
124 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
261 QString m_attr_version;
262 bool m_has_attr_version =
false;
264 QString m_attr_language;
265 bool m_has_attr_language =
false;
267 QString m_attr_displayname;
268 bool m_has_attr_displayname =
false;
270 bool m_attr_idbasedtr =
false;
271 bool m_has_attr_idbasedtr =
false;
273 QString m_attr_label;
274 bool m_has_attr_label =
false;
276 bool m_attr_connectslotsbyname =
false;
277 bool m_has_attr_connectslotsbyname =
false;
279 int m_attr_stdsetdef = 0;
280 bool m_has_attr_stdsetdef =
false;
282 int m_attr_stdSetDef = 0;
283 bool m_has_attr_stdSetDef =
false;
289 QString m_exportMacro;
291 DomWidget *m_widget =
nullptr;
292 DomLayoutDefault *m_layoutDefault =
nullptr;
293 DomLayoutFunction *m_layoutFunction =
nullptr;
294 QString m_pixmapFunction;
295 DomCustomWidgets *m_customWidgets =
nullptr;
296 DomTabStops *m_tabStops =
nullptr;
297 DomIncludes *m_includes =
nullptr;
298 DomResources *m_resources =
nullptr;
299 DomConnections *m_connections =
nullptr;
300 DomDesignerData *m_designerdata =
nullptr;
301 DomSlots *m_slots =
nullptr;
302 DomButtonGroups *m_buttonGroups =
nullptr;
312 PixmapFunction = 128,
325 Q_DISABLE_COPY_MOVE(DomIncludes)
327 DomIncludes() =
default;
330 void read(QXmlStreamReader &reader);
331 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
341 QList<DomInclude *> m_include;
349 Q_DISABLE_COPY_MOVE(DomInclude)
351 DomInclude() =
default;
354 void read(QXmlStreamReader &reader);
355 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
357 QString
text()
const {
return m_text; }
358 void setText(
const QString &s) { m_text = s; }
375 QString m_attr_location;
376 bool m_has_attr_location =
false;
378 QString m_attr_impldecl;
379 bool m_has_attr_impldecl =
false;
383 Q_DISABLE_COPY_MOVE(DomResources)
385 DomResources() =
default;
388 void read(QXmlStreamReader &reader);
389 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
404 bool m_has_attr_name =
false;
408 QList<DomResource *> m_include;
416 Q_DISABLE_COPY_MOVE(DomResource)
418 DomResource() =
default;
421 void read(QXmlStreamReader &reader);
422 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
432 QString m_attr_location;
433 bool m_has_attr_location =
false;
437 Q_DISABLE_COPY_MOVE(DomActionGroup)
439 DomActionGroup() =
default;
442 void read(QXmlStreamReader &reader);
443 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
467 bool m_has_attr_name =
false;
471 QList<DomAction *> m_action;
472 QList<DomActionGroup *> m_actionGroup;
473 QList<DomProperty *> m_property;
474 QList<DomProperty *> m_attribute;
485 Q_DISABLE_COPY_MOVE(DomAction)
487 DomAction() =
default;
490 void read(QXmlStreamReader &reader);
491 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
514 bool m_has_attr_name =
false;
517 bool m_has_attr_menu =
false;
521 QList<DomProperty *> m_property;
522 QList<DomProperty *> m_attribute;
531 Q_DISABLE_COPY_MOVE(DomActionRef)
533 DomActionRef() =
default;
536 void read(QXmlStreamReader &reader);
537 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
548 bool m_has_attr_name =
false;
552 Q_DISABLE_COPY_MOVE(DomButtonGroup)
554 DomButtonGroup() =
default;
557 void read(QXmlStreamReader &reader);
558 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
576 bool m_has_attr_name =
false;
580 QList<DomProperty *> m_property;
581 QList<DomProperty *> m_attribute;
590 Q_DISABLE_COPY_MOVE(DomButtonGroups)
592 DomButtonGroups() =
default;
595 void read(QXmlStreamReader &reader);
596 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
606 QList<DomButtonGroup *> m_buttonGroup;
614 Q_DISABLE_COPY_MOVE(DomCustomWidgets)
616 DomCustomWidgets() =
default;
619 void read(QXmlStreamReader &reader);
620 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
630 QList<DomCustomWidget *> m_customWidget;
638 Q_DISABLE_COPY_MOVE(DomHeader)
640 DomHeader() =
default;
643 void read(QXmlStreamReader &reader);
644 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
646 QString
text()
const {
return m_text; }
647 void setText(
const QString &s) { m_text = s; }
659 QString m_attr_location;
660 bool m_has_attr_location =
false;
664 Q_DISABLE_COPY_MOVE(DomCustomWidget)
666 DomCustomWidget() =
default;
669 void read(QXmlStreamReader &reader);
670 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
728 DomHeader *m_header =
nullptr;
729 DomSize *m_sizeHint =
nullptr;
730 QString m_addPageMethod;
733 DomSlots *m_slots =
nullptr;
734 DomPropertySpecifications *m_propertyspecifications =
nullptr;
745 Propertyspecifications = 256
750 Q_DISABLE_COPY_MOVE(DomLayoutDefault)
752 DomLayoutDefault() =
default;
755 void read(QXmlStreamReader &reader);
756 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
771 int m_attr_spacing = 0;
772 bool m_has_attr_spacing =
false;
774 int m_attr_margin = 0;
775 bool m_has_attr_margin =
false;
779 Q_DISABLE_COPY_MOVE(DomLayoutFunction)
781 DomLayoutFunction() =
default;
784 void read(QXmlStreamReader &reader);
785 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
800 QString m_attr_spacing;
801 bool m_has_attr_spacing =
false;
803 QString m_attr_margin;
804 bool m_has_attr_margin =
false;
808 Q_DISABLE_COPY_MOVE(DomTabStops)
810 DomTabStops() =
default;
813 void read(QXmlStreamReader &reader);
814 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
824 QStringList m_tabStop;
832 Q_DISABLE_COPY_MOVE(DomLayout)
834 DomLayout() =
default;
837 void read(QXmlStreamReader &reader);
838 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
888 QString m_attr_class;
889 bool m_has_attr_class =
false;
892 bool m_has_attr_name =
false;
894 QString m_attr_stretch;
895 bool m_has_attr_stretch =
false;
897 QString m_attr_rowStretch;
898 bool m_has_attr_rowStretch =
false;
900 QString m_attr_columnStretch;
901 bool m_has_attr_columnStretch =
false;
903 QString m_attr_rowMinimumHeight;
904 bool m_has_attr_rowMinimumHeight =
false;
906 QString m_attr_columnMinimumWidth;
907 bool m_has_attr_columnMinimumWidth =
false;
911 QList<DomProperty *> m_property;
912 QList<DomProperty *> m_attribute;
913 QList<DomLayoutItem *> m_item;
923 Q_DISABLE_COPY_MOVE(DomLayoutItem)
925 DomLayoutItem() =
default;
928 void read(QXmlStreamReader &reader);
929 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
978 bool m_has_attr_row =
false;
980 int m_attr_column = 0;
981 bool m_has_attr_column =
false;
983 int m_attr_rowSpan = 0;
984 bool m_has_attr_rowSpan =
false;
986 int m_attr_colSpan = 0;
987 bool m_has_attr_colSpan =
false;
989 QString m_attr_alignment;
990 bool m_has_attr_alignment =
false;
994 DomWidget *m_widget =
nullptr;
995 DomLayout *m_layout =
nullptr;
996 DomSpacer *m_spacer =
nullptr;
1000 Q_DISABLE_COPY_MOVE(DomRow)
1005 void read(QXmlStreamReader &reader);
1006 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1015 uint m_children = 0;
1016 QList<DomProperty *> m_property;
1024 Q_DISABLE_COPY_MOVE(DomColumn)
1026 DomColumn() =
default;
1029 void read(QXmlStreamReader &reader);
1030 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1039 uint m_children = 0;
1040 QList<DomProperty *> m_property;
1048 Q_DISABLE_COPY_MOVE(DomItem)
1050 DomItem() =
default;
1053 void read(QXmlStreamReader &reader);
1054 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1077 bool m_has_attr_row =
false;
1079 int m_attr_column = 0;
1080 bool m_has_attr_column =
false;
1083 uint m_children = 0;
1084 QList<DomProperty *> m_property;
1085 QList<DomItem *> m_item;
1094 Q_DISABLE_COPY_MOVE(DomWidget)
1096 DomWidget() =
default;
1099 void read(QXmlStreamReader &reader);
1100 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1157 QString m_attr_class;
1158 bool m_has_attr_class =
false;
1160 QString m_attr_name;
1161 bool m_has_attr_name =
false;
1163 bool m_attr_native =
false;
1164 bool m_has_attr_native =
false;
1167 uint m_children = 0;
1168 QStringList m_class;
1169 QList<DomProperty *> m_property;
1170 QList<DomProperty *> m_attribute;
1171 QList<DomRow *> m_row;
1172 QList<DomColumn *> m_column;
1173 QList<DomItem *> m_item;
1174 QList<DomLayout *> m_layout;
1175 QList<DomWidget *> m_widget;
1176 QList<DomAction *> m_action;
1177 QList<DomActionGroup *> m_actionGroup;
1178 QList<DomActionRef *> m_addAction;
1179 QStringList m_zOrder;
1198 Q_DISABLE_COPY_MOVE(DomSpacer)
1200 DomSpacer() =
default;
1203 void read(QXmlStreamReader &reader);
1204 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1218 QString m_attr_name;
1219 bool m_has_attr_name =
false;
1222 uint m_children = 0;
1223 QList<DomProperty *> m_property;
1231 Q_DISABLE_COPY_MOVE(DomColor)
1233 DomColor() =
default;
1236 void read(QXmlStreamReader &reader);
1237 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1263 int m_attr_alpha = 0;
1264 bool m_has_attr_alpha =
false;
1267 uint m_children = 0;
1280 Q_DISABLE_COPY_MOVE(DomGradientStop)
1282 DomGradientStop() =
default;
1285 void read(QXmlStreamReader &reader);
1286 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1303 double m_attr_position = 0.0;
1304 bool m_has_attr_position =
false;
1307 uint m_children = 0;
1308 DomColor *m_color =
nullptr;
1316 Q_DISABLE_COPY_MOVE(DomGradient)
1318 DomGradient() =
default;
1321 void read(QXmlStreamReader &reader);
1322 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1396 double m_attr_startX = 0.0;
1397 bool m_has_attr_startX =
false;
1399 double m_attr_startY = 0.0;
1400 bool m_has_attr_startY =
false;
1402 double m_attr_endX = 0.0;
1403 bool m_has_attr_endX =
false;
1405 double m_attr_endY = 0.0;
1406 bool m_has_attr_endY =
false;
1408 double m_attr_centralX = 0.0;
1409 bool m_has_attr_centralX =
false;
1411 double m_attr_centralY = 0.0;
1412 bool m_has_attr_centralY =
false;
1414 double m_attr_focalX = 0.0;
1415 bool m_has_attr_focalX =
false;
1417 double m_attr_focalY = 0.0;
1418 bool m_has_attr_focalY =
false;
1420 double m_attr_radius = 0.0;
1421 bool m_has_attr_radius =
false;
1423 double m_attr_angle = 0.0;
1424 bool m_has_attr_angle =
false;
1426 QString m_attr_type;
1427 bool m_has_attr_type =
false;
1429 QString m_attr_spread;
1430 bool m_has_attr_spread =
false;
1432 QString m_attr_coordinateMode;
1433 bool m_has_attr_coordinateMode =
false;
1436 uint m_children = 0;
1437 QList<DomGradientStop *> m_gradientStop;
1445 Q_DISABLE_COPY_MOVE(DomBrush)
1447 DomBrush() =
default;
1450 void read(QXmlStreamReader &reader);
1451 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1460 enum Kind { Unknown = 0, Color, Texture, Gradient };
1479 QString m_attr_brushStyle;
1480 bool m_has_attr_brushStyle =
false;
1484 DomColor *m_color =
nullptr;
1485 DomProperty *m_texture =
nullptr;
1486 DomGradient *m_gradient =
nullptr;
1490 Q_DISABLE_COPY_MOVE(DomColorRole)
1492 DomColorRole() =
default;
1495 void read(QXmlStreamReader &reader);
1496 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1513 QString m_attr_role;
1514 bool m_has_attr_role =
false;
1517 uint m_children = 0;
1518 DomBrush *m_brush =
nullptr;
1526 Q_DISABLE_COPY_MOVE(DomColorGroup)
1528 DomColorGroup() =
default;
1531 void read(QXmlStreamReader &reader);
1532 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1544 uint m_children = 0;
1545 QList<DomColorRole *> m_colorRole;
1546 QList<DomColor *> m_color;
1555 Q_DISABLE_COPY_MOVE(DomPalette)
1557 DomPalette() =
default;
1560 void read(QXmlStreamReader &reader);
1561 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1585 uint m_children = 0;
1586 DomColorGroup *m_active =
nullptr;
1587 DomColorGroup *m_inactive =
nullptr;
1588 DomColorGroup *m_disabled =
nullptr;
1598 Q_DISABLE_COPY_MOVE(DomFont)
1600 DomFont() =
default;
1603 void read(QXmlStreamReader &reader);
1604 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1670 uint m_children = 0;
1672 int m_pointSize = 0;
1674 bool m_italic =
false;
1675 bool m_bold =
false;
1676 bool m_underline =
false;
1677 bool m_strikeOut =
false;
1678 bool m_antialiasing =
false;
1679 QString m_styleStrategy;
1680 bool m_kerning =
false;
1681 QString m_hintingPreference;
1682 QString m_fontWeight;
1693 StyleStrategy = 256,
1695 HintingPreference = 1024,
1701 Q_DISABLE_COPY_MOVE(DomPoint)
1703 DomPoint() =
default;
1706 void read(QXmlStreamReader &reader);
1707 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1723 uint m_children = 0;
1734 Q_DISABLE_COPY_MOVE(DomRect)
1736 DomRect() =
default;
1739 void read(QXmlStreamReader &reader);
1740 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1766 uint m_children = 0;
1781 Q_DISABLE_COPY_MOVE(DomLocale)
1783 DomLocale() =
default;
1786 void read(QXmlStreamReader &reader);
1787 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1802 QString m_attr_language;
1803 bool m_has_attr_language =
false;
1805 QString m_attr_country;
1806 bool m_has_attr_country =
false;
1810 Q_DISABLE_COPY_MOVE(DomSizePolicy)
1812 DomSizePolicy() =
default;
1815 void read(QXmlStreamReader &reader);
1816 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1852 QString m_attr_hSizeType;
1853 bool m_has_attr_hSizeType =
false;
1855 QString m_attr_vSizeType;
1856 bool m_has_attr_vSizeType =
false;
1859 uint m_children = 0;
1860 int m_hSizeType = 0;
1861 int m_vSizeType = 0;
1862 int m_horStretch = 0;
1863 int m_verStretch = 0;
1874 Q_DISABLE_COPY_MOVE(DomSize)
1876 DomSize() =
default;
1879 void read(QXmlStreamReader &reader);
1880 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1896 uint m_children = 0;
1907 Q_DISABLE_COPY_MOVE(DomDate)
1909 DomDate() =
default;
1912 void read(QXmlStreamReader &reader);
1913 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1934 uint m_children = 0;
1947 Q_DISABLE_COPY_MOVE(DomTime)
1949 DomTime() =
default;
1952 void read(QXmlStreamReader &reader);
1953 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
1974 uint m_children = 0;
1987 Q_DISABLE_COPY_MOVE(DomDateTime)
1989 DomDateTime() =
default;
1992 void read(QXmlStreamReader &reader);
1993 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2029 uint m_children = 0;
2048 Q_DISABLE_COPY_MOVE(DomStringList)
2050 DomStringList() =
default;
2053 void read(QXmlStreamReader &reader);
2054 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2083 QString m_attr_notr;
2084 bool m_has_attr_notr =
false;
2086 QString m_attr_comment;
2087 bool m_has_attr_comment =
false;
2089 QString m_attr_extraComment;
2090 bool m_has_attr_extraComment =
false;
2093 bool m_has_attr_id =
false;
2096 uint m_children = 0;
2097 QStringList m_string;
2105 Q_DISABLE_COPY_MOVE(DomResourcePixmap)
2107 DomResourcePixmap() =
default;
2110 void read(QXmlStreamReader &reader);
2111 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2113 QString
text()
const {
return m_text; }
2131 QString m_attr_resource;
2132 bool m_has_attr_resource =
false;
2134 QString m_attr_alias;
2135 bool m_has_attr_alias =
false;
2139 Q_DISABLE_COPY_MOVE(DomResourceIcon)
2141 DomResourceIcon() =
default;
2144 void read(QXmlStreamReader &reader);
2145 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2147 QString
text()
const {
return m_text; }
2214 QString m_attr_theme;
2215 bool m_has_attr_theme =
false;
2217 QString m_attr_resource;
2218 bool m_has_attr_resource =
false;
2221 uint m_children = 0;
2222 DomResourcePixmap *m_normalOff =
nullptr;
2223 DomResourcePixmap *m_normalOn =
nullptr;
2224 DomResourcePixmap *m_disabledOff =
nullptr;
2225 DomResourcePixmap *m_disabledOn =
nullptr;
2226 DomResourcePixmap *m_activeOff =
nullptr;
2227 DomResourcePixmap *m_activeOn =
nullptr;
2228 DomResourcePixmap *m_selectedOff =
nullptr;
2229 DomResourcePixmap *m_selectedOn =
nullptr;
2244 Q_DISABLE_COPY_MOVE(DomString)
2246 DomString() =
default;
2249 void read(QXmlStreamReader &reader);
2250 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2252 QString
text()
const {
return m_text; }
2280 QString m_attr_notr;
2281 bool m_has_attr_notr =
false;
2283 QString m_attr_comment;
2284 bool m_has_attr_comment =
false;
2286 QString m_attr_extraComment;
2287 bool m_has_attr_extraComment =
false;
2290 bool m_has_attr_id =
false;
2294 Q_DISABLE_COPY_MOVE(DomPointF)
2296 DomPointF() =
default;
2299 void read(QXmlStreamReader &reader);
2300 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2316 uint m_children = 0;
2327 Q_DISABLE_COPY_MOVE(DomRectF)
2329 DomRectF() =
default;
2332 void read(QXmlStreamReader &reader);
2333 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2359 uint m_children = 0;
2362 double m_width = 0.0;
2363 double m_height = 0.0;
2374 Q_DISABLE_COPY_MOVE(DomSizeF)
2376 DomSizeF() =
default;
2379 void read(QXmlStreamReader &reader);
2380 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2396 uint m_children = 0;
2397 double m_width = 0.0;
2398 double m_height = 0.0;
2407 Q_DISABLE_COPY_MOVE(DomChar)
2409 DomChar() =
default;
2412 void read(QXmlStreamReader &reader);
2413 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2424 uint m_children = 0;
2433 Q_DISABLE_COPY_MOVE(DomUrl)
2438 void read(QXmlStreamReader &reader);
2439 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2451 uint m_children = 0;
2452 DomString *m_string =
nullptr;
2460 Q_DISABLE_COPY_MOVE(DomProperty)
2462 DomProperty() =
default;
2465 void read(QXmlStreamReader &reader);
2466 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2480 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 };
2607 QString m_attr_name;
2608 bool m_has_attr_name =
false;
2610 int m_attr_stdset = 0;
2611 bool m_has_attr_stdset =
false;
2616 DomColor *m_color =
nullptr;
2619 QString m_cursorShape;
2621 DomFont *m_font =
nullptr;
2622 DomResourceIcon *m_iconSet =
nullptr;
2623 DomResourcePixmap *m_pixmap =
nullptr;
2624 DomPalette *m_palette =
nullptr;
2625 DomPoint *m_point =
nullptr;
2626 DomRect *m_rect =
nullptr;
2628 DomLocale *m_locale =
nullptr;
2629 DomSizePolicy *m_sizePolicy =
nullptr;
2630 DomSize *m_size =
nullptr;
2631 DomString *m_string =
nullptr;
2632 DomStringList *m_stringList =
nullptr;
2634 float m_float = 0.0;
2635 double m_double = 0.0;
2636 DomDate *m_date =
nullptr;
2637 DomTime *m_time =
nullptr;
2638 DomDateTime *m_dateTime =
nullptr;
2639 DomPointF *m_pointF =
nullptr;
2640 DomRectF *m_rectF =
nullptr;
2641 DomSizeF *m_sizeF =
nullptr;
2642 qlonglong m_longLong = 0;
2643 DomChar *m_char =
nullptr;
2644 DomUrl *m_url =
nullptr;
2646 qulonglong m_uLongLong = 0;
2647 DomBrush *m_brush =
nullptr;
2651 Q_DISABLE_COPY_MOVE(DomConnections)
2653 DomConnections() =
default;
2656 void read(QXmlStreamReader &reader);
2657 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2666 uint m_children = 0;
2667 QList<DomConnection *> m_connection;
2675 Q_DISABLE_COPY_MOVE(DomConnection)
2677 DomConnection() =
default;
2680 void read(QXmlStreamReader &reader);
2681 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2713 uint m_children = 0;
2718 DomConnectionHints *m_hints =
nullptr;
2730 Q_DISABLE_COPY_MOVE(DomConnectionHints)
2732 DomConnectionHints() =
default;
2735 void read(QXmlStreamReader &reader);
2736 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2745 uint m_children = 0;
2746 QList<DomConnectionHint *> m_hint;
2754 Q_DISABLE_COPY_MOVE(DomConnectionHint)
2756 DomConnectionHint() =
default;
2759 void read(QXmlStreamReader &reader);
2760 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2781 QString m_attr_type;
2782 bool m_has_attr_type =
false;
2785 uint m_children = 0;
2796 Q_DISABLE_COPY_MOVE(DomDesignerData)
2798 DomDesignerData() =
default;
2801 void read(QXmlStreamReader &reader);
2802 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2811 uint m_children = 0;
2812 QList<DomProperty *> m_property;
2820 Q_DISABLE_COPY_MOVE(DomSlots)
2822 DomSlots() =
default;
2825 void read(QXmlStreamReader &reader);
2826 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2838 uint m_children = 0;
2839 QStringList m_signal;
2849 Q_DISABLE_COPY_MOVE(DomPropertySpecifications)
2851 DomPropertySpecifications() =
default;
2854 void read(QXmlStreamReader &reader);
2855 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2867 uint m_children = 0;
2868 QList<DomPropertyToolTip *> m_tooltip;
2869 QList<DomStringPropertySpecification *> m_stringpropertyspecification;
2873 Stringpropertyspecification = 2
2878 Q_DISABLE_COPY_MOVE(DomPropertyToolTip)
2880 DomPropertyToolTip() =
default;
2883 void read(QXmlStreamReader &reader);
2884 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2894 QString m_attr_name;
2895 bool m_has_attr_name =
false;
2899 Q_DISABLE_COPY_MOVE(DomStringPropertySpecification)
2901 DomStringPropertySpecification() =
default;
2904 void read(QXmlStreamReader &reader);
2905 void write(QXmlStreamWriter &writer,
const QString &tagName = QString())
const;
2925 QString m_attr_name;
2926 bool m_has_attr_name =
false;
2928 QString m_attr_type;
2929 bool m_has_attr_type =
false;
2931 QString m_attr_notr;
2932 bool m_has_attr_notr =
false;
2936#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