mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:30:05 +00:00
Placefile view enhancements
- Size enabled/threshold columns for a checkbox - Combine URL/description columns - Tooltips - Alternating row colors
This commit is contained in:
parent
18c05b3a63
commit
3ff34caa02
5 changed files with 117 additions and 58 deletions
|
|
@ -21,10 +21,9 @@ class PlacefileModel : public QAbstractTableModel
|
|||
public:
|
||||
enum class Column : int
|
||||
{
|
||||
Enabled = 0,
|
||||
Thresholds = 1,
|
||||
Url = 2,
|
||||
Description = 3
|
||||
Enabled = 0,
|
||||
Thresholds = 1,
|
||||
Placefile = 2
|
||||
};
|
||||
|
||||
explicit PlacefileModel(QObject* parent = nullptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue