Advertisement
Guest User

Untitled

a guest
Feb 24th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.23 KB | None | 0 0
  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>1197</width>
  10. <height>789</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Widget</string>
  15. </property>
  16. <property name="autoFillBackground">
  17. <bool>false</bool>
  18. </property>
  19. <widget class="QScrollBar" name="verticalScrollBar">
  20. <property name="geometry">
  21. <rect>
  22. <x>1160</x>
  23. <y>550</y>
  24. <width>20</width>
  25. <height>191</height>
  26. </rect>
  27. </property>
  28. <property name="orientation">
  29. <enum>Qt::Vertical</enum>
  30. </property>
  31. </widget>
  32. <widget class="QScrollBar" name="horizontalScrollBar">
  33. <property name="geometry">
  34. <rect>
  35. <x>259</x>
  36. <y>520</y>
  37. <width>911</width>
  38. <height>20</height>
  39. </rect>
  40. </property>
  41. <property name="orientation">
  42. <enum>Qt::Horizontal</enum>
  43. </property>
  44. </widget>
  45. <widget class="QSpinBox" name="spinBox">
  46. <property name="geometry">
  47. <rect>
  48. <x>230</x>
  49. <y>120</y>
  50. <width>42</width>
  51. <height>22</height>
  52. </rect>
  53. </property>
  54. </widget>
  55. <widget class="QSpinBox" name="spinBox_2">
  56. <property name="geometry">
  57. <rect>
  58. <x>230</x>
  59. <y>150</y>
  60. <width>42</width>
  61. <height>22</height>
  62. </rect>
  63. </property>
  64. </widget>
  65. <widget class="QSlider" name="horizontalSlider">
  66. <property name="geometry">
  67. <rect>
  68. <x>30</x>
  69. <y>120</y>
  70. <width>160</width>
  71. <height>22</height>
  72. </rect>
  73. </property>
  74. <property name="orientation">
  75. <enum>Qt::Horizontal</enum>
  76. </property>
  77. </widget>
  78. <widget class="QSlider" name="horizontalSlider_2">
  79. <property name="geometry">
  80. <rect>
  81. <x>30</x>
  82. <y>150</y>
  83. <width>160</width>
  84. <height>22</height>
  85. </rect>
  86. </property>
  87. <property name="orientation">
  88. <enum>Qt::Horizontal</enum>
  89. </property>
  90. </widget>
  91. <widget class="QSlider" name="horizontalSlider_3">
  92. <property name="geometry">
  93. <rect>
  94. <x>30</x>
  95. <y>190</y>
  96. <width>160</width>
  97. <height>22</height>
  98. </rect>
  99. </property>
  100. <property name="orientation">
  101. <enum>Qt::Horizontal</enum>
  102. </property>
  103. </widget>
  104. <widget class="QSpinBox" name="spinBox_3">
  105. <property name="geometry">
  106. <rect>
  107. <x>230</x>
  108. <y>190</y>
  109. <width>42</width>
  110. <height>22</height>
  111. </rect>
  112. </property>
  113. </widget>
  114. <widget class="QRadioButton" name="radioButton">
  115. <property name="geometry">
  116. <rect>
  117. <x>50</x>
  118. <y>20</y>
  119. <width>82</width>
  120. <height>17</height>
  121. </rect>
  122. </property>
  123. <property name="text">
  124. <string>RadioButton</string>
  125. </property>
  126. </widget>
  127. <widget class="QRadioButton" name="radioButton_2">
  128. <property name="geometry">
  129. <rect>
  130. <x>50</x>
  131. <y>60</y>
  132. <width>82</width>
  133. <height>17</height>
  134. </rect>
  135. </property>
  136. <property name="text">
  137. <string>RadioButton</string>
  138. </property>
  139. </widget>
  140. <widget class="QWidget" name="CubeView" native="true">
  141. <property name="geometry">
  142. <rect>
  143. <x>300</x>
  144. <y>10</y>
  145. <width>881</width>
  146. <height>491</height>
  147. </rect>
  148. </property>
  149. <property name="palette">
  150. <palette>
  151. <active>
  152. <colorrole role="WindowText">
  153. <brush brushstyle="SolidPattern">
  154. <color alpha="255">
  155. <red>0</red>
  156. <green>0</green>
  157. <blue>0</blue>
  158. </color>
  159. </brush>
  160. </colorrole>
  161. <colorrole role="Button">
  162. <brush brushstyle="SolidPattern">
  163. <color alpha="255">
  164. <red>240</red>
  165. <green>240</green>
  166. <blue>240</blue>
  167. </color>
  168. </brush>
  169. </colorrole>
  170. <colorrole role="Light">
  171. <brush brushstyle="SolidPattern">
  172. <color alpha="255">
  173. <red>255</red>
  174. <green>255</green>
  175. <blue>255</blue>
  176. </color>
  177. </brush>
  178. </colorrole>
  179. <colorrole role="Midlight">
  180. <brush brushstyle="SolidPattern">
  181. <color alpha="255">
  182. <red>247</red>
  183. <green>247</green>
  184. <blue>247</blue>
  185. </color>
  186. </brush>
  187. </colorrole>
  188. <colorrole role="Dark">
  189. <brush brushstyle="SolidPattern">
  190. <color alpha="255">
  191. <red>120</red>
  192. <green>120</green>
  193. <blue>120</blue>
  194. </color>
  195. </brush>
  196. </colorrole>
  197. <colorrole role="Mid">
  198. <brush brushstyle="SolidPattern">
  199. <color alpha="255">
  200. <red>160</red>
  201. <green>160</green>
  202. <blue>160</blue>
  203. </color>
  204. </brush>
  205. </colorrole>
  206. <colorrole role="Text">
  207. <brush brushstyle="SolidPattern">
  208. <color alpha="255">
  209. <red>0</red>
  210. <green>0</green>
  211. <blue>0</blue>
  212. </color>
  213. </brush>
  214. </colorrole>
  215. <colorrole role="BrightText">
  216. <brush brushstyle="SolidPattern">
  217. <color alpha="255">
  218. <red>255</red>
  219. <green>255</green>
  220. <blue>255</blue>
  221. </color>
  222. </brush>
  223. </colorrole>
  224. <colorrole role="ButtonText">
  225. <brush brushstyle="SolidPattern">
  226. <color alpha="255">
  227. <red>0</red>
  228. <green>0</green>
  229. <blue>0</blue>
  230. </color>
  231. </brush>
  232. </colorrole>
  233. <colorrole role="Base">
  234. <brush brushstyle="SolidPattern">
  235. <color alpha="255">
  236. <red>255</red>
  237. <green>255</green>
  238. <blue>255</blue>
  239. </color>
  240. </brush>
  241. </colorrole>
  242. <colorrole role="Window">
  243. <brush brushstyle="SolidPattern">
  244. <color alpha="255">
  245. <red>240</red>
  246. <green>240</green>
  247. <blue>240</blue>
  248. </color>
  249. </brush>
  250. </colorrole>
  251. <colorrole role="Shadow">
  252. <brush brushstyle="SolidPattern">
  253. <color alpha="255">
  254. <red>0</red>
  255. <green>0</green>
  256. <blue>0</blue>
  257. </color>
  258. </brush>
  259. </colorrole>
  260. <colorrole role="AlternateBase">
  261. <brush brushstyle="SolidPattern">
  262. <color alpha="255">
  263. <red>247</red>
  264. <green>247</green>
  265. <blue>247</blue>
  266. </color>
  267. </brush>
  268. </colorrole>
  269. <colorrole role="ToolTipBase">
  270. <brush brushstyle="SolidPattern">
  271. <color alpha="255">
  272. <red>255</red>
  273. <green>255</green>
  274. <blue>220</blue>
  275. </color>
  276. </brush>
  277. </colorrole>
  278. <colorrole role="ToolTipText">
  279. <brush brushstyle="SolidPattern">
  280. <color alpha="255">
  281. <red>0</red>
  282. <green>0</green>
  283. <blue>0</blue>
  284. </color>
  285. </brush>
  286. </colorrole>
  287. </active>
  288. <inactive>
  289. <colorrole role="WindowText">
  290. <brush brushstyle="SolidPattern">
  291. <color alpha="255">
  292. <red>0</red>
  293. <green>0</green>
  294. <blue>0</blue>
  295. </color>
  296. </brush>
  297. </colorrole>
  298. <colorrole role="Button">
  299. <brush brushstyle="SolidPattern">
  300. <color alpha="255">
  301. <red>240</red>
  302. <green>240</green>
  303. <blue>240</blue>
  304. </color>
  305. </brush>
  306. </colorrole>
  307. <colorrole role="Light">
  308. <brush brushstyle="SolidPattern">
  309. <color alpha="255">
  310. <red>255</red>
  311. <green>255</green>
  312. <blue>255</blue>
  313. </color>
  314. </brush>
  315. </colorrole>
  316. <colorrole role="Midlight">
  317. <brush brushstyle="SolidPattern">
  318. <color alpha="255">
  319. <red>247</red>
  320. <green>247</green>
  321. <blue>247</blue>
  322. </color>
  323. </brush>
  324. </colorrole>
  325. <colorrole role="Dark">
  326. <brush brushstyle="SolidPattern">
  327. <color alpha="255">
  328. <red>120</red>
  329. <green>120</green>
  330. <blue>120</blue>
  331. </color>
  332. </brush>
  333. </colorrole>
  334. <colorrole role="Mid">
  335. <brush brushstyle="SolidPattern">
  336. <color alpha="255">
  337. <red>160</red>
  338. <green>160</green>
  339. <blue>160</blue>
  340. </color>
  341. </brush>
  342. </colorrole>
  343. <colorrole role="Text">
  344. <brush brushstyle="SolidPattern">
  345. <color alpha="255">
  346. <red>0</red>
  347. <green>0</green>
  348. <blue>0</blue>
  349. </color>
  350. </brush>
  351. </colorrole>
  352. <colorrole role="BrightText">
  353. <brush brushstyle="SolidPattern">
  354. <color alpha="255">
  355. <red>255</red>
  356. <green>255</green>
  357. <blue>255</blue>
  358. </color>
  359. </brush>
  360. </colorrole>
  361. <colorrole role="ButtonText">
  362. <brush brushstyle="SolidPattern">
  363. <color alpha="255">
  364. <red>0</red>
  365. <green>0</green>
  366. <blue>0</blue>
  367. </color>
  368. </brush>
  369. </colorrole>
  370. <colorrole role="Base">
  371. <brush brushstyle="SolidPattern">
  372. <color alpha="255">
  373. <red>255</red>
  374. <green>255</green>
  375. <blue>255</blue>
  376. </color>
  377. </brush>
  378. </colorrole>
  379. <colorrole role="Window">
  380. <brush brushstyle="SolidPattern">
  381. <color alpha="255">
  382. <red>240</red>
  383. <green>240</green>
  384. <blue>240</blue>
  385. </color>
  386. </brush>
  387. </colorrole>
  388. <colorrole role="Shadow">
  389. <brush brushstyle="SolidPattern">
  390. <color alpha="255">
  391. <red>0</red>
  392. <green>0</green>
  393. <blue>0</blue>
  394. </color>
  395. </brush>
  396. </colorrole>
  397. <colorrole role="AlternateBase">
  398. <brush brushstyle="SolidPattern">
  399. <color alpha="255">
  400. <red>247</red>
  401. <green>247</green>
  402. <blue>247</blue>
  403. </color>
  404. </brush>
  405. </colorrole>
  406. <colorrole role="ToolTipBase">
  407. <brush brushstyle="SolidPattern">
  408. <color alpha="255">
  409. <red>255</red>
  410. <green>255</green>
  411. <blue>220</blue>
  412. </color>
  413. </brush>
  414. </colorrole>
  415. <colorrole role="ToolTipText">
  416. <brush brushstyle="SolidPattern">
  417. <color alpha="255">
  418. <red>0</red>
  419. <green>0</green>
  420. <blue>0</blue>
  421. </color>
  422. </brush>
  423. </colorrole>
  424. </inactive>
  425. <disabled>
  426. <colorrole role="WindowText">
  427. <brush brushstyle="SolidPattern">
  428. <color alpha="255">
  429. <red>120</red>
  430. <green>120</green>
  431. <blue>120</blue>
  432. </color>
  433. </brush>
  434. </colorrole>
  435. <colorrole role="Button">
  436. <brush brushstyle="SolidPattern">
  437. <color alpha="255">
  438. <red>240</red>
  439. <green>240</green>
  440. <blue>240</blue>
  441. </color>
  442. </brush>
  443. </colorrole>
  444. <colorrole role="Light">
  445. <brush brushstyle="SolidPattern">
  446. <color alpha="255">
  447. <red>255</red>
  448. <green>255</green>
  449. <blue>255</blue>
  450. </color>
  451. </brush>
  452. </colorrole>
  453. <colorrole role="Midlight">
  454. <brush brushstyle="SolidPattern">
  455. <color alpha="255">
  456. <red>247</red>
  457. <green>247</green>
  458. <blue>247</blue>
  459. </color>
  460. </brush>
  461. </colorrole>
  462. <colorrole role="Dark">
  463. <brush brushstyle="SolidPattern">
  464. <color alpha="255">
  465. <red>120</red>
  466. <green>120</green>
  467. <blue>120</blue>
  468. </color>
  469. </brush>
  470. </colorrole>
  471. <colorrole role="Mid">
  472. <brush brushstyle="SolidPattern">
  473. <color alpha="255">
  474. <red>160</red>
  475. <green>160</green>
  476. <blue>160</blue>
  477. </color>
  478. </brush>
  479. </colorrole>
  480. <colorrole role="Text">
  481. <brush brushstyle="SolidPattern">
  482. <color alpha="255">
  483. <red>120</red>
  484. <green>120</green>
  485. <blue>120</blue>
  486. </color>
  487. </brush>
  488. </colorrole>
  489. <colorrole role="BrightText">
  490. <brush brushstyle="SolidPattern">
  491. <color alpha="255">
  492. <red>255</red>
  493. <green>255</green>
  494. <blue>255</blue>
  495. </color>
  496. </brush>
  497. </colorrole>
  498. <colorrole role="ButtonText">
  499. <brush brushstyle="SolidPattern">
  500. <color alpha="255">
  501. <red>120</red>
  502. <green>120</green>
  503. <blue>120</blue>
  504. </color>
  505. </brush>
  506. </colorrole>
  507. <colorrole role="Base">
  508. <brush brushstyle="SolidPattern">
  509. <color alpha="255">
  510. <red>240</red>
  511. <green>240</green>
  512. <blue>240</blue>
  513. </color>
  514. </brush>
  515. </colorrole>
  516. <colorrole role="Window">
  517. <brush brushstyle="SolidPattern">
  518. <color alpha="255">
  519. <red>240</red>
  520. <green>240</green>
  521. <blue>240</blue>
  522. </color>
  523. </brush>
  524. </colorrole>
  525. <colorrole role="Shadow">
  526. <brush brushstyle="SolidPattern">
  527. <color alpha="255">
  528. <red>0</red>
  529. <green>0</green>
  530. <blue>0</blue>
  531. </color>
  532. </brush>
  533. </colorrole>
  534. <colorrole role="AlternateBase">
  535. <brush brushstyle="SolidPattern">
  536. <color alpha="255">
  537. <red>240</red>
  538. <green>240</green>
  539. <blue>240</blue>
  540. </color>
  541. </brush>
  542. </colorrole>
  543. <colorrole role="ToolTipBase">
  544. <brush brushstyle="SolidPattern">
  545. <color alpha="255">
  546. <red>255</red>
  547. <green>255</green>
  548. <blue>220</blue>
  549. </color>
  550. </brush>
  551. </colorrole>
  552. <colorrole role="ToolTipText">
  553. <brush brushstyle="SolidPattern">
  554. <color alpha="255">
  555. <red>0</red>
  556. <green>0</green>
  557. <blue>0</blue>
  558. </color>
  559. </brush>
  560. </colorrole>
  561. </disabled>
  562. </palette>
  563. </property>
  564. <property name="autoFillBackground">
  565. <bool>true</bool>
  566. </property>
  567. </widget>
  568. </widget>
  569. <layoutdefault spacing="6" margin="11"/>
  570. <resources/>
  571. <connections/>
  572. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement