Overwrite bg color

This commit is contained in:
b1ek 2023-04-06 14:17:20 +10:00
parent b172250562
commit b77ff2a368
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 15 additions and 1 deletions

View File

@ -13,8 +13,22 @@
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="styleSheet">
<string notr="true">QMainWindow {
background: white
}</string>
</property>
<widget class="QWidget" name="centralwidget"/>
<widget class="QMenuBar" name="menubar"/>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>