addtheme:flatgray.

This commit is contained in:
2025-10-20 15:17:31 +08:00
parent b1f31fc4d0
commit aead962ab3
32 changed files with 750 additions and 28 deletions

View File

@@ -1,30 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>frelayGUI</class>
<widget class="QMainWindow" name="frelayGUI">
<widget class="QDialog" name="frelayGUI">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>frelayGUI</string>
</property>
<widget class="QWidget" name="centralwidget"/>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>