- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QDesignerPropertySheetExtension.Impl
public interface QDesignerPropertySheetExtension extends QtObjectInterface
Allows you to manipulate a widget's properties which is displayed in Qt Designer's property editor
Java wrapper for Qt class QDesignerPropertySheetExtension
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QDesignerPropertySheetExtension.Impl
Implementor class for interfaceQDesignerPropertySheetExtension
static class
QDesignerPropertySheetExtension.MemberAccess
-
Method Summary
Modifier and Type Method Description int
count()
boolean
hasReset(int index)
int
indexOf(String name)
boolean
isAttribute(int index)
boolean
isChanged(int index)
default boolean
isEnabled(int index)
boolean
isVisible(int index)
Object
property(int index)
String
propertyGroup(int index)
String
propertyName(int index)
boolean
reset(int index)
void
setAttribute(int index, boolean b)
void
setChanged(int index, boolean changed)
void
setProperty(int index, Object value)
void
setPropertyGroup(int index, String group)
void
setVisible(int index, boolean b)