Qt Jambi Home

com.trolltech.qt
Annotation Type QtPropertyOrder


@Retention(value=RUNTIME)
public @interface QtPropertyOrder

The QtPropertyOrder annotation gives the property a value that can be used for sorting properties. The Qt Designer sorts properties with this value.


Optional Element Summary
 int value
          Returns the sort order of the property.
 

value

public abstract int value
Returns the sort order of the property.

Default:
0

Qt Jambi Home