dialogform.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogForm</class>
  4. <widget class="QWidget" name="DialogForm">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1186</width>
  10. <height>808</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <property name="leftMargin">
  18. <number>0</number>
  19. </property>
  20. <property name="topMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="rightMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="bottomMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="horizontalSpacing">
  30. <number>0</number>
  31. </property>
  32. <property name="verticalSpacing">
  33. <number>5</number>
  34. </property>
  35. <item row="0" column="0">
  36. <widget class="QWidget" name="widget" native="true">
  37. <property name="styleSheet">
  38. <string notr="true">background-image: url(:/assets/common/window/strong_translucent-background.png);</string>
  39. </property>
  40. <layout class="QGridLayout" name="gridLayout_4">
  41. <item row="0" column="1">
  42. <spacer name="verticalSpacer">
  43. <property name="orientation">
  44. <enum>Qt::Vertical</enum>
  45. </property>
  46. <property name="sizeHint" stdset="0">
  47. <size>
  48. <width>20</width>
  49. <height>203</height>
  50. </size>
  51. </property>
  52. </spacer>
  53. </item>
  54. <item row="1" column="0">
  55. <spacer name="horizontalSpacer_2">
  56. <property name="orientation">
  57. <enum>Qt::Horizontal</enum>
  58. </property>
  59. <property name="sizeHint" stdset="0">
  60. <size>
  61. <width>364</width>
  62. <height>20</height>
  63. </size>
  64. </property>
  65. </spacer>
  66. </item>
  67. <item row="1" column="1">
  68. <widget class="QWidget" name="central_content" native="true">
  69. <property name="minimumSize">
  70. <size>
  71. <width>550</width>
  72. <height>300</height>
  73. </size>
  74. </property>
  75. <property name="maximumSize">
  76. <size>
  77. <width>16777215</width>
  78. <height>16777215</height>
  79. </size>
  80. </property>
  81. <layout class="QGridLayout" name="gridLayout_2">
  82. <property name="leftMargin">
  83. <number>0</number>
  84. </property>
  85. <property name="topMargin">
  86. <number>0</number>
  87. </property>
  88. <property name="rightMargin">
  89. <number>0</number>
  90. </property>
  91. <property name="bottomMargin">
  92. <number>0</number>
  93. </property>
  94. <property name="spacing">
  95. <number>0</number>
  96. </property>
  97. <item row="0" column="0">
  98. <widget class="QWidget" name="topleft_border" native="true">
  99. <property name="minimumSize">
  100. <size>
  101. <width>45</width>
  102. <height>45</height>
  103. </size>
  104. </property>
  105. <property name="maximumSize">
  106. <size>
  107. <width>45</width>
  108. <height>45</height>
  109. </size>
  110. </property>
  111. <property name="styleSheet">
  112. <string notr="true">background-image: url(:/assets/common/window/thick_opaque-border-topleft.png);</string>
  113. </property>
  114. </widget>
  115. </item>
  116. <item row="0" column="4">
  117. <widget class="QWidget" name="topright_border" native="true">
  118. <property name="minimumSize">
  119. <size>
  120. <width>45</width>
  121. <height>45</height>
  122. </size>
  123. </property>
  124. <property name="maximumSize">
  125. <size>
  126. <width>45</width>
  127. <height>45</height>
  128. </size>
  129. </property>
  130. <property name="styleSheet">
  131. <string notr="true">background-image: url(:/assets/common/window/thick_opaque-border-topright.png);</string>
  132. </property>
  133. </widget>
  134. </item>
  135. <item row="1" column="0">
  136. <widget class="QWidget" name="left_border" native="true">
  137. <property name="styleSheet">
  138. <string notr="true">background-image: url(:/assets/common/window/thick_opaque-border-left.png);</string>
  139. </property>
  140. </widget>
  141. </item>
  142. <item row="1" column="1" colspan="3">
  143. <widget class="QWidget" name="content" native="true">
  144. <property name="styleSheet">
  145. <string notr="true">background-image: url(:/assets/common/window/thick_opaque-background.png);</string>
  146. </property>
  147. <layout class="QGridLayout" name="gridLayout_3">
  148. <property name="leftMargin">
  149. <number>0</number>
  150. </property>
  151. <property name="topMargin">
  152. <number>0</number>
  153. </property>
  154. <property name="rightMargin">
  155. <number>0</number>
  156. </property>
  157. <property name="bottomMargin">
  158. <number>0</number>
  159. </property>
  160. <property name="spacing">
  161. <number>0</number>
  162. </property>
  163. <item row="0" column="0" colspan="3">
  164. <widget class="QLabel" name="title">
  165. <property name="sizePolicy">
  166. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  167. <horstretch>0</horstretch>
  168. <verstretch>0</verstretch>
  169. </sizepolicy>
  170. </property>
  171. <property name="styleSheet">
  172. <string notr="true">font: 24pt &quot;D-determination (RUS BY LYAJKA)&quot;;
  173. color: rgb(177, 45, 45);</string>
  174. </property>
  175. <property name="text">
  176. <string>Диалоговое окно</string>
  177. </property>
  178. <property name="alignment">
  179. <set>Qt::AlignCenter</set>
  180. </property>
  181. <property name="wordWrap">
  182. <bool>true</bool>
  183. </property>
  184. </widget>
  185. </item>
  186. <item row="1" column="0" colspan="3">
  187. <widget class="QLabel" name="text">
  188. <property name="minimumSize">
  189. <size>
  190. <width>0</width>
  191. <height>200</height>
  192. </size>
  193. </property>
  194. <property name="styleSheet">
  195. <string notr="true">font: 12pt &quot;D-determination (RUS BY LYAJKA)&quot;;
  196. color: rgb(255, 255, 149);</string>
  197. </property>
  198. <property name="text">
  199. <string>Вы уверены, что хотите сделать вот это, затем вот это, и потом ещё вот это?</string>
  200. </property>
  201. <property name="alignment">
  202. <set>Qt::AlignHCenter|Qt::AlignTop</set>
  203. </property>
  204. <property name="wordWrap">
  205. <bool>true</bool>
  206. </property>
  207. <property name="margin">
  208. <number>15</number>
  209. </property>
  210. </widget>
  211. </item>
  212. <item row="2" column="0">
  213. <widget class="QPushButton" name="cancel_button">
  214. <property name="enabled">
  215. <bool>true</bool>
  216. </property>
  217. <property name="styleSheet">
  218. <string notr="true">font: 10pt &quot;D-determination (RUS BY LYAJKA)&quot;;
  219. color: rgb(255, 255, 255);</string>
  220. </property>
  221. <property name="text">
  222. <string>ОТМЕНА</string>
  223. </property>
  224. </widget>
  225. </item>
  226. <item row="2" column="1">
  227. <spacer name="horizontalSpacer">
  228. <property name="orientation">
  229. <enum>Qt::Horizontal</enum>
  230. </property>
  231. <property name="sizeHint" stdset="0">
  232. <size>
  233. <width>137</width>
  234. <height>20</height>
  235. </size>
  236. </property>
  237. </spacer>
  238. </item>
  239. <item row="2" column="2">
  240. <widget class="QPushButton" name="ok_button">
  241. <property name="styleSheet">
  242. <string notr="true">font: 10pt &quot;D-determination (RUS BY LYAJKA)&quot;;
  243. color: rgb(255, 255, 255);</string>
  244. </property>
  245. <property name="text">
  246. <string>ОК</string>
  247. </property>
  248. </widget>
  249. </item>
  250. </layout>
  251. </widget>
  252. </item>
  253. <item row="1" column="4">
  254. <widget class="QWidget" name="right_border" native="true">
  255. <property name="styleSheet">
  256. <string notr="true">background-image: url(:/assets/common/window/thick_opaque-border-right.png);</string>
  257. </property>
  258. </widget>
  259. </item>
  260. <item row="2" column="4">
  261. <widget class="QWidget" name="botright_border" native="true">
  262. <property name="minimumSize">
  263. <size>
  264. <width>45</width>
  265. <height>45</height>
  266. </size>
  267. </property>
  268. <property name="maximumSize">
  269. <size>
  270. <width>45</width>
  271. <height>45</height>
  272. </size>
  273. </property>
  274. <property name="styleSheet">
  275. <string notr="true">background-image: url(:/assets/common/window/thick_opaque-border-botright.png);</string>
  276. </property>
  277. </widget>
  278. </item>
  279. <item row="0" column="1" colspan="3">
  280. <widget class="QWidget" name="top_border" native="true">
  281. <property name="styleSheet">
  282. <string notr="true">background-image: url(:/assets/common/window/thick_opaque-border-top.png);</string>
  283. </property>
  284. </widget>
  285. </item>
  286. <item row="2" column="0">
  287. <widget class="QWidget" name="botleft_border" native="true">
  288. <property name="minimumSize">
  289. <size>
  290. <width>45</width>
  291. <height>45</height>
  292. </size>
  293. </property>
  294. <property name="maximumSize">
  295. <size>
  296. <width>45</width>
  297. <height>45</height>
  298. </size>
  299. </property>
  300. <property name="styleSheet">
  301. <string notr="true">background-image: url(:/assets/common/window/thick_opaque-border-botleft.png);</string>
  302. </property>
  303. </widget>
  304. </item>
  305. <item row="2" column="1" colspan="3">
  306. <widget class="QWidget" name="bottom_border" native="true">
  307. <property name="styleSheet">
  308. <string notr="true">background-image: url(:/assets/common/window/thick_opaque-border-bottom.png);</string>
  309. </property>
  310. </widget>
  311. </item>
  312. </layout>
  313. </widget>
  314. </item>
  315. <item row="2" column="1">
  316. <spacer name="verticalSpacer_2">
  317. <property name="orientation">
  318. <enum>Qt::Vertical</enum>
  319. </property>
  320. <property name="sizeHint" stdset="0">
  321. <size>
  322. <width>20</width>
  323. <height>203</height>
  324. </size>
  325. </property>
  326. </spacer>
  327. </item>
  328. <item row="0" column="2">
  329. <spacer name="horizontalSpacer_3">
  330. <property name="orientation">
  331. <enum>Qt::Horizontal</enum>
  332. </property>
  333. <property name="sizeHint" stdset="0">
  334. <size>
  335. <width>364</width>
  336. <height>20</height>
  337. </size>
  338. </property>
  339. </spacer>
  340. </item>
  341. </layout>
  342. </widget>
  343. </item>
  344. </layout>
  345. </widget>
  346. <resources/>
  347. <connections/>
  348. </ui>