<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>mainWindow</class> <widget class="QMainWindow" name="mainWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1200</width> <height>800</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>1200</width> <height>800</height> </size> </property> <property name="maximumSize"> <size> <width>1200</width> <height>800</height> </size> </property> <property name="sizeIncrement"> <size> <width>4</width> <height>3</height> </size> </property> <property name="windowTitle"> <string>呼吸信号粗对齐程序</string> </property> <widget class="QWidget" name="centralwidget"> <widget class="QWidget" name="horizontalLayoutWidget"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>1181</width> <height>751</height> </rect> </property> <layout class="QHBoxLayout" name="horizontalLayout" stretch="2,0,6"> <item> <layout class="QVBoxLayout" name="verticalLayout" stretch="3,4,5,3,4,2,2"> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>打开</string> </property> <widget class="QWidget" name="verticalLayoutWidget_7"> <property name="geometry"> <rect> <x>10</x> <y>20</y> <width>283</width> <height>61</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_8"> <item> <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="4,0,1"> <item> <widget class="QComboBox" name="comboBox_SelectFile"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_Refresh"> <property name="maximumSize"> <size> <width>60</width> <height>16777215</height> </size> </property> <property name="text"> <string>刷新</string> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_OpenFile"> <property name="maximumSize"> <size> <width>60</width> <height>16777215</height> </size> </property> <property name="text"> <string>打开</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_17"> <item> <widget class="QLabel" name="label"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>PSG时长</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_PSGmins"> <property name="text"> <string>0</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="label_8"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>mins</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_6"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>心晓时长</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_XXmins"> <property name="toolTipDuration"> <number>1</number> </property> <property name="layoutDirection"> <enum>Qt::LeftToRight</enum> </property> <property name="text"> <string>0</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="label_7"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>mins</string> </property> </widget> </item> </layout> </item> </layout> </widget> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_3"> <property name="title"> <string>标准化</string> </property> <widget class="QWidget" name="verticalLayoutWidget_2"> <property name="geometry"> <rect> <x>10</x> <y>20</y> <width>282</width> <height>91</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QLabel" name="label_16"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>65</width> <height>16777215</height> </size> </property> <property name="text"> <string>PSG采样率:</string> </property> </widget> </item> <item> <widget class="QSpinBox" name="spinBox_PSGFreq"> <property name="maximumSize"> <size> <width>60</width> <height>16777215</height> </size> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="buttonSymbols"> <enum>QAbstractSpinBox::NoButtons</enum> </property> <property name="minimum"> <number>1</number> </property> <property name="maximum"> <number>1000</number> </property> <property name="value"> <number>100</number> </property> </widget> </item> <item> <widget class="QLabel" name="label_17"> <property name="text"> <string>Hz</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_18"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>72</width> <height>16777215</height> </size> </property> <property name="text"> <string>心晓采样率:</string> </property> </widget> </item> <item> <widget class="QSpinBox" name="spinBox_XXFreq"> <property name="maximumSize"> <size> <width>60</width> <height>16777215</height> </size> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="buttonSymbols"> <enum>QAbstractSpinBox::NoButtons</enum> </property> <property name="minimum"> <number>1</number> </property> <property name="maximum"> <number>1000</number> </property> <property name="value"> <number>1000</number> </property> </widget> </item> <item> <widget class="QLabel" name="label_19"> <property name="text"> <string>Hz</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_15"> <item> <widget class="QCheckBox" name="checkBox_PSGDelBase"> <property name="minimumSize"> <size> <width>85</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>85</width> <height>16777215</height> </size> </property> <property name="text"> <string>PSG去基线</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QCheckBox" name="checkBox_XXDelBase"> <property name="minimumSize"> <size> <width>85</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>85</width> <height>16777215</height> </size> </property> <property name="text"> <string>心晓去基线</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <spacer name="horizontalSpacer_4"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QCheckBox" name="checkBox_RawSignal"> <property name="minimumSize"> <size> <width>90</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>90</width> <height>16777215</height> </size> </property> <property name="text"> <string>原始信号</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_5"> <item> <widget class="QCheckBox" name="checkBox_PSGZScore"> <property name="minimumSize"> <size> <width>85</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>85</width> <height>16777215</height> </size> </property> <property name="text"> <string>PSG标准化</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QCheckBox" name="checkBox_XXZScore"> <property name="minimumSize"> <size> <width>85</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>85</width> <height>16777215</height> </size> </property> <property name="text"> <string>心晓标准化</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <spacer name="horizontalSpacer_5"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="pushButton_Standardize"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>90</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>90</width> <height>16777215</height> </size> </property> <property name="text"> <string>应用</string> </property> </widget> </item> </layout> </item> </layout> </widget> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_5"> <property name="title"> <string>截断</string> </property> <widget class="QWidget" name="verticalLayoutWidget_3"> <property name="geometry"> <rect> <x>10</x> <y>20</y> <width>281</width> <height>131</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <layout class="QHBoxLayout" name="horizontalLayout_6"> <item> <widget class="QLabel" name="label_25"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>65</width> <height>16777215</height> </size> </property> <property name="toolTip"> <string/> </property> <property name="text"> <string>PSG_补零:</string> </property> </widget> </item> <item> <widget class="QSpinBox" name="spinBox_PSGPreA"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>60</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>100</width> <height>16777215</height> </size> </property> <property name="toolTip"> <string>负数则补零</string> </property> <property name="toolTipDuration"> <number>2</number> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="buttonSymbols"> <enum>QAbstractSpinBox::NoButtons</enum> </property> <property name="prefix"> <string/> </property> <property name="minimum"> <number>0</number> </property> <property name="maximum"> <number>300000</number> </property> <property name="value"> <number>0</number> </property> </widget> </item> <item> <spacer name="horizontalSpacer_10"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="label_21"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>65</width> <height>16777215</height> </size> </property> <property name="toolTip"> <string/> </property> <property name="text"> <string>心晓_补零:</string> </property> </widget> </item> <item> <widget class="QSpinBox" name="spinBox_XXPreA"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>60</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>100</width> <height>16777215</height> </size> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="buttonSymbols"> <enum>QAbstractSpinBox::NoButtons</enum> </property> <property name="minimum"> <number>0</number> </property> <property name="maximum"> <number>300000</number> </property> <property name="value"> <number>0</number> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="label_24"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>65</width> <height>16777215</height> </size> </property> <property name="toolTip"> <string/> </property> <property name="text"> <string>PSG_Pre :</string> </property> </widget> </item> <item> <widget class="QSpinBox" name="spinBox_PSGPreCut"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>60</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>100</width> <height>16777215</height> </size> </property> <property name="toolTip"> <string>负数则补零</string> </property> <property name="toolTipDuration"> <number>2</number> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="buttonSymbols"> <enum>QAbstractSpinBox::NoButtons</enum> </property> <property name="prefix"> <string/> </property> <property name="minimum"> <number>0</number> </property> <property name="maximum"> <number>300000</number> </property> <property name="value"> <number>0</number> </property> </widget> </item> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="label_26"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>65</width> <height>16777215</height> </size> </property> <property name="toolTip"> <string/> </property> <property name="text"> <string>心晓_Pre:</string> </property> </widget> </item> <item> <widget class="QSpinBox" name="spinBox_XXPreCut"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>60</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>100</width> <height>16777215</height> </size> </property> <property name="toolTip"> <string>负数则补零</string> </property> <property name="toolTipDuration"> <number>2</number> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="buttonSymbols"> <enum>QAbstractSpinBox::NoButtons</enum> </property> <property name="prefix"> <string/> </property> <property name="minimum"> <number>0</number> </property> <property name="maximum"> <number>300000</number> </property> <property name="value"> <number>0</number> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_7"> <item> <widget class="QLabel" name="label_22"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>65</width> <height>16777215</height> </size> </property> <property name="text"> <string>PSG_Post:</string> </property> </widget> </item> <item> <widget class="QSpinBox" name="spinBox_PSGPostCut"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>60</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>100</width> <height>16777215</height> </size> </property> <property name="toolTip"> <string>负数则补零</string> </property> <property name="toolTipDuration"> <number>2</number> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="buttonSymbols"> <enum>QAbstractSpinBox::NoButtons</enum> </property> <property name="prefix"> <string/> </property> <property name="minimum"> <number>0</number> </property> <property name="maximum"> <number>300000</number> </property> <property name="value"> <number>0</number> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="label_23"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>65</width> <height>16777215</height> </size> </property> <property name="text"> <string>心晓_Post:</string> </property> </widget> </item> <item> <widget class="QSpinBox" name="spinBox_XXPostCut"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>60</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>100</width> <height>16777215</height> </size> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="buttonSymbols"> <enum>QAbstractSpinBox::NoButtons</enum> </property> <property name="minimum"> <number>0</number> </property> <property name="maximum"> <number>300000</number> </property> <property name="value"> <number>0</number> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_8"> <item> <spacer name="horizontalSpacer_8"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="pushButton_CutOff"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>60</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>85</width> <height>16777215</height> </size> </property> <property name="text"> <string>应用</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="pushButton_GetPos"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>60</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>85</width> <height>16777215</height> </size> </property> <property name="text"> <string>计算对齐</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_9"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="pushButton_ReadInfo"> <property name="minimumSize"> <size> <width>60</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>85</width> <height>16777215</height> </size> </property> <property name="text"> <string>读取对齐</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_7"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_4"> <property name="title"> <string>对齐起始位置</string> </property> <widget class="QWidget" name="verticalLayoutWidget_4"> <property name="geometry"> <rect> <x>10</x> <y>20</y> <width>281</width> <height>61</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <layout class="QHBoxLayout" name="horizontalLayout_9"> <item> <widget class="QCheckBox" name="checkBox_PTHO"> <property name="text"> <string>备选1</string> </property> <property name="autoExclusive"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QCheckBox" name="checkBox_NTHO"> <property name="text"> <string>备选2</string> </property> <property name="autoExclusive"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QCheckBox" name="checkBox_PABD"> <property name="text"> <string>备选3</string> </property> <property name="autoExclusive"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_11"> <item> <widget class="QCheckBox" name="checkBox_NABD"> <property name="text"> <string>备选4</string> </property> <property name="autoExclusive"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QCheckBox" name="checkBox_custom"> <property name="text"> <string>自定义</string> </property> <property name="autoExclusive"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QSpinBox" name="spinBox_custom"> <property name="enabled"> <bool>false</bool> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="buttonSymbols"> <enum>QAbstractSpinBox::NoButtons</enum> </property> <property name="minimum"> <number>-1000000</number> </property> <property name="maximum"> <number>1000000</number> </property> </widget> </item> </layout> </item> </layout> </widget> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_6"> <property name="title"> <string>局部观测</string> </property> <widget class="QWidget" name="verticalLayoutWidget_5"> <property name="geometry"> <rect> <x>10</x> <y>20</y> <width>281</width> <height>92</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> <layout class="QHBoxLayout" name="horizontalLayout_13"> <item> <widget class="QLabel" name="label_4"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Epoch:</string> </property> </widget> </item> <item> <widget class="QSpinBox" name="spinBox_SelectEpoch"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>60</width> <height>0</height> </size> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="buttonSymbols"> <enum>QAbstractSpinBox::NoButtons</enum> </property> <property name="maximum"> <number>2000</number> </property> </widget> </item> <item> <spacer name="horizontalSpacer_6"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Minimum</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>30</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="pushButton_JUMP"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>88</width> <height>16777215</height> </size> </property> <property name="text"> <string>跳转</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_12"> <item> <widget class="QPushButton" name="pushButton_EP1"> <property name="text"> <string>Epoch+1</string> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_EP10"> <property name="text"> <string>Epoch+10</string> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_EP100"> <property name="text"> <string>Epoch+100</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_14"> <item> <widget class="QPushButton" name="pushButton_EM1"> <property name="text"> <string>Epoch-1</string> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_EM10"> <property name="text"> <string>Epoch-10</string> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_EM100"> <property name="text"> <string>Epoch-100</string> </property> </widget> </item> </layout> </item> </layout> </widget> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>保存</string> </property> <widget class="QPushButton" name="pushButton_SaveInfo"> <property name="geometry"> <rect> <x>40</x> <y>20</y> <width>75</width> <height>24</height> </rect> </property> <property name="text"> <string>保存对齐</string> </property> </widget> <widget class="QPushButton" name="pushButton_Exit"> <property name="geometry"> <rect> <x>160</x> <y>20</y> <width>75</width> <height>24</height> </rect> </property> <property name="text"> <string>退出</string> </property> </widget> </widget> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_6"> <item> <widget class="QProgressBar" name="progressBar"> <property name="value"> <number>0</number> </property> </widget> </item> <item> <widget class="QLabel" name="label_Info"> <property name="maximumSize"> <size> <width>16777215</width> <height>20</height> </size> </property> <property name="text"> <string>Info</string> </property> </widget> </item> </layout> </item> </layout> </item> <item> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_9" stretch="6"> <item> <widget class="QLabel" name="label_Pic"> <property name="minimumSize"> <size> <width>860</width> <height>700</height> </size> </property> <property name="maximumSize"> <size> <width>860</width> <height>700</height> </size> </property> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </item> </layout> </widget> </widget> <widget class="QMenuBar" name="menubar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1200</width> <height>22</height> </rect> </property> <widget class="QMenu" name="menu"> <property name="title"> <string>默认设置</string> </property> <addaction name="actionDefault_Configuration"/> </widget> <addaction name="menu"/> </widget> <widget class="QStatusBar" name="statusbar"/> <action name="actionDefault_Configuration"> <property name="text"> <string>Default Configuration</string> </property> </action> </widget> <resources/> <connections/> </ui>