Login.ui 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Login</class>
  4. <widget class="QMainWindow" name="Login">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1800</width>
  10. <height>1080</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QWidget" name="widget" native="true">
  18. <property name="geometry">
  19. <rect>
  20. <x>670</x>
  21. <y>250</y>
  22. <width>550</width>
  23. <height>556</height>
  24. </rect>
  25. </property>
  26. <widget class="QLineEdit" name="userNameLineEdit">
  27. <property name="geometry">
  28. <rect>
  29. <x>58</x>
  30. <y>167</y>
  31. <width>434</width>
  32. <height>50</height>
  33. </rect>
  34. </property>
  35. <property name="font">
  36. <font>
  37. <pointsize>14</pointsize>
  38. </font>
  39. </property>
  40. <property name="text">
  41. <string>1</string>
  42. </property>
  43. </widget>
  44. <widget class="QLineEdit" name="passLineEdit">
  45. <property name="geometry">
  46. <rect>
  47. <x>58</x>
  48. <y>253</y>
  49. <width>434</width>
  50. <height>50</height>
  51. </rect>
  52. </property>
  53. <property name="font">
  54. <font>
  55. <pointsize>14</pointsize>
  56. </font>
  57. </property>
  58. <property name="text">
  59. <string>1</string>
  60. </property>
  61. <property name="echoMode">
  62. <enum>QLineEdit::Password</enum>
  63. </property>
  64. </widget>
  65. <widget class="QPushButton" name="SinginButton">
  66. <property name="geometry">
  67. <rect>
  68. <x>58</x>
  69. <y>351</y>
  70. <width>434</width>
  71. <height>50</height>
  72. </rect>
  73. </property>
  74. <property name="text">
  75. <string>Sing in</string>
  76. </property>
  77. </widget>
  78. <widget class="QLabel" name="label_logo">
  79. <property name="geometry">
  80. <rect>
  81. <x>134</x>
  82. <y>73</y>
  83. <width>283</width>
  84. <height>40</height>
  85. </rect>
  86. </property>
  87. <property name="text">
  88. <string/>
  89. </property>
  90. </widget>
  91. <widget class="QLabel" name="label_pass">
  92. <property name="geometry">
  93. <rect>
  94. <x>87</x>
  95. <y>268</y>
  96. <width>16</width>
  97. <height>20</height>
  98. </rect>
  99. </property>
  100. <property name="text">
  101. <string/>
  102. </property>
  103. </widget>
  104. <widget class="QLabel" name="label_user">
  105. <property name="geometry">
  106. <rect>
  107. <x>87</x>
  108. <y>181</y>
  109. <width>20</width>
  110. <height>22</height>
  111. </rect>
  112. </property>
  113. <property name="text">
  114. <string/>
  115. </property>
  116. </widget>
  117. <widget class="Line" name="line">
  118. <property name="geometry">
  119. <rect>
  120. <x>123</x>
  121. <y>266</y>
  122. <width>1</width>
  123. <height>24</height>
  124. </rect>
  125. </property>
  126. <property name="orientation">
  127. <enum>Qt::Vertical</enum>
  128. </property>
  129. </widget>
  130. <widget class="Line" name="line_3">
  131. <property name="geometry">
  132. <rect>
  133. <x>123</x>
  134. <y>180</y>
  135. <width>1</width>
  136. <height>24</height>
  137. </rect>
  138. </property>
  139. <property name="orientation">
  140. <enum>Qt::Vertical</enum>
  141. </property>
  142. </widget>
  143. <widget class="QPushButton" name="ExitButton">
  144. <property name="geometry">
  145. <rect>
  146. <x>58</x>
  147. <y>437</y>
  148. <width>434</width>
  149. <height>50</height>
  150. </rect>
  151. </property>
  152. <property name="text">
  153. <string>Exit</string>
  154. </property>
  155. </widget>
  156. </widget>
  157. <widget class="QWidget" name="widget_2" native="true">
  158. <property name="geometry">
  159. <rect>
  160. <x>0</x>
  161. <y>0</y>
  162. <width>1800</width>
  163. <height>1080</height>
  164. </rect>
  165. </property>
  166. </widget>
  167. <zorder>widget_2</zorder>
  168. <zorder>widget</zorder>
  169. </widget>
  170. </widget>
  171. <resources/>
  172. <connections/>
  173. </ui>