mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 03:35:38 +08:00
Ref T529, allow to explicitly set no sort order in model/view
This commit is contained in:
committed by
Mat Sutcliffe
parent
14c3c51585
commit
3aee73840d
@@ -69,6 +69,12 @@ namespace BlackGui
|
||||
//! \copydoc BlackGui::Filters::CStatusMessageFilterBar::useRadioButtonDescriptiveIcons
|
||||
void filterUseRadioButtonDescriptiveIcons(bool oneCharacterText);
|
||||
|
||||
//! Sorting for view
|
||||
void setSorting(const BlackMisc::CPropertyIndex &propertyIndex, Qt::SortOrder order = Qt::AscendingOrder);
|
||||
|
||||
//! Disable sorting
|
||||
void setNoSorting();
|
||||
|
||||
signals:
|
||||
//! \copydoc BlackGui::Views::CStatusMessageView::modelDataChangedDigest
|
||||
void modelDataChangedDigest(int count, bool withFilter);
|
||||
|
||||
Reference in New Issue
Block a user