#include <SortDialog.h>
Public Slots | |
void | accept () |
void | changeType (int index) |
void | insertColumnsList (const QStringList &cols) |
virtual void | languageChange () |
Signals | |
void | sort (int, int, const QString &) |
Public Member Functions | |
SortDialog (QWidget *parent=0, Qt::WFlags fl=0) | |
~SortDialog () | |
Public Attributes | |
QComboBox * | boxOrder |
QComboBox * | boxType |
QPushButton * | buttonCancel |
QPushButton * | buttonHelp |
QPushButton * | buttonOk |
QComboBox * | columnsList |
SortDialog::SortDialog | ( | QWidget * | parent = 0 , |
|
Qt::WFlags | fl = 0 | |||
) |
SortDialog::~SortDialog | ( | ) | [inline] |
void SortDialog::accept | ( | ) | [slot] |
void SortDialog::changeType | ( | int | index | ) | [slot] |
void SortDialog::insertColumnsList | ( | const QStringList & | cols | ) | [slot] |
void SortDialog::languageChange | ( | ) | [virtual, slot] |
void SortDialog::sort | ( | int | , | |
int | , | |||
const QString & | ||||
) | [signal] |
QComboBox* SortDialog::boxOrder |
QComboBox* SortDialog::boxType |
QPushButton* SortDialog::buttonCancel |
QPushButton* SortDialog::buttonHelp |
QPushButton* SortDialog::buttonOk |
QComboBox* SortDialog::columnsList |