QtiPlot
0.9.8.2
|
Sorting options dialog. More...
#include <SortDialog.h>
Signals | |
void | sort (int, int, const QString &) |
Public Member Functions | |
void | insertColumnsList (const QStringList &cols) |
SortDialog (QWidget *parent=0, Qt::WFlags fl=0) | |
Private Slots | |
void | accept () |
void | changeType (int index) |
Private Attributes | |
QComboBox * | boxOrder |
QComboBox * | boxType |
QPushButton * | buttonCancel |
QPushButton * | buttonHelp |
QPushButton * | buttonOk |
QComboBox * | columnsList |
Sorting options dialog.
SortDialog::SortDialog | ( | QWidget * | parent = 0 , |
Qt::WFlags | fl = 0 |
||
) |
References accept(), boxOrder, boxType, buttonCancel, buttonOk, changeType(), and columnsList.
|
privateslot |
References boxOrder, boxType, columnsList, and sort().
Referenced by SortDialog().
|
privateslot |
References boxType, and columnsList.
Referenced by SortDialog().
void SortDialog::insertColumnsList | ( | const QStringList & | cols | ) |
References boxType, and columnsList.
Referenced by Table::sortColumnsDialog(), and Table::sortTableDialog().
|
signal |
Referenced by accept().
|
private |
Referenced by accept(), and SortDialog().
|
private |
Referenced by accept(), changeType(), insertColumnsList(), and SortDialog().
|
private |
Referenced by SortDialog().
|
private |
|
private |
Referenced by SortDialog().
|
private |
Referenced by accept(), changeType(), insertColumnsList(), and SortDialog().