gqtbuttonswidget
Loading...
Searching...
No Matches
gQtButtonsWidget_options.cc
Go to the documentation of this file.
2
3// Namespace containing option definitions for the Qt Buttons Widgets module.
4namespace gqtbuttonswidget {
6 // Construct an options container using this module's logger name.
7 // Applications may add switches/scalars to this object as the module evolves.
9
10 // Currently no module-specific options are registered here.
11 // The function returns the container for consistency across modules.
12 return goptions;
13}
14}
Options definition entry point for the Qt Buttons Widgets module.
constexpr const char * GQTBUTTONS_LOGGER
GOptions defineOptions()
Defines the options for the Qt Buttons Widgets module.