Loading...
Searching...
No Matches
Classes used for making and extending the inspector (default right panel). More...
Detailed Description
Classes used for making and extending the inspector (default right panel).
It is split in two :
- The library score_lib_inspector contains the interface that is used in other plugins to provide the inspector for each element.
- The plug-in score_plugin_inspector contains the actual inspector panel definition.
- See also
- Inspector::InspectorWidgetBase
Classes | |
| class | InspectorSectionWidget |
| InspectorSectionWidget is widget that can fold or unfold his content. More... | |
| class | InspectorWidgetBase |
| The InspectorWidgetBase class Set the global structuration for an inspected element. More... | |
| class | InspectorWidgetFactory |
| The InspectorWidgetFactoryInterface class. More... | |
| class | InspectorWidgetList |
| class | Layout |
| class | MenuButton |
| class | VBoxLayout |
Functions | |
| void | fitInInspector (QWidget *w) |
| Keeps a widget from forcing the inspector wider than its panel. | |
Function Documentation
◆ fitInInspector()
|
inline |
Keeps a widget from forcing the inspector wider than its panel.
A combo box sizes its minimum to its widest entry by default: one long device address in a port's combo and every row of the inspector gets pushed past the panel's edge. Sizing it to a few characters instead lets the form give it whatever width the panel has.