mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Improve theme editor usability so themes can be set from it
This commit is contained in:
@ -21,8 +21,11 @@ public:
|
||||
|
||||
QJsonObject currentParams() const { return params; }
|
||||
|
||||
void updateSavedId(const QString &id);
|
||||
|
||||
signals:
|
||||
void themeJsonChanged(const QJsonObject ¶ms);
|
||||
void saveToLibraryRequested(const QJsonObject &json);
|
||||
|
||||
private:
|
||||
void populate(QTreeWidgetItem *parent, const QJsonObject &obj, const QStringList &path);
|
||||
|
||||
Reference in New Issue
Block a user