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

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