Uses of Class
io.qt.uic.ui4.DomProperty
Packages that use DomProperty
-
Uses of DomProperty in io.qt.uic
Methods in io.qt.uic that return types with arguments of type DomPropertyModifier and TypeMethodDescriptionstatic Map<String,DomProperty> Utils.propertyMap(List<DomProperty> properties) Methods in io.qt.uic with parameters of type DomPropertyModifier and TypeMethodDescriptionvoidTreeWalker.acceptProperty(DomProperty property) voidWriteIncludesBase.acceptProperty(DomProperty node) Method parameters in io.qt.uic with type arguments of type DomPropertyModifier and TypeMethodDescriptionstatic Map<String,DomProperty> Utils.propertyMap(List<DomProperty> properties) -
Uses of DomProperty in io.qt.uic.ui4
Methods in io.qt.uic.ui4 that return DomPropertyModifier and TypeMethodDescriptionfinal DomPropertyDomBrush.elementTexture()final DomPropertyDomBrush.takeElementTexture()Methods in io.qt.uic.ui4 that return types with arguments of type DomPropertyModifier and TypeMethodDescriptionfinal QList<DomProperty>DomAction.elementAttribute()final QList<DomProperty>DomActionGroup.elementAttribute()final QList<DomProperty>DomButtonGroup.elementAttribute()final QList<DomProperty>DomLayout.elementAttribute()final QList<DomProperty>DomWidget.elementAttribute()final QList<DomProperty>DomAction.elementProperty()final QList<DomProperty>DomActionGroup.elementProperty()final QList<DomProperty>DomButtonGroup.elementProperty()final QList<DomProperty>DomColumn.elementProperty()final QList<DomProperty>DomDesignerData.elementProperty()final QList<DomProperty>DomItem.elementProperty()final QList<DomProperty>DomLayout.elementProperty()final QList<DomProperty>DomRow.elementProperty()final QList<DomProperty>DomSpacer.elementProperty()final QList<DomProperty>DomWidget.elementProperty()Methods in io.qt.uic.ui4 with parameters of type DomPropertyMethod parameters in io.qt.uic.ui4 with type arguments of type DomPropertyModifier and TypeMethodDescriptionfinal voidDomAction.setElementAttribute(Collection<? extends DomProperty> a) final voidDomActionGroup.setElementAttribute(Collection<? extends DomProperty> a) final voidDomButtonGroup.setElementAttribute(Collection<? extends DomProperty> a) final voidDomLayout.setElementAttribute(Collection<? extends DomProperty> a) final voidDomWidget.setElementAttribute(Collection<? extends DomProperty> a) final voidDomAction.setElementProperty(Collection<? extends DomProperty> a) final voidDomActionGroup.setElementProperty(Collection<? extends DomProperty> a) final voidDomButtonGroup.setElementProperty(Collection<? extends DomProperty> a) final voidDomColumn.setElementProperty(Collection<? extends DomProperty> a) final voidDomDesignerData.setElementProperty(Collection<? extends DomProperty> a) final voidDomItem.setElementProperty(Collection<? extends DomProperty> a) final voidDomLayout.setElementProperty(Collection<? extends DomProperty> a) final voidDomRow.setElementProperty(Collection<? extends DomProperty> a) final voidDomSpacer.setElementProperty(Collection<? extends DomProperty> a) final voidDomWidget.setElementProperty(Collection<? extends DomProperty> a)