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.

connectwidget.ui 7.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConnectWidget</class>
  4. <widget class="QWidget" name="ConnectWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>201</width>
  10. <height>296</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">QWidget
  18. {
  19. background-color: rgb(0, 0, 0);
  20. color: rgb(255, 255, 255);
  21. }
  22. QPushButton
  23. {
  24. border: 1px solid white;
  25. border-radius: 4px;
  26. height: 20px;
  27. min-width: 50px;
  28. }
  29. QPushButton:hover
  30. {
  31. background-color:rgb(71, 71, 71);
  32. }
  33. QPushButton:pressed
  34. {
  35. background-color:rgb(42, 42, 42);
  36. }
  37. QFrame, QToolTip
  38. {
  39. color: black;
  40. }
  41. QLabel
  42. {
  43. color: white;
  44. }</string>
  45. </property>
  46. <layout class="QVBoxLayout" name="verticalLayout_2">
  47. <item>
  48. <spacer name="verticalSpacer">
  49. <property name="orientation">
  50. <enum>Qt::Vertical</enum>
  51. </property>
  52. <property name="sizeHint" stdset="0">
  53. <size>
  54. <width>20</width>
  55. <height>40</height>
  56. </size>
  57. </property>
  58. </spacer>
  59. </item>
  60. <item>
  61. <layout class="QHBoxLayout" name="horizontalLayout_2">
  62. <item>
  63. <spacer name="horizontalSpacer_4">
  64. <property name="orientation">
  65. <enum>Qt::Horizontal</enum>
  66. </property>
  67. <property name="sizeHint" stdset="0">
  68. <size>
  69. <width>40</width>
  70. <height>20</height>
  71. </size>
  72. </property>
  73. </spacer>
  74. </item>
  75. <item>
  76. <widget class="QLabel" name="labelLogin">
  77. <property name="text">
  78. <string>Login:</string>
  79. </property>
  80. </widget>
  81. </item>
  82. <item>
  83. <spacer name="horizontalSpacer_3">
  84. <property name="orientation">
  85. <enum>Qt::Horizontal</enum>
  86. </property>
  87. <property name="sizeHint" stdset="0">
  88. <size>
  89. <width>40</width>
  90. <height>20</height>
  91. </size>
  92. </property>
  93. </spacer>
  94. </item>
  95. </layout>
  96. </item>
  97. <item>
  98. <layout class="QHBoxLayout" name="horizontalLayout_3">
  99. <item>
  100. <spacer name="horizontalSpacer_5">
  101. <property name="orientation">
  102. <enum>Qt::Horizontal</enum>
  103. </property>
  104. <property name="sizeHint" stdset="0">
  105. <size>
  106. <width>40</width>
  107. <height>20</height>
  108. </size>
  109. </property>
  110. </spacer>
  111. </item>
  112. <item>
  113. <widget class="QComboBox" name="lineLogin">
  114. <property name="sizePolicy">
  115. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  116. <horstretch>0</horstretch>
  117. <verstretch>0</verstretch>
  118. </sizepolicy>
  119. </property>
  120. <property name="minimumSize">
  121. <size>
  122. <width>80</width>
  123. <height>20</height>
  124. </size>
  125. </property>
  126. <property name="styleSheet">
  127. <string notr="true">QWidget
  128. {
  129. border: 1px solid white;
  130. border-radius: 1px;
  131. }
  132. QFrame, QToolTip
  133. {
  134. color: white;
  135. }</string>
  136. </property>
  137. </widget>
  138. </item>
  139. <item>
  140. <spacer name="horizontalSpacer_6">
  141. <property name="orientation">
  142. <enum>Qt::Horizontal</enum>
  143. </property>
  144. <property name="sizeHint" stdset="0">
  145. <size>
  146. <width>40</width>
  147. <height>20</height>
  148. </size>
  149. </property>
  150. </spacer>
  151. </item>
  152. </layout>
  153. </item>
  154. <item>
  155. <layout class="QHBoxLayout" name="horizontalLayout_4">
  156. <item>
  157. <spacer name="horizontalSpacer_7">
  158. <property name="orientation">
  159. <enum>Qt::Horizontal</enum>
  160. </property>
  161. <property name="sizeHint" stdset="0">
  162. <size>
  163. <width>40</width>
  164. <height>20</height>
  165. </size>
  166. </property>
  167. </spacer>
  168. </item>
  169. <item>
  170. <widget class="QPushButton" name="btnReload">
  171. <property name="text">
  172. <string>Reload</string>
  173. </property>
  174. </widget>
  175. </item>
  176. <item>
  177. <widget class="QPushButton" name="btnManage">
  178. <property name="text">
  179. <string>Manage</string>
  180. </property>
  181. </widget>
  182. </item>
  183. <item>
  184. <spacer name="horizontalSpacer_8">
  185. <property name="orientation">
  186. <enum>Qt::Horizontal</enum>
  187. </property>
  188. <property name="sizeHint" stdset="0">
  189. <size>
  190. <width>40</width>
  191. <height>20</height>
  192. </size>
  193. </property>
  194. </spacer>
  195. </item>
  196. </layout>
  197. </item>
  198. <item>
  199. <spacer name="verticalSpacer_3">
  200. <property name="orientation">
  201. <enum>Qt::Vertical</enum>
  202. </property>
  203. <property name="sizeHint" stdset="0">
  204. <size>
  205. <width>20</width>
  206. <height>40</height>
  207. </size>
  208. </property>
  209. </spacer>
  210. </item>
  211. <item>
  212. <layout class="QHBoxLayout" name="horizontalLayout">
  213. <item>
  214. <spacer name="horizontalSpacer_2">
  215. <property name="orientation">
  216. <enum>Qt::Horizontal</enum>
  217. </property>
  218. <property name="sizeHint" stdset="0">
  219. <size>
  220. <width>40</width>
  221. <height>20</height>
  222. </size>
  223. </property>
  224. </spacer>
  225. </item>
  226. <item>
  227. <widget class="QPushButton" name="btnConnect">
  228. <property name="sizePolicy">
  229. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  230. <horstretch>0</horstretch>
  231. <verstretch>0</verstretch>
  232. </sizepolicy>
  233. </property>
  234. <property name="minimumSize">
  235. <size>
  236. <width>52</width>
  237. <height>56</height>
  238. </size>
  239. </property>
  240. <property name="maximumSize">
  241. <size>
  242. <width>56</width>
  243. <height>56</height>
  244. </size>
  245. </property>
  246. <property name="toolTip">
  247. <string>Connect</string>
  248. </property>
  249. <property name="styleSheet">
  250. <string notr="true">QPushButton
  251. {
  252. border: 1px solid white;
  253. border-radius: 5px;
  254. }
  255. QPushButton:hover
  256. {
  257. background-color:rgb(71, 71, 71);
  258. }
  259. QPushButton:pressed
  260. {
  261. background-color:rgb(42, 42, 42);
  262. }
  263. QFrame, QToolTip
  264. {
  265. color: black;
  266. }</string>
  267. </property>
  268. <property name="text">
  269. <string/>
  270. </property>
  271. <property name="icon">
  272. <iconset resource="../Epimafia/rc.qrc">
  273. <normaloff>:/epimafia/icon.png</normaloff>:/epimafia/icon.png</iconset>
  274. </property>
  275. <property name="iconSize">
  276. <size>
  277. <width>56</width>
  278. <height>56</height>
  279. </size>
  280. </property>
  281. </widget>
  282. </item>
  283. <item>
  284. <spacer name="horizontalSpacer">
  285. <property name="orientation">
  286. <enum>Qt::Horizontal</enum>
  287. </property>
  288. <property name="sizeHint" stdset="0">
  289. <size>
  290. <width>37</width>
  291. <height>53</height>
  292. </size>
  293. </property>
  294. </spacer>
  295. </item>
  296. </layout>
  297. </item>
  298. <item>
  299. <spacer name="verticalSpacer_2">
  300. <property name="orientation">
  301. <enum>Qt::Vertical</enum>
  302. </property>
  303. <property name="sizeHint" stdset="0">
  304. <size>
  305. <width>20</width>
  306. <height>40</height>
  307. </size>
  308. </property>
  309. </spacer>
  310. </item>
  311. </layout>
  312. </widget>
  313. <resources>
  314. <include location="../Epimafia/rc.qrc"/>
  315. </resources>
  316. <connections/>
  317. </ui>