|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Retention(value=RUNTIME) public interface QtPropertyDesignable
QtPropertyDesignable specifies whether a proprety is suitable for editing in a GUI builder (e.g. the Qt Designer). The default is true. This annotation should be used with the read method of the property.
Method Summary | |
---|---|
java.lang.String |
value()
The value should be true or false depending on whether the property is designable. |
Methods inherited from interface java.lang.annotation.Annotation |
---|
annotationType, equals, hashCode, toString |
Method Detail |
---|
java.lang.String value()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |