mainwindow.ui 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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>320</x>
  34. <y>100</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>15900000000</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>000000</string>
  67. </property>
  68. <property name="echoMode">
  69. <enum>QLineEdit::Password</enum>
  70. </property>
  71. </widget>
  72. </widget>
  73. <widget class="QMenuBar" name="menubar">
  74. <property name="geometry">
  75. <rect>
  76. <x>0</x>
  77. <y>0</y>
  78. <width>800</width>
  79. <height>26</height>
  80. </rect>
  81. </property>
  82. </widget>
  83. <widget class="QStatusBar" name="statusbar"/>
  84. </widget>
  85. <resources/>
  86. <connections/>
  87. </ui>