Commit 729fd844 authored by Chupligin Sergey's avatar Chupligin Sergey

[Theme] Add update theme function

parent b9eba256
This diff is collapsed.
......@@ -45,7 +45,7 @@ class Theme : public QObject
public:
explicit Theme(QObject *parent = 0);
bool loadTheme(QString name);
bool loadTheme(QString fileName);
qreal itemWidthLarge(){return m_itemWidthLarge;}
qreal itemWidthMedium(){return m_itemWidthMedium;}
qreal itemWidthSmall(){return m_itemWidthSmall;}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment