patch manager

This commit is contained in:
Megamouse 2020-06-02 10:39:24 +02:00
parent 1668900fb8
commit 2dca8d84e1
14 changed files with 1318 additions and 190 deletions

View file

@ -66,6 +66,9 @@ namespace gui
// Open a path in the explorer and mark the file
void open_dir(const QString& path);
// Finds a child of a QTreeWidgetItem with given text
QTreeWidgetItem* find_child(QTreeWidgetItem* parent, const QString& text);
// Constructs and adds a child to a QTreeWidgetItem
QTreeWidgetItem* add_child(QTreeWidgetItem* parent, const QString& text, int column = 0);