2022-07-30 11:50:01 +08:00

177 lines
4.2 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SettingForm</class>
<widget class="QWidget" name="SettingForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>667</width>
<height>343</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QWidget" name="widget" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>561</width>
<height>311</height>
</rect>
</property>
<widget class="QPushButton" name="OK_Btn">
<property name="geometry">
<rect>
<x>180</x>
<y>280</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(69, 90, 108);</string>
</property>
<property name="text">
<string>确定</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>221</width>
<height>241</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-color: rgb(85, 255, 127);</string>
</property>
<property name="title">
<string>转速</string>
</property>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>20</x>
<y>80</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>触发阈值:</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>20</x>
<y>160</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Hysteresis</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox">
<property name="geometry">
<rect>
<x>120</x>
<y>40</y>
<width>69</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 0, 0);
QComboBox { min-height: 30px; min-width: 60px;}
QComboBox QAbstractItemView::item { min-height: 30px; min-width: 60px;}</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>54</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>触发沿:</string>
</property>
</widget>
<widget class="QLineEdit" name="TriggerValue_lineEdit">
<property name="geometry">
<rect>
<x>120</x>
<y>80</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(211,211,211);
color: rgb(0, 0, 0);
</string>
</property>
</widget>
<widget class="QLineEdit" name="Hysteresis_lineEdit">
<property name="geometry">
<rect>
<x>120</x>
<y>160</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(211,211,211);
color: rgb(0, 0, 0);
</string>
</property>
</widget>
<widget class="QLineEdit" name="Key_lineEdit">
<property name="geometry">
<rect>
<x>120</x>
<y>120</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(211,211,211);
color: rgb(0, 0, 0);
</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>20</x>
<y>120</y>
<width>61</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>键齿数量:</string>
</property>
</widget>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>