mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 16:55:36 +08:00
refs #849, new column formatter for integer
This commit is contained in:
committed by
Mathew Sutcliffe
parent
ad0ef16ba5
commit
cb1e213c64
@@ -107,6 +107,9 @@ namespace BlackGui
|
||||
//! Get a standard string object formatted column
|
||||
static CColumn orderColumn(const BlackMisc::CPropertyIndex &propertyIndex = BlackMisc::CPropertyIndex::GlobalIndexIOrderable, int alignment = CDefaultFormatter::alignRightVCenter());
|
||||
|
||||
//! Get a standard integer value formatted column
|
||||
static CColumn standardInteger(const QString &headerName, const QString &toolTip, const BlackMisc::CPropertyIndex &propertyIndex, int alignment = CDefaultFormatter::alignRightVCenter());
|
||||
|
||||
private:
|
||||
QString m_translationContext;
|
||||
QString m_columnName;
|
||||
|
||||
Reference in New Issue
Block a user