aboutwidget.ui 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AboutWidget</class>
  4. <widget class="QWidget" name="AboutWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1000</width>
  10. <height>530</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">color: white;</string>
  18. </property>
  19. <widget class="QLabel" name="widget_name_label">
  20. <property name="geometry">
  21. <rect>
  22. <x>45</x>
  23. <y>33</y>
  24. <width>180</width>
  25. <height>21</height>
  26. </rect>
  27. </property>
  28. <property name="font">
  29. <font>
  30. <family>Trajan Pro 3</family>
  31. <pointsize>9</pointsize>
  32. <kerning>false</kerning>
  33. </font>
  34. </property>
  35. <property name="text">
  36. <string>НАСЛЕДИЕ v 2.0.0</string>
  37. </property>
  38. </widget>
  39. <widget class="QWidget" name="left_panel" native="true">
  40. <property name="geometry">
  41. <rect>
  42. <x>40</x>
  43. <y>70</y>
  44. <width>240</width>
  45. <height>451</height>
  46. </rect>
  47. </property>
  48. <layout class="QGridLayout" name="gridLayout">
  49. <property name="leftMargin">
  50. <number>0</number>
  51. </property>
  52. <property name="topMargin">
  53. <number>0</number>
  54. </property>
  55. <property name="rightMargin">
  56. <number>0</number>
  57. </property>
  58. <property name="bottomMargin">
  59. <number>0</number>
  60. </property>
  61. <item row="0" column="0" colspan="3">
  62. <widget class="QPushButton" name="goto_site">
  63. <property name="font">
  64. <font>
  65. <family>Trajan Pro 3</family>
  66. <pointsize>8</pointsize>
  67. </font>
  68. </property>
  69. <property name="cursor">
  70. <cursorShape>PointingHandCursor</cursorShape>
  71. </property>
  72. <property name="autoFillBackground">
  73. <bool>false</bool>
  74. </property>
  75. <property name="styleSheet">
  76. <string notr="true">QPushButton {
  77. background-color:rgba(0,0,0,100);
  78. border-radius: 5px;
  79. border: 1px solid qlineargradient(spread:reflect, x1:1, y1:1, x2:0, y2:1, stop:0 rgba(33, 24, 12, 255), stop:0.5 rgba(126, 97, 61, 255), stop:1 rgba(33, 24, 1, 255));
  80. }
  81. QPushButton:pressed {
  82. background-color:rgba(0,0,0,20);
  83. border-radius: 5px;
  84. border: 1px solid qlineargradient(spread:reflect, x1:1, y1:1, x2:0, y2:1, stop:0 rgba(33, 24, 12, 255), stop:0.5 rgba(126, 97, 61, 255), stop:1 rgba(33, 24, 1, 255));
  85. }</string>
  86. </property>
  87. <property name="text">
  88. <string>Официальный сайт</string>
  89. </property>
  90. </widget>
  91. </item>
  92. <item row="2" column="0" colspan="3">
  93. <widget class="QPushButton" name="goto_bugs">
  94. <property name="font">
  95. <font>
  96. <family>Trajan Pro 3</family>
  97. <pointsize>8</pointsize>
  98. </font>
  99. </property>
  100. <property name="cursor">
  101. <cursorShape>PointingHandCursor</cursorShape>
  102. </property>
  103. <property name="autoFillBackground">
  104. <bool>false</bool>
  105. </property>
  106. <property name="styleSheet">
  107. <string notr="true">QPushButton {
  108. background-color:rgba(0,0,0,100);
  109. border-radius: 5px;
  110. border: 1px solid qlineargradient(spread:reflect, x1:1, y1:1, x2:0, y2:1, stop:0 rgba(33, 24, 12, 255), stop:0.5 rgba(126, 97, 61, 255), stop:1 rgba(33, 24, 1, 255));
  111. }
  112. QPushButton:pressed {
  113. background-color:rgba(0,0,0,20);
  114. border-radius: 5px;
  115. border: 1px solid qlineargradient(spread:reflect, x1:1, y1:1, x2:0, y2:1, stop:0 rgba(33, 24, 12, 255), stop:0.5 rgba(126, 97, 61, 255), stop:1 rgba(33, 24, 1, 255));
  116. }</string>
  117. </property>
  118. <property name="text">
  119. <string>Сообщить об ошибке</string>
  120. </property>
  121. </widget>
  122. </item>
  123. <item row="1" column="0" colspan="3">
  124. <widget class="QPushButton" name="goto_forum">
  125. <property name="font">
  126. <font>
  127. <family>Trajan Pro 3</family>
  128. <pointsize>8</pointsize>
  129. </font>
  130. </property>
  131. <property name="cursor">
  132. <cursorShape>PointingHandCursor</cursorShape>
  133. </property>
  134. <property name="autoFillBackground">
  135. <bool>false</bool>
  136. </property>
  137. <property name="styleSheet">
  138. <string notr="true">QPushButton {
  139. background-color:rgba(0,0,0,100);
  140. border-radius: 5px;
  141. border: 1px solid qlineargradient(spread:reflect, x1:1, y1:1, x2:0, y2:1, stop:0 rgba(33, 24, 12, 255), stop:0.5 rgba(126, 97, 61, 255), stop:1 rgba(33, 24, 1, 255));
  142. }
  143. QPushButton:pressed {
  144. background-color:rgba(0,0,0,20);
  145. border-radius: 5px;
  146. border: 1px solid qlineargradient(spread:reflect, x1:1, y1:1, x2:0, y2:1, stop:0 rgba(33, 24, 12, 255), stop:0.5 rgba(126, 97, 61, 255), stop:1 rgba(33, 24, 1, 255));
  147. }</string>
  148. </property>
  149. <property name="text">
  150. <string>Форум</string>
  151. </property>
  152. </widget>
  153. </item>
  154. <item row="3" column="0" colspan="3">
  155. <widget class="QPushButton" name="goto_donate">
  156. <property name="font">
  157. <font>
  158. <family>Trajan Pro 3</family>
  159. <pointsize>8</pointsize>
  160. </font>
  161. </property>
  162. <property name="cursor">
  163. <cursorShape>PointingHandCursor</cursorShape>
  164. </property>
  165. <property name="autoFillBackground">
  166. <bool>false</bool>
  167. </property>
  168. <property name="styleSheet">
  169. <string notr="true">QPushButton {
  170. background-color:rgba(0,0,0,100);
  171. border-radius: 5px;
  172. border: 1px solid qlineargradient(spread:reflect, x1:1, y1:1, x2:0, y2:1, stop:0 rgba(33, 24, 12, 255), stop:0.5 rgba(126, 97, 61, 255), stop:1 rgba(33, 24, 1, 255));
  173. }
  174. QPushButton:pressed {
  175. background-color:rgba(0,0,0,20);
  176. border-radius: 5px;
  177. border: 1px solid qlineargradient(spread:reflect, x1:1, y1:1, x2:0, y2:1, stop:0 rgba(33, 24, 12, 255), stop:0.5 rgba(126, 97, 61, 255), stop:1 rgba(33, 24, 1, 255));
  178. }</string>
  179. </property>
  180. <property name="text">
  181. <string>Помочь проекту</string>
  182. </property>
  183. </widget>
  184. </item>
  185. <item row="4" column="0" colspan="3">
  186. <spacer name="verticalSpacer">
  187. <property name="orientation">
  188. <enum>Qt::Vertical</enum>
  189. </property>
  190. <property name="sizeHint" stdset="0">
  191. <size>
  192. <width>240</width>
  193. <height>136</height>
  194. </size>
  195. </property>
  196. </spacer>
  197. </item>
  198. <item row="6" column="0" colspan="2">
  199. <widget class="QLabel" name="client_side">
  200. <property name="font">
  201. <font>
  202. <family>Trajan Pro 3</family>
  203. <pointsize>7</pointsize>
  204. </font>
  205. </property>
  206. <property name="text">
  207. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Клиентская часть: &lt;br/&gt;&lt;span style=&quot; font-family:'Aniron'; color:#00ff00;&quot;&gt;Endevir&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  208. </property>
  209. <property name="alignment">
  210. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  211. </property>
  212. <property name="wordWrap">
  213. <bool>true</bool>
  214. </property>
  215. </widget>
  216. </item>
  217. <item row="5" column="0" colspan="3">
  218. <widget class="QLabel" name="powered_by">
  219. <property name="font">
  220. <font>
  221. <family>Trajan Pro 3</family>
  222. <pointsize>9</pointsize>
  223. </font>
  224. </property>
  225. <property name="text">
  226. <string>Powered by:</string>
  227. </property>
  228. <property name="wordWrap">
  229. <bool>true</bool>
  230. </property>
  231. </widget>
  232. </item>
  233. <item row="8" column="0" colspan="2">
  234. <widget class="QLabel" name="server_size">
  235. <property name="font">
  236. <font>
  237. <family>Trajan Pro 3</family>
  238. <pointsize>7</pointsize>
  239. </font>
  240. </property>
  241. <property name="text">
  242. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Серверная часть: &lt;br/&gt;&lt;span style=&quot; font-family:'Aniron'; color:#00aaff;&quot;&gt;Coder&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  243. </property>
  244. <property name="alignment">
  245. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  246. </property>
  247. <property name="wordWrap">
  248. <bool>true</bool>
  249. </property>
  250. </widget>
  251. </item>
  252. <item row="8" column="2">
  253. <widget class="QLabel" name="coder_icon">
  254. <property name="sizePolicy">
  255. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  256. <horstretch>0</horstretch>
  257. <verstretch>0</verstretch>
  258. </sizepolicy>
  259. </property>
  260. <property name="minimumSize">
  261. <size>
  262. <width>50</width>
  263. <height>50</height>
  264. </size>
  265. </property>
  266. <property name="font">
  267. <font>
  268. <family>AngryBirds</family>
  269. <pointsize>7</pointsize>
  270. </font>
  271. </property>
  272. <property name="styleSheet">
  273. <string notr="true">border-image: url(:/characters/coder_av.png);</string>
  274. </property>
  275. <property name="text">
  276. <string/>
  277. </property>
  278. <property name="wordWrap">
  279. <bool>true</bool>
  280. </property>
  281. </widget>
  282. </item>
  283. <item row="6" column="2">
  284. <widget class="QLabel" name="endevir_icon">
  285. <property name="sizePolicy">
  286. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  287. <horstretch>0</horstretch>
  288. <verstretch>0</verstretch>
  289. </sizepolicy>
  290. </property>
  291. <property name="minimumSize">
  292. <size>
  293. <width>50</width>
  294. <height>50</height>
  295. </size>
  296. </property>
  297. <property name="font">
  298. <font>
  299. <family>Aniron</family>
  300. <pointsize>7</pointsize>
  301. </font>
  302. </property>
  303. <property name="styleSheet">
  304. <string notr="true">border-image: url(:/characters/endevir_av.jpg);</string>
  305. </property>
  306. <property name="text">
  307. <string/>
  308. </property>
  309. <property name="wordWrap">
  310. <bool>true</bool>
  311. </property>
  312. </widget>
  313. </item>
  314. </layout>
  315. </widget>
  316. </widget>
  317. <resources/>
  318. <connections/>
  319. </ui>