<?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>800</width> <height>600</height> </rect> </property> <property name="windowTitle"> <string>虹膜数据导入工具</string> </property> <widget class="QWidget" name="centralwidget"> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> <number>10</number> </property> <property name="leftMargin"> <number>40</number> </property> <property name="topMargin"> <number>20</number> </property> <property name="rightMargin"> <number>20</number> </property> <property name="bottomMargin"> <number>20</number> </property> <item> <layout class="QHBoxLayout" name="layoutPerson"> <item> <widget class="QPushButton" name="btnPerson"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>75</width> <height>30</height> </size> </property> <property name="text"> <string>选择人员</string> </property> </widget> </item> <item> <spacer name="spacerPerson"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>50</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="labelName"> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="QLabel" name="labelDept"> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="QLabel" name="labelPersonId"> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="layoutLeftCode"> <item> <widget class="QPushButton" name="btnLeftCode"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>75</width> <height>30</height> </size> </property> <property name="text"> <string>左眼编码</string> </property> </widget> </item> <item> <spacer name="spacerLeftCode"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>50</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="labelLeftCode"> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="layoutLeftMask"> <item> <widget class="QPushButton" name="btnLeftMask"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>75</width> <height>30</height> </size> </property> <property name="text"> <string>左眼Mask</string> </property> </widget> </item> <item> <spacer name="spacerLeftMask"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>50</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="labelLeftMask"> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="layoutRightCode"> <item> <widget class="QPushButton" name="btnRightCode"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>75</width> <height>30</height> </size> </property> <property name="text"> <string>右眼编码</string> </property> </widget> </item> <item> <spacer name="spacerRightCode"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>50</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="labelRightCode"> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="layoutRightMask"> <item> <widget class="QPushButton" name="btnRightMask"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>75</width> <height>30</height> </size> </property> <property name="text"> <string>右眼Mask</string> </property> </widget> </item> <item> <spacer name="spacerRightMask"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>50</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="labelRightMask"> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="layoutLeftIris"> <item> <widget class="QPushButton" name="btnLeftIris"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>75</width> <height>30</height> </size> </property> <property name="text"> <string>左眼图像</string> </property> </widget> </item> <item> <spacer name="spacerLeftIris"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>50</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="labelLeftIris"> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="layoutRightIris"> <item> <widget class="QPushButton" name="btnRightIris"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>75</width> <height>30</height> </size> </property> <property name="text"> <string>右眼图像</string> </property> </widget> </item> <item> <spacer name="spacerRightIris"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>50</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="labelRightIris"> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="layoutSave" stretch="80,15,5"> <item> <spacer name="spacerSaveLeft"> <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="btnSubmit"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>200</width> <height>40</height> </size> </property> <property name="text"> <string>保存</string> </property> </widget> </item> <item> <spacer name="spacerSaveRight"> <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> <resources/> <connections/> </ui>