class myQtApp: public QWidget, private Ui::myQtAppDLG
Implements a Qt application using the UI.
Inherits from QWidget, Ui::myQtAppDLG.
| myQtApp | Implements a Qt application using the UI. |
| Functions | |
| myQtApp | Initializes the object. |
| ChangeValuesPrevious | Slot for changing to the previous data set. |
| ChangeValuesNext | Slot for changing to the next data set. |
| ChangeSortingOrder | Slot for changing the sorting order. |
| ChangeChart | Slot for changing the chart type. |
| ChangeFilter | Slot for changing the filtering behavior. |
Implements a Qt application using the UI.
class myQtApp: public QWidget, private Ui::myQtAppDLG
Initializes the object.
myQtApp( QWidget * pParent = NULL )
Slot for changing to the previous data set.
void ChangeValuesPrevious()
Slot for changing to the next data set.
void ChangeValuesNext()
Slot for changing the sorting order.
void ChangeSortingOrder( bool bDescending )
Slot for changing the chart type.
void ChangeChart( int iCurrentIndex )
Slot for changing the filtering behavior.
void ChangeFilter( int iCurrentIndex )