Add dark, light, blue and colored theme from pe.
Replaces the old dark and light themes
This commit is contained in:
parent
92560bf0cd
commit
8f7aec032b
168 changed files with 4405 additions and 1902 deletions
2
main.cpp
2
main.cpp
|
@ -37,6 +37,8 @@ int main(int argc, char *argv[])
|
|||
#endif
|
||||
Q_INIT_RESOURCE(pe_dark);
|
||||
Q_INIT_RESOURCE(pe_light);
|
||||
Q_INIT_RESOURCE(pe_blue);
|
||||
Q_INIT_RESOURCE(pe_colored);
|
||||
|
||||
switch (app.status())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue