GammaRay API Documentation
2.7.0
|
Priority values for property widget extension tabs. It is recommended to specify tab priorities relating to these constants. More...
Enumerations | |
enum | Priority { First = 0, Basic = 100, Advanced = 200, Exotic = 300 } |
Priority values for property widget extension tabs. It is recommended to specify tab priorities relating to these constants.
Enumerator | |
---|---|
First |
the main property inspector, the left-most one. |
Basic |
QObject data that is of common use. |
Advanced |
tools with common and high value use for a small sub-set of classes |
Exotic |
rarely used information, or data that is only valuable to a small amount of users. |