iconhint.ui 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>IconHint</class>
  4. <widget class="QWidget" name="IconHint">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>172</width>
  10. <height>128</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>320</width>
  22. <height>16777215</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Form</string>
  27. </property>
  28. <layout class="QGridLayout" name="gridLayout">
  29. <item row="0" column="0">
  30. <widget class="QWidget" name="widget" native="true">
  31. <property name="sizePolicy">
  32. <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
  33. <horstretch>0</horstretch>
  34. <verstretch>99</verstretch>
  35. </sizepolicy>
  36. </property>
  37. <property name="maximumSize">
  38. <size>
  39. <width>150</width>
  40. <height>16777215</height>
  41. </size>
  42. </property>
  43. <layout class="QGridLayout" name="gridLayout_2">
  44. <property name="leftMargin">
  45. <number>0</number>
  46. </property>
  47. <property name="topMargin">
  48. <number>0</number>
  49. </property>
  50. <property name="rightMargin">
  51. <number>0</number>
  52. </property>
  53. <property name="bottomMargin">
  54. <number>0</number>
  55. </property>
  56. <property name="spacing">
  57. <number>0</number>
  58. </property>
  59. <item row="0" column="0">
  60. <widget class="QWidget" name="topleft_border" native="true">
  61. <property name="minimumSize">
  62. <size>
  63. <width>8</width>
  64. <height>8</height>
  65. </size>
  66. </property>
  67. <property name="maximumSize">
  68. <size>
  69. <width>8</width>
  70. <height>8</height>
  71. </size>
  72. </property>
  73. <property name="styleSheet">
  74. <string notr="true">background-image: url(:/assets/common/window/opaque-border-topleft.png);</string>
  75. </property>
  76. </widget>
  77. </item>
  78. <item row="0" column="1">
  79. <widget class="QWidget" name="top_border" native="true">
  80. <property name="minimumSize">
  81. <size>
  82. <width>0</width>
  83. <height>8</height>
  84. </size>
  85. </property>
  86. <property name="maximumSize">
  87. <size>
  88. <width>16777215</width>
  89. <height>8</height>
  90. </size>
  91. </property>
  92. <property name="styleSheet">
  93. <string notr="true">background-image: url(:/assets/common/window/opaque-border-top.png);</string>
  94. </property>
  95. </widget>
  96. </item>
  97. <item row="0" column="2">
  98. <widget class="QWidget" name="topright_border" native="true">
  99. <property name="minimumSize">
  100. <size>
  101. <width>8</width>
  102. <height>8</height>
  103. </size>
  104. </property>
  105. <property name="maximumSize">
  106. <size>
  107. <width>8</width>
  108. <height>8</height>
  109. </size>
  110. </property>
  111. <property name="styleSheet">
  112. <string notr="true">background-image: url(:/assets/common/window/opaque-border-topright.png);</string>
  113. </property>
  114. </widget>
  115. </item>
  116. <item row="1" column="0">
  117. <widget class="QWidget" name="left_border" native="true">
  118. <property name="minimumSize">
  119. <size>
  120. <width>8</width>
  121. <height>0</height>
  122. </size>
  123. </property>
  124. <property name="maximumSize">
  125. <size>
  126. <width>8</width>
  127. <height>16777215</height>
  128. </size>
  129. </property>
  130. <property name="styleSheet">
  131. <string notr="true">background-image: url(:/assets/common/window/opaque-border-left.png);</string>
  132. </property>
  133. </widget>
  134. </item>
  135. <item row="1" column="2">
  136. <widget class="QWidget" name="right_border" native="true">
  137. <property name="minimumSize">
  138. <size>
  139. <width>8</width>
  140. <height>0</height>
  141. </size>
  142. </property>
  143. <property name="maximumSize">
  144. <size>
  145. <width>8</width>
  146. <height>16777215</height>
  147. </size>
  148. </property>
  149. <property name="styleSheet">
  150. <string notr="true">background-image: url(:/assets/common/window/opaque-border-right.png);</string>
  151. </property>
  152. </widget>
  153. </item>
  154. <item row="2" column="0">
  155. <widget class="QWidget" name="botleft_border" native="true">
  156. <property name="sizePolicy">
  157. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  158. <horstretch>8</horstretch>
  159. <verstretch>8</verstretch>
  160. </sizepolicy>
  161. </property>
  162. <property name="minimumSize">
  163. <size>
  164. <width>8</width>
  165. <height>8</height>
  166. </size>
  167. </property>
  168. <property name="maximumSize">
  169. <size>
  170. <width>8</width>
  171. <height>8</height>
  172. </size>
  173. </property>
  174. <property name="styleSheet">
  175. <string notr="true">background-image: url(:/assets/common/window/opaque-border-botleft.png);</string>
  176. </property>
  177. </widget>
  178. </item>
  179. <item row="2" column="1">
  180. <widget class="QWidget" name="bottom_border" native="true">
  181. <property name="minimumSize">
  182. <size>
  183. <width>0</width>
  184. <height>8</height>
  185. </size>
  186. </property>
  187. <property name="maximumSize">
  188. <size>
  189. <width>16777215</width>
  190. <height>8</height>
  191. </size>
  192. </property>
  193. <property name="styleSheet">
  194. <string notr="true">background-image: url(:/assets/common/window/opaque-border-bottom.png);</string>
  195. </property>
  196. </widget>
  197. </item>
  198. <item row="2" column="2">
  199. <widget class="QWidget" name="botright_border" native="true">
  200. <property name="minimumSize">
  201. <size>
  202. <width>8</width>
  203. <height>8</height>
  204. </size>
  205. </property>
  206. <property name="maximumSize">
  207. <size>
  208. <width>8</width>
  209. <height>8</height>
  210. </size>
  211. </property>
  212. <property name="styleSheet">
  213. <string notr="true">background-image: url(:/assets/common/window/opaque-border-botright.png);</string>
  214. </property>
  215. </widget>
  216. </item>
  217. <item row="1" column="1">
  218. <widget class="QWidget" name="widget_2" native="true">
  219. <property name="styleSheet">
  220. <string notr="true">background-color: rgb(0, 0, 0);</string>
  221. </property>
  222. <layout class="QVBoxLayout" name="verticalLayout">
  223. <property name="spacing">
  224. <number>0</number>
  225. </property>
  226. <property name="leftMargin">
  227. <number>0</number>
  228. </property>
  229. <property name="topMargin">
  230. <number>0</number>
  231. </property>
  232. <property name="rightMargin">
  233. <number>0</number>
  234. </property>
  235. <property name="bottomMargin">
  236. <number>0</number>
  237. </property>
  238. <item>
  239. <widget class="QLabel" name="title">
  240. <property name="sizePolicy">
  241. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  242. <horstretch>0</horstretch>
  243. <verstretch>0</verstretch>
  244. </sizepolicy>
  245. </property>
  246. <property name="styleSheet">
  247. <string notr="true">font: 10pt &quot;D-determination (RUS BY LYAJKA)&quot;;
  248. color: rgb(255, 255, 255);</string>
  249. </property>
  250. <property name="text">
  251. <string>Заголовок</string>
  252. </property>
  253. <property name="scaledContents">
  254. <bool>true</bool>
  255. </property>
  256. <property name="alignment">
  257. <set>Qt::AlignCenter</set>
  258. </property>
  259. <property name="wordWrap">
  260. <bool>true</bool>
  261. </property>
  262. </widget>
  263. </item>
  264. <item>
  265. <widget class="QLabel" name="text">
  266. <property name="sizePolicy">
  267. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  268. <horstretch>1</horstretch>
  269. <verstretch>1</verstretch>
  270. </sizepolicy>
  271. </property>
  272. <property name="contextMenuPolicy">
  273. <enum>Qt::DefaultContextMenu</enum>
  274. </property>
  275. <property name="styleSheet">
  276. <string notr="true">font: 8pt &quot;D-determination (RUS BY LYAJKA)&quot;;
  277. color: rgb(255, 255, 255);</string>
  278. </property>
  279. <property name="lineWidth">
  280. <number>0</number>
  281. </property>
  282. <property name="text">
  283. <string>вапроилорптавыварлпdfghjklmj,hgtf rsd' djyekwsad hlck sreuf efuh qeurf qke qiuywgrfqiurygf qurg fquye gfqeyr fgiqeyr gfqiuyer fiyqerg fuqeyg fyuiqe</string>
  284. </property>
  285. <property name="scaledContents">
  286. <bool>true</bool>
  287. </property>
  288. <property name="alignment">
  289. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  290. </property>
  291. <property name="wordWrap">
  292. <bool>true</bool>
  293. </property>
  294. <property name="margin">
  295. <number>3</number>
  296. </property>
  297. </widget>
  298. </item>
  299. </layout>
  300. </widget>
  301. </item>
  302. </layout>
  303. </widget>
  304. </item>
  305. </layout>
  306. </widget>
  307. <resources/>
  308. <connections/>
  309. </ui>