Guest User

main.ui

a guest
Apr 12th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.00 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>mainWindow</class>
  4. <widget class="QMainWindow" name="mainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>285</width>
  10. <height>111</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Maximum" vsizetype="MinimumExpanding">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>285</width>
  22. <height>105</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>285</width>
  28. <height>1080</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>Favorite Material</string>
  33. </property>
  34. <property name="windowOpacity">
  35. <double>1.000000000000000</double>
  36. </property>
  37. <property name="animated">
  38. <bool>false</bool>
  39. </property>
  40. <widget class="QWidget" name="centralwidget">
  41. <property name="sizePolicy">
  42. <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
  43. <horstretch>0</horstretch>
  44. <verstretch>0</verstretch>
  45. </sizepolicy>
  46. </property>
  47. <widget class="QWidget" name="verticalLayoutWidget">
  48. <property name="geometry">
  49. <rect>
  50. <x>0</x>
  51. <y>0</y>
  52. <width>290</width>
  53. <height>86</height>
  54. </rect>
  55. </property>
  56. <layout class="QVBoxLayout" name="mainVerticalLayout">
  57. <property name="spacing">
  58. <number>0</number>
  59. </property>
  60. <property name="sizeConstraint">
  61. <enum>QLayout::SetFixedSize</enum>
  62. </property>
  63. <item>
  64. <layout class="QHBoxLayout" name="horizontalLayout">
  65. <property name="spacing">
  66. <number>0</number>
  67. </property>
  68. <item>
  69. <widget class="QLabel" name="libraryLabel">
  70. <property name="sizePolicy">
  71. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  72. <horstretch>0</horstretch>
  73. <verstretch>0</verstretch>
  74. </sizepolicy>
  75. </property>
  76. <property name="minimumSize">
  77. <size>
  78. <width>25</width>
  79. <height>32</height>
  80. </size>
  81. </property>
  82. <property name="maximumSize">
  83. <size>
  84. <width>25</width>
  85. <height>32</height>
  86. </size>
  87. </property>
  88. <property name="font">
  89. <font>
  90. <pointsize>10</pointsize>
  91. </font>
  92. </property>
  93. <property name="text">
  94. <string>Lib:</string>
  95. </property>
  96. </widget>
  97. </item>
  98. <item>
  99. <widget class="QLabel" name="libraryName">
  100. <property name="sizePolicy">
  101. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  102. <horstretch>0</horstretch>
  103. <verstretch>0</verstretch>
  104. </sizepolicy>
  105. </property>
  106. <property name="minimumSize">
  107. <size>
  108. <width>160</width>
  109. <height>32</height>
  110. </size>
  111. </property>
  112. <property name="maximumSize">
  113. <size>
  114. <width>260</width>
  115. <height>32</height>
  116. </size>
  117. </property>
  118. <property name="font">
  119. <font>
  120. <pointsize>10</pointsize>
  121. <weight>75</weight>
  122. <bold>true</bold>
  123. </font>
  124. </property>
  125. <property name="text">
  126. <string>TextLabel</string>
  127. </property>
  128. </widget>
  129. </item>
  130. </layout>
  131. </item>
  132. <item>
  133. <layout class="QGridLayout" name="shadersGrid">
  134. <property name="spacing">
  135. <number>0</number>
  136. </property>
  137. </layout>
  138. </item>
  139. <item>
  140. <layout class="QHBoxLayout" name="functionButtonsLayout">
  141. <property name="spacing">
  142. <number>0</number>
  143. </property>
  144. <property name="leftMargin">
  145. <number>0</number>
  146. </property>
  147. <property name="topMargin">
  148. <number>15</number>
  149. </property>
  150. <property name="rightMargin">
  151. <number>195</number>
  152. </property>
  153. <item>
  154. <widget class="QPushButton" name="randomShaderButton">
  155. <property name="minimumSize">
  156. <size>
  157. <width>0</width>
  158. <height>32</height>
  159. </size>
  160. </property>
  161. <property name="maximumSize">
  162. <size>
  163. <width>32</width>
  164. <height>32</height>
  165. </size>
  166. </property>
  167. <property name="toolTip">
  168. <string>Add new material</string>
  169. </property>
  170. <property name="text">
  171. <string/>
  172. </property>
  173. <property name="icon">
  174. <iconset>
  175. <normaloff>C:/kTools/__favoriteMaterial/ui/img/create.png</normaloff>C:/kTools/__favoriteMaterial/ui/img/create.png</iconset>
  176. </property>
  177. </widget>
  178. </item>
  179. <item>
  180. <widget class="QPushButton" name="refreshSlotButton">
  181. <property name="minimumSize">
  182. <size>
  183. <width>32</width>
  184. <height>32</height>
  185. </size>
  186. </property>
  187. <property name="maximumSize">
  188. <size>
  189. <width>32</width>
  190. <height>32</height>
  191. </size>
  192. </property>
  193. <property name="toolTip">
  194. <string>Refresh list</string>
  195. </property>
  196. <property name="styleSheet">
  197. <string notr="true"/>
  198. </property>
  199. <property name="text">
  200. <string/>
  201. </property>
  202. <property name="icon">
  203. <iconset>
  204. <normaloff>C:/kTools/__favoriteMaterial/ui/img/refresh.png</normaloff>C:/kTools/__favoriteMaterial/ui/img/refresh.png</iconset>
  205. </property>
  206. <property name="iconSize">
  207. <size>
  208. <width>24</width>
  209. <height>24</height>
  210. </size>
  211. </property>
  212. <property name="checkable">
  213. <bool>false</bool>
  214. </property>
  215. <property name="flat">
  216. <bool>false</bool>
  217. </property>
  218. </widget>
  219. </item>
  220. <item>
  221. <widget class="QPushButton" name="addSlotButton">
  222. <property name="minimumSize">
  223. <size>
  224. <width>0</width>
  225. <height>32</height>
  226. </size>
  227. </property>
  228. <property name="maximumSize">
  229. <size>
  230. <width>32</width>
  231. <height>32</height>
  232. </size>
  233. </property>
  234. <property name="toolTip">
  235. <string>Add to library</string>
  236. </property>
  237. <property name="text">
  238. <string/>
  239. </property>
  240. <property name="icon">
  241. <iconset>
  242. <normaloff>C:/kTools/__favoriteMaterial/ui/img/addlib.png</normaloff>C:/kTools/__favoriteMaterial/ui/img/addlib.png</iconset>
  243. </property>
  244. </widget>
  245. </item>
  246. </layout>
  247. </item>
  248. </layout>
  249. </widget>
  250. </widget>
  251. <widget class="QMenuBar" name="menubar">
  252. <property name="geometry">
  253. <rect>
  254. <x>0</x>
  255. <y>0</y>
  256. <width>285</width>
  257. <height>21</height>
  258. </rect>
  259. </property>
  260. <widget class="QMenu" name="menuEdit">
  261. <property name="title">
  262. <string>Edit</string>
  263. </property>
  264. <addaction name="importLibraryAction"/>
  265. <addaction name="exportLibraryAction"/>
  266. <addaction name="separator"/>
  267. <addaction name="settingsAction"/>
  268. </widget>
  269. <addaction name="menuEdit"/>
  270. </widget>
  271. <action name="importLibraryAction">
  272. <property name="text">
  273. <string>import library</string>
  274. </property>
  275. </action>
  276. <action name="exportLibraryAction">
  277. <property name="text">
  278. <string>export library</string>
  279. </property>
  280. </action>
  281. <action name="settingsAction">
  282. <property name="text">
  283. <string>settings</string>
  284. </property>
  285. </action>
  286. </widget>
  287. <resources/>
  288. <connections/>
  289. </ui>
Add Comment
Please, Sign In to add comment