refs #849, new column formatter for integer

This commit is contained in:
Klaus Basan
2017-01-05 02:19:15 +01:00
committed by Mathew Sutcliffe
parent ad0ef16ba5
commit cb1e213c64
4 changed files with 24 additions and 0 deletions

View File

@@ -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;