Newer
Older
AutoCalibrationXC / frame / LoginWindowForm.ui
tanyue 27 days ago 4 KB 20250717 初始提交
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>LoginWindowForm</class>
 <widget class="QMainWindow" name="LoginWindowForm">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>1366</width>
    <height>768</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>MainWindow</string>
  </property>
  <widget class="QWidget" name="wdgtWin">
   <widget class="QWidget" name="wdgtForm" native="true">
    <property name="geometry">
     <rect>
      <x>840</x>
      <y>160</y>
      <width>400</width>
      <height>440</height>
     </rect>
    </property>
    <widget class="QLabel" name="label">
     <property name="geometry">
      <rect>
       <x>50</x>
       <y>70</y>
       <width>80</width>
       <height>30</height>
      </rect>
     </property>
     <property name="text">
      <string>欢迎使用</string>
     </property>
    </widget>
    <widget class="QLabel" name="labelTitle">
     <property name="geometry">
      <rect>
       <x>140</x>
       <y>70</y>
       <width>231</width>
       <height>30</height>
      </rect>
     </property>
     <property name="text">
      <string>计量自动化校准系统</string>
     </property>
    </widget>
    <widget class="QLineEdit" name="iptUsername">
     <property name="geometry">
      <rect>
       <x>50</x>
       <y>150</y>
       <width>300</width>
       <height>40</height>
      </rect>
     </property>
    </widget>
    <widget class="QLineEdit" name="iptPassword">
     <property name="geometry">
      <rect>
       <x>50</x>
       <y>220</y>
       <width>300</width>
       <height>40</height>
      </rect>
     </property>
     <property name="echoMode">
      <enum>QLineEdit::Password</enum>
     </property>
    </widget>
    <widget class="QPushButton" name="btnLogin">
     <property name="geometry">
      <rect>
       <x>50</x>
       <y>320</y>
       <width>300</width>
       <height>50</height>
      </rect>
     </property>
     <property name="text">
      <string>登录</string>
     </property>
    </widget>
   </widget>
   <widget class="QWidget" name="wdgtButt" native="true">
    <property name="geometry">
     <rect>
      <x>1256</x>
      <y>20</y>
      <width>90</width>
      <height>40</height>
     </rect>
    </property>
    <layout class="QHBoxLayout" name="horizontalLayout">
     <property name="spacing">
      <number>5</number>
     </property>
     <property name="leftMargin">
      <number>0</number>
     </property>
     <property name="topMargin">
      <number>0</number>
     </property>
     <property name="rightMargin">
      <number>0</number>
     </property>
     <property name="bottomMargin">
      <number>0</number>
     </property>
     <item>
      <widget class="QPushButton" name="btnMinWin">
       <property name="minimumSize">
        <size>
         <width>40</width>
         <height>40</height>
        </size>
       </property>
       <property name="toolTip">
        <string>最小化</string>
       </property>
       <property name="text">
        <string/>
       </property>
       <property name="icon">
        <iconset resource="../res/res.qrc">
         <normaloff>:/image/login/icon_min.png</normaloff>:/image/login/icon_min.png</iconset>
       </property>
       <property name="iconSize">
        <size>
         <width>32</width>
         <height>32</height>
        </size>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QPushButton" name="btnCloseWin">
       <property name="minimumSize">
        <size>
         <width>40</width>
         <height>40</height>
        </size>
       </property>
       <property name="toolTip">
        <string>退出</string>
       </property>
       <property name="text">
        <string/>
       </property>
       <property name="icon">
        <iconset resource="../res/res.qrc">
         <normaloff>:/image/login/icon_close.png</normaloff>:/image/login/icon_close.png</iconset>
       </property>
       <property name="iconSize">
        <size>
         <width>32</width>
         <height>32</height>
        </size>
       </property>
      </widget>
     </item>
    </layout>
   </widget>
  </widget>
 </widget>
 <resources>
  <include location="../res/res.qrc"/>
 </resources>
 <connections/>
</ui>