Qt Jambi Home

com.trolltech.qt
Annotation Type QtPropertyOrder


Deprecated.

@Deprecated
@Retention(value=RUNTIME)
public @interface QtPropertyOrder

This annotation has been deprecated and will be removed from the next minor release of Qt Jambi. A change in the implementation of the property system for the next minor release has obsoleted the use of this annotation.


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

value

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

Default:
0

Qt Jambi Home