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

@ -48,7 +48,7 @@
<number>0</number>
</property>
<item>
<widget class="QComboBox" name="f_paragraph">
<widget class="RSComboBox" name="f_paragraph">
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
@ -61,7 +61,7 @@
</widget>
</item>
<item>
<widget class="QComboBox" name="f_fontsize">
<widget class="RSComboBox" name="f_fontsize">
<property name="font">
<font>
<family>MS Sans Serif</family>
@ -595,6 +595,11 @@
<extends>QTextEdit</extends>
<header>gui/common/MimeTextEdit.h</header>
</customwidget>
<customwidget>
<class>RSComboBox</class>
<extends>QComboBox</extends>
<header>gui/common/RSComboBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>f_textedit</tabstop>