Login.ui 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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>1864</width>
  10. <height>1149</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>600</x>
  21. <y>290</y>
  22. <width>550</width>
  23. <height>470</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. </widget>
  41. <widget class="QLineEdit" name="passLineEdit">
  42. <property name="geometry">
  43. <rect>
  44. <x>58</x>
  45. <y>253</y>
  46. <width>434</width>
  47. <height>50</height>
  48. </rect>
  49. </property>
  50. <property name="font">
  51. <font>
  52. <pointsize>14</pointsize>
  53. </font>
  54. </property>
  55. <property name="echoMode">
  56. <enum>QLineEdit::Password</enum>
  57. </property>
  58. </widget>
  59. <widget class="QPushButton" name="pushButton">
  60. <property name="geometry">
  61. <rect>
  62. <x>58</x>
  63. <y>351</y>
  64. <width>434</width>
  65. <height>50</height>
  66. </rect>
  67. </property>
  68. <property name="text">
  69. <string>Sing in</string>
  70. </property>
  71. </widget>
  72. <widget class="QLabel" name="label">
  73. <property name="geometry">
  74. <rect>
  75. <x>134</x>
  76. <y>73</y>
  77. <width>283</width>
  78. <height>40</height>
  79. </rect>
  80. </property>
  81. <property name="text">
  82. <string/>
  83. </property>
  84. </widget>
  85. <widget class="QLabel" name="label_pass">
  86. <property name="geometry">
  87. <rect>
  88. <x>87</x>
  89. <y>268</y>
  90. <width>16</width>
  91. <height>20</height>
  92. </rect>
  93. </property>
  94. <property name="text">
  95. <string/>
  96. </property>
  97. </widget>
  98. <widget class="QLabel" name="label_user">
  99. <property name="geometry">
  100. <rect>
  101. <x>87</x>
  102. <y>181</y>
  103. <width>20</width>
  104. <height>22</height>
  105. </rect>
  106. </property>
  107. <property name="text">
  108. <string/>
  109. </property>
  110. </widget>
  111. <widget class="Line" name="line">
  112. <property name="geometry">
  113. <rect>
  114. <x>123</x>
  115. <y>266</y>
  116. <width>1</width>
  117. <height>24</height>
  118. </rect>
  119. </property>
  120. <property name="orientation">
  121. <enum>Qt::Vertical</enum>
  122. </property>
  123. </widget>
  124. <widget class="Line" name="line_3">
  125. <property name="geometry">
  126. <rect>
  127. <x>123</x>
  128. <y>180</y>
  129. <width>1</width>
  130. <height>24</height>
  131. </rect>
  132. </property>
  133. <property name="orientation">
  134. <enum>Qt::Vertical</enum>
  135. </property>
  136. </widget>
  137. </widget>
  138. <widget class="QWidget" name="widget_2" native="true">
  139. <property name="geometry">
  140. <rect>
  141. <x>0</x>
  142. <y>-120</y>
  143. <width>1768</width>
  144. <height>1271</height>
  145. </rect>
  146. </property>
  147. </widget>
  148. <zorder>widget_2</zorder>
  149. <zorder>widget</zorder>
  150. </widget>
  151. </widget>
  152. <resources/>
  153. <connections/>
  154. </ui>