aboutproject_moc.ui 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AboutProjectView</class>
  4. <widget class="QWidget" name="AboutProjectView">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>763</width>
  10. <height>446</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string/>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QGridLayout" name="gridLayout_2">
  19. <item row="2" column="0">
  20. <widget class="QPushButton" name="pushButtonDiscord">
  21. <property name="text">
  22. <string>VCMI on Discord</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item row="1" column="0" colspan="2">
  27. <widget class="QLabel" name="labelLanguageSocial">
  28. <property name="text">
  29. <string>Have a question? Found a bug? Want to help? Join us!</string>
  30. </property>
  31. </widget>
  32. </item>
  33. <item row="3" column="0">
  34. <widget class="QPushButton" name="pushButtonGithub">
  35. <property name="text">
  36. <string>VCMI on Github</string>
  37. </property>
  38. </widget>
  39. </item>
  40. <item row="0" column="0">
  41. <widget class="QLabel" name="labelCommunity">
  42. <property name="minimumSize">
  43. <size>
  44. <width>200</width>
  45. <height>0</height>
  46. </size>
  47. </property>
  48. <property name="font">
  49. <font>
  50. <bold>true</bold>
  51. </font>
  52. </property>
  53. <property name="text">
  54. <string>Our Community</string>
  55. </property>
  56. </widget>
  57. </item>
  58. </layout>
  59. </item>
  60. <item>
  61. <spacer name="verticalSpacer">
  62. <property name="orientation">
  63. <enum>Qt::Vertical</enum>
  64. </property>
  65. <property name="sizeHint" stdset="0">
  66. <size>
  67. <width>20</width>
  68. <height>40</height>
  69. </size>
  70. </property>
  71. </spacer>
  72. </item>
  73. <item>
  74. <layout class="QGridLayout" name="gridLayout" columnstretch="2,4,1">
  75. <item row="2" column="1">
  76. <widget class="QLineEdit" name="lineEditOperatingSystem">
  77. <property name="text">
  78. <string notr="true"/>
  79. </property>
  80. <property name="readOnly">
  81. <bool>true</bool>
  82. </property>
  83. </widget>
  84. </item>
  85. <item row="4" column="2">
  86. <widget class="QPushButton" name="openGameDataDir">
  87. <property name="text">
  88. <string>Open</string>
  89. </property>
  90. </widget>
  91. </item>
  92. <item row="5" column="2">
  93. <widget class="QPushButton" name="openUserDataDir">
  94. <property name="text">
  95. <string>Open</string>
  96. </property>
  97. </widget>
  98. </item>
  99. <item row="3" column="0">
  100. <widget class="QLabel" name="labelDataDirs">
  101. <property name="font">
  102. <font>
  103. <bold>true</bold>
  104. </font>
  105. </property>
  106. <property name="text">
  107. <string>Data Directories</string>
  108. </property>
  109. </widget>
  110. </item>
  111. <item row="6" column="0">
  112. <widget class="QLabel" name="labelTempDir">
  113. <property name="text">
  114. <string>Log files directory</string>
  115. </property>
  116. </widget>
  117. </item>
  118. <item row="1" column="2">
  119. <widget class="QPushButton" name="updatesButton">
  120. <property name="text">
  121. <string>Check for updates</string>
  122. </property>
  123. </widget>
  124. </item>
  125. <item row="6" column="1">
  126. <widget class="QLineEdit" name="lineEditTempDir">
  127. <property name="enabled">
  128. <bool>true</bool>
  129. </property>
  130. <property name="text">
  131. <string notr="true">/home/user/.vcmi</string>
  132. </property>
  133. <property name="readOnly">
  134. <bool>true</bool>
  135. </property>
  136. </widget>
  137. </item>
  138. <item row="4" column="1">
  139. <widget class="QLineEdit" name="lineEditGameDir">
  140. <property name="enabled">
  141. <bool>true</bool>
  142. </property>
  143. <property name="text">
  144. <string notr="true">/usr/share/vcmi</string>
  145. </property>
  146. </widget>
  147. </item>
  148. <item row="1" column="1">
  149. <widget class="QLineEdit" name="lineEditBuildVersion">
  150. <property name="text">
  151. <string notr="true"/>
  152. </property>
  153. <property name="readOnly">
  154. <bool>true</bool>
  155. </property>
  156. </widget>
  157. </item>
  158. <item row="6" column="2">
  159. <widget class="QPushButton" name="openTempDir">
  160. <property name="text">
  161. <string>Open</string>
  162. </property>
  163. </widget>
  164. </item>
  165. <item row="4" column="0">
  166. <widget class="QLabel" name="labelGameDir">
  167. <property name="text">
  168. <string>Game data directory</string>
  169. </property>
  170. </widget>
  171. </item>
  172. <item row="2" column="0">
  173. <widget class="QLabel" name="labelOperatingSystem">
  174. <property name="text">
  175. <string>Operating System</string>
  176. </property>
  177. </widget>
  178. </item>
  179. <item row="5" column="0">
  180. <widget class="QLabel" name="labelUserDataDir">
  181. <property name="text">
  182. <string>User data directory</string>
  183. </property>
  184. </widget>
  185. </item>
  186. <item row="1" column="0">
  187. <widget class="QLabel" name="labelBuildVersionDesc">
  188. <property name="text">
  189. <string>Game version</string>
  190. </property>
  191. </widget>
  192. </item>
  193. <item row="5" column="1">
  194. <widget class="QLineEdit" name="lineEditUserDataDir">
  195. <property name="enabled">
  196. <bool>true</bool>
  197. </property>
  198. <property name="text">
  199. <string notr="true">/home/user/.vcmi</string>
  200. </property>
  201. <property name="readOnly">
  202. <bool>true</bool>
  203. </property>
  204. </widget>
  205. </item>
  206. <item row="0" column="0">
  207. <widget class="QLabel" name="labelBuildInformation">
  208. <property name="minimumSize">
  209. <size>
  210. <width>0</width>
  211. <height>0</height>
  212. </size>
  213. </property>
  214. <property name="font">
  215. <font>
  216. <bold>true</bold>
  217. </font>
  218. </property>
  219. <property name="text">
  220. <string>Build Information</string>
  221. </property>
  222. </widget>
  223. </item>
  224. <item row="7" column="0">
  225. <widget class="QLabel" name="labelConfigDir">
  226. <property name="text">
  227. <string>Configuration files directory</string>
  228. </property>
  229. </widget>
  230. </item>
  231. <item row="7" column="1">
  232. <widget class="QLineEdit" name="lineEditConfigDir">
  233. <property name="enabled">
  234. <bool>true</bool>
  235. </property>
  236. <property name="text">
  237. <string notr="true">/home/user/.vcmi</string>
  238. </property>
  239. <property name="readOnly">
  240. <bool>true</bool>
  241. </property>
  242. </widget>
  243. </item>
  244. <item row="7" column="2">
  245. <widget class="QPushButton" name="openConfigDir">
  246. <property name="text">
  247. <string>Open</string>
  248. </property>
  249. </widget>
  250. </item>
  251. </layout>
  252. </item>
  253. <item>
  254. <spacer name="verticalSpacer_3">
  255. <property name="orientation">
  256. <enum>Qt::Vertical</enum>
  257. </property>
  258. <property name="sizeHint" stdset="0">
  259. <size>
  260. <width>20</width>
  261. <height>40</height>
  262. </size>
  263. </property>
  264. </spacer>
  265. </item>
  266. <item>
  267. <layout class="QHBoxLayout" name="horizontalLayout">
  268. <item>
  269. <spacer name="horizontalSpacer_2">
  270. <property name="orientation">
  271. <enum>Qt::Horizontal</enum>
  272. </property>
  273. <property name="sizeHint" stdset="0">
  274. <size>
  275. <width>40</width>
  276. <height>20</height>
  277. </size>
  278. </property>
  279. </spacer>
  280. </item>
  281. <item>
  282. <widget class="QPushButton" name="pushButtonHomepage">
  283. <property name="minimumSize">
  284. <size>
  285. <width>200</width>
  286. <height>0</height>
  287. </size>
  288. </property>
  289. <property name="text">
  290. <string>Project homepage</string>
  291. </property>
  292. </widget>
  293. </item>
  294. <item>
  295. <widget class="QPushButton" name="pushButtonBugreport">
  296. <property name="minimumSize">
  297. <size>
  298. <width>200</width>
  299. <height>0</height>
  300. </size>
  301. </property>
  302. <property name="text">
  303. <string>Report a bug</string>
  304. </property>
  305. </widget>
  306. </item>
  307. <item>
  308. <spacer name="horizontalSpacer">
  309. <property name="orientation">
  310. <enum>Qt::Horizontal</enum>
  311. </property>
  312. <property name="sizeHint" stdset="0">
  313. <size>
  314. <width>40</width>
  315. <height>20</height>
  316. </size>
  317. </property>
  318. </spacer>
  319. </item>
  320. </layout>
  321. </item>
  322. </layout>
  323. </widget>
  324. <resources/>
  325. <connections/>
  326. </ui>