mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
Ref T189, context menu "Clear highlighting" only if there are highlighted rows
* added customMenu in template * added hasHighlightedRows
This commit is contained in:
@@ -114,6 +114,9 @@ namespace BlackGui
|
||||
//! Remove all highlighting
|
||||
virtual void clearHighlighting();
|
||||
|
||||
//! Has highlighted rows?
|
||||
virtual bool hasHighlightedRows() const;
|
||||
|
||||
//! Drop actions
|
||||
void setDropActions(Qt::DropActions dropActions) { this->m_dropActions = dropActions; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user