|
ORE Studio 0.0.4
|
Utility functions for common widget configuration. More...
#include <WidgetUtils.hpp>

Static Public Member Functions | |
| static void | setupComboBoxes (QWidget *parent) |
| Apply standard configuration to all combo boxes in a widget. | |
Utility functions for common widget configuration.
|
static |
Apply standard configuration to all combo boxes in a widget.
Finds every QComboBox that is a descendant of parent and applies project-wide defaults. Call this once after setupUi() or after programmatic UI construction.
| parent | The widget whose combo box children to configure. |
