#include "us_selectbox.h"
Public Member Functions | |
US_SelectBase () | |
Generic constructor for the US_SelectBase class. The base class itself does not populate or manipulate the widget's contents—this would be done in the derived class. More... | |
~US_SelectBase () | |
A null destructor. More... | |
Protected Attributes | |
QList< listInfo > | widgetList |
This is a base class that helps to provide the ability to create QWidgets that operate like an html select box. This is intended for widgets like combo boxes and list widgets, except that the options are referred to by a logical ID rather than the list item number as in ordinary combo boxes and list widgets.
Definition at line 23 of file us_selectbox.h.
US_SelectBase::US_SelectBase | ( | ) |
Generic constructor for the US_SelectBase class. The base class itself does not populate or manipulate the widget's contents—this would be done in the derived class.
Definition at line 8 of file us_selectbox.cpp.
|
inline |
A null destructor.
Definition at line 34 of file us_selectbox.h.
|
protected |
Definition at line 34 of file us_selectbox.h.