Eneboo - Documentación para desarrolladores
|
#include <connectiontable.h>
Señales | |
void | resorted () |
Métodos públicos | |
ConnectionTable (QWidget *parent, const char *name) | |
void | sortColumn (int col, bool ascending, bool wholeRows) |
ConnectionTable::ConnectionTable | ( | QWidget * | parent, |
const char * | name | ||
) |
void ConnectionTable::resorted | ( | ) | [signal] |
Sorts column col. If ascending is TRUE the sort is in ascending order, otherwise the sort is in descending order.
If wholeRows is TRUE, entire rows are sorted using swapRows(); otherwise only cells in the column are sorted using swapCells().
Note that if you are not using QTableItems you will need to reimplement swapRows() and swapCells(). (See the notes on large tables.)
Reimplementado de QTable.