|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) public @interface QtPropertyDesignable
QtPropertyDesignable specifies wether a proprety is suitable for editing in a GUI builder (e.g., the Qt Designer). It is the read method of the property that must be annotated.
| Optional Element Summary | |
|---|---|
java.lang.String |
value
The value should be true or false depending on whether the property is designable. |
public abstract java.lang.String value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||