155 lines
3.8 KiB
Plaintext
Raw Normal View History

2024-11-25 17:15:44 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TrainManager</class>
<widget class="QWidget" name="TrainManager">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1920</width>
<height>1080</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true">#TrainManager{background-color: rgb(255, 255, 255);}
</string>
</property>
<widget class="QPushButton" name="bicycleTrain_Btn">
<property name="geometry">
<rect>
<x>235</x>
<y>260</y>
<width>450</width>
<height>690</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">#bicycleTrain_Btn{background-color: rgba(238, 247, 253, 1);border-radius: 40px;}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="fesBicycleTrain_Btn">
<property name="geometry">
<rect>
<x>1225</x>
<y>260</y>
<width>460</width>
<height>330</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">#fesBicycleTrain_Btn{background-color: rgba(238, 247, 253, 1);border-radius: 40px;}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="fesTrain_Btn">
<property name="geometry">
<rect>
<x>725</x>
<y>260</y>
<width>460</width>
<height>330</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">#fesTrain_Btn{background-color: rgba(238, 247, 253, 1);border-radius: 40px;}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="setting_Btn">
<property name="geometry">
<rect>
<x>1230</x>
<y>610</y>
<width>460</width>
<height>330</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">#setting_Btn{background-color: rgba(245, 247, 249, 1);border-radius: 40px;}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="shutDown_Btn">
<property name="geometry">
<rect>
<x>1760</x>
<y>40</y>
<width>100</width>
<height>100</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/DependFile/Source/MainPage/index_icon_exit.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="brain_Btn">
<property name="geometry">
<rect>
<x>725</x>
<y>620</y>
<width>460</width>
<height>330</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">#brain_Btn{background-color: rgba(238, 247, 253, 1);border-radius: 40px;}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>74</x>
<y>66</y>
<width>360</width>
<height>60</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/DependFile/Source/MainPage/index_logo.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>660</x>
<y>55</y>
<width>621</width>
<height>70</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(4, 105, 148);
font-size:50px;
font-weight:500;</string>
</property>
<property name="text">
<string>上下肢主被动康复训练系统</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>