Placefile view enhancements

- Size enabled/threshold columns for a checkbox
- Combine URL/description columns
- Tooltips
- Alternating row colors
This commit is contained in:
Dan Paulat 2023-07-24 22:27:42 -05:00
parent 18c05b3a63
commit 3ff34caa02
5 changed files with 117 additions and 58 deletions

View file

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