GammaRay API Documentation
2.10.0
|
Priority values for property widget extension tabs. More...
Enumerations | |
enum | Priority { First = 0, Basic = 100, Advanced = 200, Exotic = 300 } |
Tab priority constants. More... | |
Priority values for property widget extension tabs.
It is recommended to specify tab priorities relating to these constants.
Tab priority 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. |