<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ArmAndLeg</class> <widget class="QWidget" name="ArmAndLeg"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1604</width> <height>1070</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <widget class="QGroupBox" name="groupBox_9"> <property name="geometry"> <rect> <x>50</x> <y>860</y> <width>871</width> <height>80</height> </rect> </property> <property name="title"> <string/> </property> <widget class="QWidget" name="widget_9" native="true"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>171</width> <height>61</height> </rect> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(170, 255, 255);</string> </property> <widget class="QLabel" name="label_27"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>41</width> <height>41</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> <widget class="QLabel" name="label_28"> <property name="geometry"> <rect> <x>70</x> <y>10</y> <width>101</width> <height>41</height> </rect> </property> <property name="font"> <font> <family>黑体</family> <pointsize>13</pointsize> </font> </property> <property name="text"> <string>游 戏</string> </property> </widget> </widget> <widget class="QRadioButton" name="radioButton_10"> <property name="geometry"> <rect> <x>220</x> <y>30</y> <width>101</width> <height>24</height> </rect> </property> <property name="text"> <string>游戏一</string> </property> </widget> <widget class="QRadioButton" name="radioButton_18"> <property name="geometry"> <rect> <x>370</x> <y>30</y> <width>101</width> <height>24</height> </rect> </property> <property name="text"> <string>游戏二</string> </property> </widget> </widget> <widget class="QGroupBox" name="groupBox_4"> <property name="geometry"> <rect> <x>50</x> <y>410</y> <width>871</width> <height>80</height> </rect> </property> <property name="title"> <string/> </property> <widget class="QWidget" name="widget_4" native="true"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>171</width> <height>61</height> </rect> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(170, 255, 255);</string> </property> <widget class="QLabel" name="label_15"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>41</width> <height>41</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> <widget class="QLabel" name="label_16"> <property name="geometry"> <rect> <x>70</x> <y>10</y> <width>91</width> <height>41</height> </rect> </property> <property name="font"> <font> <family>黑体</family> <pointsize>13</pointsize> </font> </property> <property name="text"> <string>阻 力</string> </property> </widget> </widget> <widget class="QLabel" name="label_17"> <property name="geometry"> <rect> <x>330</x> <y>30</y> <width>41</width> <height>31</height> </rect> </property> <property name="text"> <string>N</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QComboBox" name="upLimpPower_ComboBox"> <property name="geometry"> <rect> <x>270</x> <y>32</y> <width>61</width> <height>26</height> </rect> </property> </widget> <widget class="QLabel" name="label_39"> <property name="geometry"> <rect> <x>200</x> <y>30</y> <width>69</width> <height>31</height> </rect> </property> <property name="text"> <string>上肢</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QLabel" name="label_40"> <property name="geometry"> <rect> <x>720</x> <y>30</y> <width>41</width> <height>31</height> </rect> </property> <property name="text"> <string>N</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QLabel" name="label_41"> <property name="geometry"> <rect> <x>590</x> <y>30</y> <width>69</width> <height>31</height> </rect> </property> <property name="text"> <string>下肢</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QComboBox" name="downLimpPower_ComboBox"> <property name="geometry"> <rect> <x>660</x> <y>32</y> <width>61</width> <height>26</height> </rect> </property> </widget> </widget> <widget class="QGroupBox" name="groupBox_2"> <property name="geometry"> <rect> <x>50</x> <y>140</y> <width>871</width> <height>80</height> </rect> </property> <property name="title"> <string/> </property> <widget class="QWidget" name="widget_2" native="true"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>171</width> <height>61</height> </rect> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(170, 255, 255);</string> </property> <widget class="QLabel" name="label_3"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>41</width> <height>41</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> <widget class="QLabel" name="label_4"> <property name="geometry"> <rect> <x>70</x> <y>10</y> <width>101</width> <height>41</height> </rect> </property> <property name="font"> <font> <family>黑体</family> <pointsize>13</pointsize> </font> </property> <property name="text"> <string>训练模式</string> </property> </widget> </widget> <widget class="QRadioButton" name="active_RadioButton"> <property name="geometry"> <rect> <x>220</x> <y>30</y> <width>101</width> <height>24</height> </rect> </property> <property name="text"> <string>主动</string> </property> </widget> <widget class="QRadioButton" name="passive_RadioButton"> <property name="geometry"> <rect> <x>370</x> <y>30</y> <width>101</width> <height>24</height> </rect> </property> <property name="text"> <string>被动</string> </property> </widget> <widget class="QRadioButton" name="assistant_RadioButton"> <property name="geometry"> <rect> <x>530</x> <y>30</y> <width>101</width> <height>24</height> </rect> </property> <property name="text"> <string>助力</string> </property> </widget> <widget class="QRadioButton" name="radioButton"> <property name="geometry"> <rect> <x>690</x> <y>30</y> <width>101</width> <height>24</height> </rect> </property> <property name="text"> <string>四肢联动</string> </property> </widget> </widget> <widget class="QGroupBox" name="groupBox_5"> <property name="geometry"> <rect> <x>50</x> <y>500</y> <width>871</width> <height>80</height> </rect> </property> <property name="title"> <string/> </property> <widget class="QWidget" name="widget_5" native="true"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>171</width> <height>61</height> </rect> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(170, 255, 255);</string> </property> <widget class="QLabel" name="label_18"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>41</width> <height>41</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> <widget class="QLabel" name="label_19"> <property name="geometry"> <rect> <x>70</x> <y>10</y> <width>91</width> <height>41</height> </rect> </property> <property name="font"> <font> <family>黑体</family> <pointsize>13</pointsize> </font> </property> <property name="text"> <string>速 度</string> </property> </widget> </widget> <widget class="QLabel" name="label_20"> <property name="geometry"> <rect> <x>331</x> <y>30</y> <width>51</width> <height>31</height> </rect> </property> <property name="text"> <string>r/min</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QComboBox" name="upLimpSpeed_ComboBox"> <property name="geometry"> <rect> <x>270</x> <y>32</y> <width>61</width> <height>26</height> </rect> </property> </widget> <widget class="QLabel" name="label_42"> <property name="geometry"> <rect> <x>200</x> <y>30</y> <width>69</width> <height>31</height> </rect> </property> <property name="text"> <string>上肢</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QLabel" name="label_43"> <property name="geometry"> <rect> <x>724</x> <y>30</y> <width>51</width> <height>31</height> </rect> </property> <property name="text"> <string>r/min</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QComboBox" name="downLimpSpeed_ComboBox"> <property name="geometry"> <rect> <x>663</x> <y>32</y> <width>61</width> <height>26</height> </rect> </property> </widget> <widget class="QLabel" name="label_44"> <property name="geometry"> <rect> <x>593</x> <y>30</y> <width>69</width> <height>31</height> </rect> </property> <property name="text"> <string>下肢</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </widget> <widget class="QGroupBox" name="groupBox_6"> <property name="geometry"> <rect> <x>50</x> <y>590</y> <width>871</width> <height>80</height> </rect> </property> <property name="title"> <string/> </property> <widget class="QWidget" name="widget_6" native="true"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>171</width> <height>61</height> </rect> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(170, 255, 255);</string> </property> <widget class="QLabel" name="label_21"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>41</width> <height>41</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> <widget class="QLabel" name="label_22"> <property name="geometry"> <rect> <x>70</x> <y>10</y> <width>101</width> <height>41</height> </rect> </property> <property name="font"> <font> <family>黑体</family> <pointsize>13</pointsize> </font> </property> <property name="text"> <string>转 向</string> </property> </widget> </widget> <widget class="QRadioButton" name="radioButton_8"> <property name="geometry"> <rect> <x>270</x> <y>30</y> <width>71</width> <height>24</height> </rect> </property> <property name="text"> <string>正转</string> </property> </widget> <widget class="QRadioButton" name="radioButton_9"> <property name="geometry"> <rect> <x>370</x> <y>30</y> <width>71</width> <height>24</height> </rect> </property> <property name="text"> <string>反转</string> </property> </widget> <widget class="QLabel" name="label_45"> <property name="geometry"> <rect> <x>200</x> <y>27</y> <width>69</width> <height>31</height> </rect> </property> <property name="text"> <string>上肢</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QRadioButton" name="radioButton_19"> <property name="geometry"> <rect> <x>763</x> <y>30</y> <width>71</width> <height>24</height> </rect> </property> <property name="text"> <string>反转</string> </property> </widget> <widget class="QRadioButton" name="radioButton_20"> <property name="geometry"> <rect> <x>663</x> <y>30</y> <width>71</width> <height>24</height> </rect> </property> <property name="text"> <string>正转</string> </property> </widget> <widget class="QLabel" name="label_46"> <property name="geometry"> <rect> <x>593</x> <y>27</y> <width>69</width> <height>31</height> </rect> </property> <property name="text"> <string>下肢</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </widget> <widget class="QGroupBox" name="groupBox"> <property name="geometry"> <rect> <x>50</x> <y>40</y> <width>871</width> <height>80</height> </rect> </property> <property name="title"> <string/> </property> <widget class="QWidget" name="widget" native="true"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>171</width> <height>61</height> </rect> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(170, 255, 255);</string> </property> <widget class="QLabel" name="label"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>41</width> <height>41</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> <widget class="QLabel" name="label_2"> <property name="geometry"> <rect> <x>70</x> <y>10</y> <width>101</width> <height>41</height> </rect> </property> <property name="font"> <font> <family>黑体</family> <pointsize>13</pointsize> </font> </property> <property name="text"> <string>训练部位</string> </property> </widget> </widget> <widget class="QRadioButton" name="upLimp_RadioButton"> <property name="geometry"> <rect> <x>220</x> <y>30</y> <width>101</width> <height>24</height> </rect> </property> <property name="text"> <string>上肢</string> </property> </widget> <widget class="QRadioButton" name="downLimp_RadioButton"> <property name="geometry"> <rect> <x>370</x> <y>30</y> <width>101</width> <height>24</height> </rect> </property> <property name="text"> <string>下肢</string> </property> </widget> <widget class="QRadioButton" name="upDownLimp_RadioButton"> <property name="geometry"> <rect> <x>530</x> <y>30</y> <width>101</width> <height>24</height> </rect> </property> <property name="text"> <string>四肢</string> </property> </widget> </widget> <widget class="QGroupBox" name="groupBox_8"> <property name="geometry"> <rect> <x>50</x> <y>770</y> <width>1211</width> <height>80</height> </rect> </property> <property name="title"> <string/> </property> <widget class="QWidget" name="widget_8" native="true"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>171</width> <height>61</height> </rect> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(170, 255, 255);</string> </property> <widget class="QLabel" name="label_25"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>41</width> <height>41</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> <widget class="QLabel" name="label_26"> <property name="geometry"> <rect> <x>70</x> <y>10</y> <width>101</width> <height>41</height> </rect> </property> <property name="font"> <font> <family>黑体</family> <pointsize>13</pointsize> </font> </property> <property name="text"> <string>痉挛等级</string> </property> </widget> </widget> <widget class="QRadioButton" name="radioButton_15"> <property name="geometry"> <rect> <x>270</x> <y>30</y> <width>71</width> <height>24</height> </rect> </property> <property name="text"> <string>高</string> </property> </widget> <widget class="QRadioButton" name="radioButton_16"> <property name="geometry"> <rect> <x>370</x> <y>30</y> <width>71</width> <height>24</height> </rect> </property> <property name="text"> <string>中</string> </property> </widget> <widget class="QRadioButton" name="radioButton_17"> <property name="geometry"> <rect> <x>470</x> <y>30</y> <width>71</width> <height>24</height> </rect> </property> <property name="text"> <string>低</string> </property> </widget> <widget class="QLabel" name="label_49"> <property name="geometry"> <rect> <x>200</x> <y>26</y> <width>69</width> <height>31</height> </rect> </property> <property name="text"> <string>上肢</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QRadioButton" name="radioButton_24"> <property name="geometry"> <rect> <x>870</x> <y>30</y> <width>71</width> <height>24</height> </rect> </property> <property name="text"> <string>低</string> </property> </widget> <widget class="QLabel" name="label_50"> <property name="geometry"> <rect> <x>600</x> <y>26</y> <width>69</width> <height>31</height> </rect> </property> <property name="text"> <string>下肢</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QRadioButton" name="radioButton_25"> <property name="geometry"> <rect> <x>670</x> <y>30</y> <width>71</width> <height>24</height> </rect> </property> <property name="text"> <string>高</string> </property> </widget> <widget class="QRadioButton" name="radioButton_26"> <property name="geometry"> <rect> <x>770</x> <y>30</y> <width>71</width> <height>24</height> </rect> </property> <property name="text"> <string>中</string> </property> </widget> </widget> <widget class="QGroupBox" name="groupBox_3"> <property name="geometry"> <rect> <x>50</x> <y>230</y> <width>1211</width> <height>80</height> </rect> </property> <property name="title"> <string/> </property> <widget class="QWidget" name="widget_3" native="true"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>171</width> <height>61</height> </rect> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(170, 255, 255);</string> </property> <widget class="QLabel" name="label_5"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>41</width> <height>41</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> <widget class="QLabel" name="label_6"> <property name="geometry"> <rect> <x>70</x> <y>10</y> <width>101</width> <height>41</height> </rect> </property> <property name="font"> <font> <family>黑体</family> <pointsize>13</pointsize> </font> </property> <property name="text"> <string>上肢时间</string> </property> </widget> </widget> <widget class="QLabel" name="label_7"> <property name="geometry"> <rect> <x>200</x> <y>30</y> <width>69</width> <height>31</height> </rect> </property> <property name="text"> <string>预热期</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QComboBox" name="comboBox"> <property name="geometry"> <rect> <x>270</x> <y>32</y> <width>61</width> <height>26</height> </rect> </property> </widget> <widget class="QLabel" name="label_8"> <property name="geometry"> <rect> <x>330</x> <y>30</y> <width>41</width> <height>31</height> </rect> </property> <property name="text"> <string>min</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QComboBox" name="comboBox_2"> <property name="geometry"> <rect> <x>500</x> <y>32</y> <width>61</width> <height>26</height> </rect> </property> </widget> <widget class="QLabel" name="label_9"> <property name="geometry"> <rect> <x>560</x> <y>30</y> <width>41</width> <height>31</height> </rect> </property> <property name="text"> <string>min</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QLabel" name="label_10"> <property name="geometry"> <rect> <x>430</x> <y>30</y> <width>69</width> <height>31</height> </rect> </property> <property name="text"> <string>过渡期</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QComboBox" name="comboBox_3"> <property name="geometry"> <rect> <x>740</x> <y>32</y> <width>61</width> <height>26</height> </rect> </property> </widget> <widget class="QLabel" name="label_11"> <property name="geometry"> <rect> <x>880</x> <y>30</y> <width>69</width> <height>31</height> </rect> </property> <property name="text"> <string>放松期</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QLabel" name="label_12"> <property name="geometry"> <rect> <x>800</x> <y>30</y> <width>41</width> <height>31</height> </rect> </property> <property name="text"> <string>min</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QLabel" name="label_13"> <property name="geometry"> <rect> <x>670</x> <y>30</y> <width>69</width> <height>31</height> </rect> </property> <property name="text"> <string>主动期</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QComboBox" name="comboBox_4"> <property name="geometry"> <rect> <x>950</x> <y>32</y> <width>61</width> <height>26</height> </rect> </property> </widget> <widget class="QLabel" name="label_14"> <property name="geometry"> <rect> <x>1010</x> <y>30</y> <width>41</width> <height>31</height> </rect> </property> <property name="text"> <string>min</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QPushButton" name="pushButton"> <property name="geometry"> <rect> <x>1090</x> <y>30</y> <width>93</width> <height>29</height> </rect> </property> <property name="text"> <string>高级设置</string> </property> </widget> </widget> <widget class="QGroupBox" name="groupBox_7"> <property name="geometry"> <rect> <x>50</x> <y>680</y> <width>1211</width> <height>80</height> </rect> </property> <property name="title"> <string/> </property> <widget class="QWidget" name="widget_7" native="true"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>171</width> <height>61</height> </rect> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(170, 255, 255);</string> </property> <widget class="QLabel" name="label_23"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>41</width> <height>41</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> <widget class="QLabel" name="label_24"> <property name="geometry"> <rect> <x>70</x> <y>10</y> <width>101</width> <height>41</height> </rect> </property> <property name="font"> <font> <family>黑体</family> <pointsize>13</pointsize> </font> </property> <property name="text"> <string>痉挛保护</string> </property> </widget> </widget> <widget class="QRadioButton" name="radioButton_11"> <property name="geometry"> <rect> <x>270</x> <y>30</y> <width>101</width> <height>24</height> </rect> </property> <property name="text"> <string>暂停</string> </property> </widget> <widget class="QRadioButton" name="radioButton_13"> <property name="geometry"> <rect> <x>370</x> <y>30</y> <width>101</width> <height>24</height> </rect> </property> <property name="text"> <string>反转</string> </property> </widget> <widget class="QRadioButton" name="radioButton_14"> <property name="geometry"> <rect> <x>470</x> <y>30</y> <width>101</width> <height>24</height> </rect> </property> <property name="text"> <string>关闭</string> </property> </widget> <widget class="QLabel" name="label_47"> <property name="geometry"> <rect> <x>197</x> <y>26</y> <width>69</width> <height>31</height> </rect> </property> <property name="text"> <string>上肢</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QRadioButton" name="radioButton_21"> <property name="geometry"> <rect> <x>870</x> <y>30</y> <width>101</width> <height>24</height> </rect> </property> <property name="text"> <string>关闭</string> </property> </widget> <widget class="QRadioButton" name="radioButton_22"> <property name="geometry"> <rect> <x>670</x> <y>30</y> <width>101</width> <height>24</height> </rect> </property> <property name="text"> <string>暂停</string> </property> </widget> <widget class="QRadioButton" name="radioButton_23"> <property name="geometry"> <rect> <x>770</x> <y>30</y> <width>101</width> <height>24</height> </rect> </property> <property name="text"> <string>反转</string> </property> </widget> <widget class="QLabel" name="label_48"> <property name="geometry"> <rect> <x>597</x> <y>26</y> <width>69</width> <height>31</height> </rect> </property> <property name="text"> <string>下肢</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </widget> <widget class="QGroupBox" name="groupBox_10"> <property name="geometry"> <rect> <x>50</x> <y>320</y> <width>1211</width> <height>80</height> </rect> </property> <property name="title"> <string/> </property> <widget class="QWidget" name="widget_10" native="true"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>171</width> <height>61</height> </rect> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(170, 255, 255);</string> </property> <widget class="QLabel" name="label_29"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>41</width> <height>41</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> <widget class="QLabel" name="label_30"> <property name="geometry"> <rect> <x>70</x> <y>10</y> <width>101</width> <height>41</height> </rect> </property> <property name="font"> <font> <family>黑体</family> <pointsize>13</pointsize> </font> </property> <property name="text"> <string>下肢时间</string> </property> </widget> </widget> <widget class="QLabel" name="label_31"> <property name="geometry"> <rect> <x>200</x> <y>30</y> <width>69</width> <height>31</height> </rect> </property> <property name="text"> <string>预热期</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QComboBox" name="comboBox_7"> <property name="geometry"> <rect> <x>270</x> <y>32</y> <width>61</width> <height>26</height> </rect> </property> </widget> <widget class="QLabel" name="label_32"> <property name="geometry"> <rect> <x>330</x> <y>30</y> <width>41</width> <height>31</height> </rect> </property> <property name="text"> <string>min</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QComboBox" name="comboBox_8"> <property name="geometry"> <rect> <x>500</x> <y>32</y> <width>61</width> <height>26</height> </rect> </property> </widget> <widget class="QLabel" name="label_33"> <property name="geometry"> <rect> <x>560</x> <y>30</y> <width>41</width> <height>31</height> </rect> </property> <property name="text"> <string>min</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QLabel" name="label_34"> <property name="geometry"> <rect> <x>430</x> <y>30</y> <width>69</width> <height>31</height> </rect> </property> <property name="text"> <string>过渡期</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QComboBox" name="comboBox_9"> <property name="geometry"> <rect> <x>740</x> <y>32</y> <width>61</width> <height>26</height> </rect> </property> </widget> <widget class="QLabel" name="label_35"> <property name="geometry"> <rect> <x>880</x> <y>30</y> <width>69</width> <height>31</height> </rect> </property> <property name="text"> <string>放松期</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QLabel" name="label_36"> <property name="geometry"> <rect> <x>800</x> <y>30</y> <width>41</width> <height>31</height> </rect> </property> <property name="text"> <string>min</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QLabel" name="label_37"> <property name="geometry"> <rect> <x>670</x> <y>30</y> <width>69</width> <height>31</height> </rect> </property> <property name="text"> <string>主动期</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QComboBox" name="comboBox_10"> <property name="geometry"> <rect> <x>950</x> <y>32</y> <width>61</width> <height>26</height> </rect> </property> </widget> <widget class="QLabel" name="label_38"> <property name="geometry"> <rect> <x>1010</x> <y>30</y> <width>41</width> <height>31</height> </rect> </property> <property name="text"> <string>min</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QPushButton" name="pushButton_2"> <property name="geometry"> <rect> <x>1090</x> <y>30</y> <width>93</width> <height>29</height> </rect> </property> <property name="text"> <string>高级设置</string> </property> </widget> </widget> <widget class="Line" name="line"> <property name="geometry"> <rect> <x>50</x> <y>130</y> <width>1000</width> <height>5</height> </rect> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> <widget class="QPushButton" name="pushButton_3"> <property name="geometry"> <rect> <x>1380</x> <y>990</y> <width>151</width> <height>61</height> </rect> </property> <property name="text"> <string>下一步</string> </property> </widget> </widget> <resources/> <connections/> </ui>