StyleSheet Rewrite

Use QDarkStyle to make Standard_Dark.qss and Standard_Light.qss
Use Widget name to stylize them.
This commit is contained in:
Phenom 2021-04-09 11:54:57 +02:00
parent 16ca0dc52c
commit d7981f3811
772 changed files with 12162 additions and 11459 deletions

View file

@ -61,7 +61,14 @@
</widget>
</item>
<item>
<widget class="StyledLabel" name="titleBarLabel">
<widget class="QLabel" name="titleBarLabel">
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Files</string>
</property>
@ -216,7 +223,7 @@ border-image: url(:/images/closepressed.png)
</layout>
</item>
<item>
<widget class="QComboBox" name="viewType_CB">
<widget class="RSComboBox" name="viewType_CB">
<item>
<property name="text">
<string>Tree view</string>
@ -230,7 +237,7 @@ border-image: url(:/images/closepressed.png)
</widget>
</item>
<item>
<widget class="QComboBox" name="indicatorCBox">
<widget class="RSComboBox" name="indicatorCBox">
<item>
<property name="text">
<string>All</string>
@ -304,7 +311,7 @@ border-image: url(:/images/closepressed.png)
<string>Download</string>
</property>
<property name="icon">
<iconset resource="../images.qrc">
<iconset>
<normaloff>:/images/download16.png</normaloff>:/images/download16.png</iconset>
</property>
</widget>
@ -369,9 +376,6 @@ border-image: url(:/images/closepressed.png)
<property name="animated">
<bool>false</bool>
</property>
<attribute name="headerStretchLastSection">
<bool>false</bool>
</attribute>
</widget>
</item>
</layout>
@ -382,9 +386,9 @@ border-image: url(:/images/closepressed.png)
</widget>
<customwidgets>
<customwidget>
<class>StyledLabel</class>
<extends>QLabel</extends>
<header>gui/common/StyledLabel.h</header>
<class>RSComboBox</class>
<extends>QComboBox</extends>
<header>gui/common/RSComboBox.h</header>
</customwidget>
</customwidgets>
<resources>