mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 12:15:29 +08:00
refs #303 Simulator table view
* Simulator component * Name / variant pair object / view / model
This commit is contained in:
@@ -26,6 +26,15 @@ namespace BlackGui
|
||||
public:
|
||||
//! Constructor
|
||||
explicit CNameVariantPairView(QWidget *parent = nullptr);
|
||||
|
||||
//! Icon mode
|
||||
void setIconMode(bool withIcon);
|
||||
|
||||
//! Update or add value, simple string version
|
||||
void addOrUpdateByName(const QString &name, const QString &value, const BlackMisc::CIcon &icon = BlackMisc::CIcon());
|
||||
|
||||
//! Remove by name
|
||||
void removeByName(const QString &name);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user