mainwindow.ui 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>800</width>
  10. <height>600</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QPushButton" name="loginBtn">
  18. <property name="geometry">
  19. <rect>
  20. <x>340</x>
  21. <y>450</y>
  22. <width>93</width>
  23. <height>28</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>登录</string>
  28. </property>
  29. </widget>
  30. <widget class="QLabel" name="label">
  31. <property name="geometry">
  32. <rect>
  33. <x>310</x>
  34. <y>110</y>
  35. <width>151</width>
  36. <height>61</height>
  37. </rect>
  38. </property>
  39. <property name="text">
  40. <string>欢迎使用智能工时管家</string>
  41. </property>
  42. </widget>
  43. <widget class="QLineEdit" name="account">
  44. <property name="geometry">
  45. <rect>
  46. <x>290</x>
  47. <y>210</y>
  48. <width>201</width>
  49. <height>41</height>
  50. </rect>
  51. </property>
  52. <property name="text">
  53. <string/>
  54. </property>
  55. </widget>
  56. <widget class="QLineEdit" name="pwd">
  57. <property name="geometry">
  58. <rect>
  59. <x>290</x>
  60. <y>300</y>
  61. <width>201</width>
  62. <height>41</height>
  63. </rect>
  64. </property>
  65. <property name="text">
  66. <string/>
  67. </property>
  68. <property name="echoMode">
  69. <enum>QLineEdit::Password</enum>
  70. </property>
  71. </widget>
  72. <widget class="QLabel" name="label_2">
  73. <property name="geometry">
  74. <rect>
  75. <x>230</x>
  76. <y>200</y>
  77. <width>51</width>
  78. <height>61</height>
  79. </rect>
  80. </property>
  81. <property name="text">
  82. <string>账号</string>
  83. </property>
  84. </widget>
  85. <widget class="QLabel" name="label_3">
  86. <property name="geometry">
  87. <rect>
  88. <x>230</x>
  89. <y>290</y>
  90. <width>51</width>
  91. <height>61</height>
  92. </rect>
  93. </property>
  94. <property name="text">
  95. <string>密码</string>
  96. </property>
  97. </widget>
  98. <widget class="QLabel" name="reg">
  99. <property name="geometry">
  100. <rect>
  101. <x>390</x>
  102. <y>510</y>
  103. <width>231</width>
  104. <height>16</height>
  105. </rect>
  106. </property>
  107. <property name="text">
  108. <string>暂无账号?快来点击注册企业账号</string>
  109. </property>
  110. </widget>
  111. </widget>
  112. <widget class="QMenuBar" name="menubar">
  113. <property name="geometry">
  114. <rect>
  115. <x>0</x>
  116. <y>0</y>
  117. <width>800</width>
  118. <height>26</height>
  119. </rect>
  120. </property>
  121. </widget>
  122. <widget class="QStatusBar" name="statusbar"/>
  123. </widget>
  124. <resources/>
  125. <connections/>
  126. </ui>