247 lines
5.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>FesControlDialog</class>
<widget class="QDialog" name="FesControlDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1920</width>
<height>1080</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>555</x>
<y>240</y>
<width>804</width>
<height>600</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">#groupBox_2{border:none;background-color:white;border-radius: 8px;}</string>
</property>
<property name="title">
<string/>
</property>
<widget class="QListWidget" name="listWidget">
<property name="geometry">
<rect>
<x>38</x>
<y>117</y>
<width>571</width>
<height>391</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">#listWidget{background:#E4F4FC;border:none;}</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>628</x>
<y>120</y>
<width>151</width>
<height>391</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border:none;</string>
</property>
<property name="title">
<string/>
</property>
<widget class="QComboBox" name="serial_ComboBox">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>131</width>
<height>40</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background: #05A6EC;
border-radius: 4px;
color:white;</string>
</property>
</widget>
<widget class="QPushButton" name="scanDevice_Btn">
<property name="geometry">
<rect>
<x>10</x>
<y>190</y>
<width>131</width>
<height>40</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background: #05A6EC;
border-radius: 4px;
color:white;</string>
</property>
<property name="text">
<string>扫描</string>
</property>
</widget>
<widget class="QPushButton" name="queryDevice_Btn">
<property name="geometry">
<rect>
<x>10</x>
<y>250</y>
<width>131</width>
<height>40</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background: #05A6EC;
border-radius: 4px;
color:white;</string>
</property>
<property name="text">
<string>查询</string>
</property>
</widget>
<widget class="QPushButton" name="flushSerial_Btn">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>131</width>
<height>40</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background: #05A6EC;
border-radius: 4px;
color:white;</string>
</property>
<property name="text">
<string>刷新</string>
</property>
</widget>
<widget class="QPushButton" name="openSerial_Btn">
<property name="geometry">
<rect>
<x>10</x>
<y>130</y>
<width>131</width>
<height>40</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background: #05A6EC;
border-radius: 4px;
color:white;</string>
</property>
<property name="text">
<string>打开</string>
</property>
</widget>
</widget>
<widget class="QPushButton" name="close_Btn">
<property name="geometry">
<rect>
<x>0</x>
<y>549</y>
<width>804</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>13</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background: #05A6EC;
border-radius: 4px;
color:white;</string>
</property>
<property name="text">
<string>关闭</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_3">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>804</width>
<height>60</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background: #DDECFC;
border:none;
border-top-left-radius: 8px;border-top-right-radius:8px;
</string>
</property>
<property name="title">
<string/>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>200</x>
<y>10</y>
<width>371</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">
<string>电刺激控制</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>