123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?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>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QPushButton" name="loginBtn">
- <property name="geometry">
- <rect>
- <x>340</x>
- <y>450</y>
- <width>93</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>登录</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>320</x>
- <y>100</y>
- <width>151</width>
- <height>61</height>
- </rect>
- </property>
- <property name="text">
- <string>欢迎使用工时管家软件</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="account">
- <property name="geometry">
- <rect>
- <x>290</x>
- <y>210</y>
- <width>201</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>15900000000</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="pwd">
- <property name="geometry">
- <rect>
- <x>290</x>
- <y>300</y>
- <width>201</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>000000</string>
- </property>
- <property name="echoMode">
- <enum>QLineEdit::Password</enum>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>800</width>
- <height>26</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- </widget>
- <resources/>
- <connections/>
- </ui>
|