You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

widget.ui 7.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Widget</class>
  4. <widget class="QWidget" name="Widget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>409</width>
  10. <height>196</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Intra-bocal - Epimafia</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset>
  18. <normaloff>:/icon.jpg</normaloff>:/icon.jpg</iconset>
  19. </property>
  20. <property name="styleSheet">
  21. <string notr="true">QWidget
  22. {
  23. background-color: black;
  24. color: white;
  25. }
  26. QPushButton
  27. {
  28. border: 1px solid white;
  29. border-radius: 5px;
  30. width: 50px;
  31. height: 20px;
  32. }
  33. QPushButton:hover
  34. {
  35. background-color:rgb(71, 71, 71);
  36. }
  37. QPushButton:pressed
  38. {
  39. background-color:rgb(42, 42, 42);
  40. }
  41. QLineEdit
  42. {
  43. border: 1px solid white;
  44. border-radius: 2px;
  45. }</string>
  46. </property>
  47. <layout class="QVBoxLayout" name="verticalLayout">
  48. <item>
  49. <layout class="QHBoxLayout" name="horizontalLayout_2">
  50. <item>
  51. <spacer name="horizontalSpacer">
  52. <property name="orientation">
  53. <enum>Qt::Horizontal</enum>
  54. </property>
  55. <property name="sizeHint" stdset="0">
  56. <size>
  57. <width>40</width>
  58. <height>20</height>
  59. </size>
  60. </property>
  61. </spacer>
  62. </item>
  63. <item>
  64. <widget class="QLabel" name="label_7">
  65. <property name="minimumSize">
  66. <size>
  67. <width>150</width>
  68. <height>75</height>
  69. </size>
  70. </property>
  71. <property name="maximumSize">
  72. <size>
  73. <width>150</width>
  74. <height>75</height>
  75. </size>
  76. </property>
  77. <property name="text">
  78. <string/>
  79. </property>
  80. <property name="pixmap">
  81. <pixmap resource="../Epimafia/rc.qrc">:/epimafia/epimafia.jpg</pixmap>
  82. </property>
  83. <property name="scaledContents">
  84. <bool>true</bool>
  85. </property>
  86. </widget>
  87. </item>
  88. <item>
  89. <spacer name="horizontalSpacer_2">
  90. <property name="orientation">
  91. <enum>Qt::Horizontal</enum>
  92. </property>
  93. <property name="sizeHint" stdset="0">
  94. <size>
  95. <width>40</width>
  96. <height>20</height>
  97. </size>
  98. </property>
  99. </spacer>
  100. </item>
  101. </layout>
  102. </item>
  103. <item>
  104. <widget class="QWidget" name="widgetStatus" native="true">
  105. <layout class="QHBoxLayout" name="horizontalLayout_3">
  106. <property name="topMargin">
  107. <number>0</number>
  108. </property>
  109. <property name="bottomMargin">
  110. <number>0</number>
  111. </property>
  112. <item>
  113. <spacer name="horizontalSpacer_4">
  114. <property name="orientation">
  115. <enum>Qt::Horizontal</enum>
  116. </property>
  117. <property name="sizeHint" stdset="0">
  118. <size>
  119. <width>40</width>
  120. <height>20</height>
  121. </size>
  122. </property>
  123. </spacer>
  124. </item>
  125. <item>
  126. <widget class="QLabel" name="labelStatus">
  127. <property name="text">
  128. <string>idle</string>
  129. </property>
  130. </widget>
  131. </item>
  132. <item>
  133. <spacer name="horizontalSpacer_3">
  134. <property name="orientation">
  135. <enum>Qt::Horizontal</enum>
  136. </property>
  137. <property name="sizeHint" stdset="0">
  138. <size>
  139. <width>40</width>
  140. <height>20</height>
  141. </size>
  142. </property>
  143. </spacer>
  144. </item>
  145. </layout>
  146. </widget>
  147. </item>
  148. <item>
  149. <layout class="QHBoxLayout" name="horizontalLayout">
  150. <item>
  151. <layout class="QVBoxLayout" name="verticalLayout_2">
  152. <property name="sizeConstraint">
  153. <enum>QLayout::SetDefaultConstraint</enum>
  154. </property>
  155. <item>
  156. <widget class="QLabel" name="label">
  157. <property name="text">
  158. <string>Last name:</string>
  159. </property>
  160. </widget>
  161. </item>
  162. <item>
  163. <widget class="QLineEdit" name="lineLastName"/>
  164. </item>
  165. </layout>
  166. </item>
  167. <item>
  168. <layout class="QVBoxLayout" name="verticalLayout_5">
  169. <item>
  170. <widget class="QLabel" name="label_2">
  171. <property name="text">
  172. <string>First name:</string>
  173. </property>
  174. </widget>
  175. </item>
  176. <item>
  177. <widget class="QLineEdit" name="lineFirstName"/>
  178. </item>
  179. </layout>
  180. </item>
  181. <item>
  182. <layout class="QVBoxLayout" name="verticalLayout_8">
  183. <item>
  184. <widget class="QLabel" name="label_3">
  185. <property name="text">
  186. <string>Login:</string>
  187. </property>
  188. </widget>
  189. </item>
  190. <item>
  191. <widget class="QLineEdit" name="lineLogin"/>
  192. </item>
  193. </layout>
  194. </item>
  195. <item>
  196. <layout class="QVBoxLayout" name="verticalLayout_11">
  197. <item>
  198. <widget class="QLabel" name="label_4">
  199. <property name="text">
  200. <string>Promo:</string>
  201. </property>
  202. </widget>
  203. </item>
  204. <item>
  205. <widget class="QLineEdit" name="linePromo"/>
  206. </item>
  207. </layout>
  208. </item>
  209. <item>
  210. <layout class="QVBoxLayout" name="verticalLayout_17">
  211. <item>
  212. <widget class="QLabel" name="label_6">
  213. <property name="text">
  214. <string>School:</string>
  215. </property>
  216. </widget>
  217. </item>
  218. <item>
  219. <widget class="QLineEdit" name="lineSchool"/>
  220. </item>
  221. </layout>
  222. </item>
  223. <item>
  224. <layout class="QVBoxLayout" name="verticalLayout_14">
  225. <item>
  226. <widget class="QLabel" name="label_5">
  227. <property name="text">
  228. <string>City:</string>
  229. </property>
  230. </widget>
  231. </item>
  232. <item>
  233. <widget class="QComboBox" name="comboBox">
  234. <property name="minimumSize">
  235. <size>
  236. <width>80</width>
  237. <height>20</height>
  238. </size>
  239. </property>
  240. <property name="styleSheet">
  241. <string notr="true">QWidget
  242. {
  243. border: 1px solid white;
  244. border-radius: 2px;
  245. }
  246. QFrame, QToolTip
  247. {
  248. color: white;
  249. }</string>
  250. </property>
  251. <property name="editable">
  252. <bool>false</bool>
  253. </property>
  254. <property name="currentIndex">
  255. <number>-1</number>
  256. </property>
  257. <property name="sizeAdjustPolicy">
  258. <enum>QComboBox::AdjustToContents</enum>
  259. </property>
  260. </widget>
  261. </item>
  262. </layout>
  263. </item>
  264. </layout>
  265. </item>
  266. <item>
  267. <widget class="Line" name="line">
  268. <property name="frameShadow">
  269. <enum>QFrame::Plain</enum>
  270. </property>
  271. <property name="orientation">
  272. <enum>Qt::Horizontal</enum>
  273. </property>
  274. </widget>
  275. </item>
  276. <item>
  277. <layout class="QGridLayout" name="gridLayout"/>
  278. </item>
  279. <item>
  280. <spacer name="verticalSpacer">
  281. <property name="orientation">
  282. <enum>Qt::Vertical</enum>
  283. </property>
  284. <property name="sizeHint" stdset="0">
  285. <size>
  286. <width>20</width>
  287. <height>40</height>
  288. </size>
  289. </property>
  290. </spacer>
  291. </item>
  292. </layout>
  293. </widget>
  294. <layoutdefault spacing="6" margin="11"/>
  295. <resources>
  296. <include location="../Epimafia/rc.qrc"/>
  297. </resources>
  298. <connections/>
  299. </ui>