Add Last Post Column in GroupTreeWidget.

Hidden by default.
A context menu is added.
This commit is contained in:
Phenom 2018-05-08 12:08:08 +02:00
parent 1352631807
commit 2ebacf36ed
3 changed files with 122 additions and 95 deletions

View file

@ -77,8 +77,8 @@ public:
// Add a tool button to the tool area
void addToolButton(QToolButton *toolButton);
// Load and save settings (group must be startet from the caller)
void processSettings(RshareSettings *settings, bool load);
// Load and save settings (group must be started from the caller)
void processSettings(bool load);
// Add a new category item
QTreeWidgetItem *addCategoryItem(const QString &name, const QIcon &icon, bool expand);