123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- <?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>310</x>
- <y>110</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/>
- </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/>
- </property>
- <property name="echoMode">
- <enum>QLineEdit::Password</enum>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>200</y>
- <width>51</width>
- <height>61</height>
- </rect>
- </property>
- <property name="text">
- <string>账号</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>290</y>
- <width>51</width>
- <height>61</height>
- </rect>
- </property>
- <property name="text">
- <string>密码</string>
- </property>
- </widget>
- <widget class="QLabel" name="reg">
- <property name="geometry">
- <rect>
- <x>390</x>
- <y>510</y>
- <width>231</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>暂无账号?快来点击注册企业账号</string>
- </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>
|