Eneboo - Documentación para desarrolladores
|
Métodos públicos | |
QFileDialogQFileListView (QWidget *parent, QFileDialog *d) | |
void | clear () |
void | startRename (bool check=TRUE) |
void | setSorting (int column, bool increasing=TRUE) |
Atributos públicos | |
QRenameEdit * | lined |
bool | renaming |
QListViewItem * | renameItem |
QFileDialogQFileListView::QFileDialogQFileListView | ( | QWidget * | parent, |
QFileDialog * | d | ||
) |
void QFileDialogQFileListView::clear | ( | void | ) | [virtual] |
Removes and deletes all the items in this list view and triggers an update.
Note that the currentChanged() signal is not emitted when this slot is invoked.
Reimplementado de QListView.
Sets the list view to be sorted by column column in ascending order if ascending is TRUE or descending order if it is FALSE.
If column is -1, sorting is disabled and the user cannot sort columns by clicking on the column headers. If column is larger than the number of columns the user must click on a column header to sort the list view.
Reimplementado de QListView.
void QFileDialogQFileListView::startRename | ( | bool | check = TRUE | ) |