aboutproject_moc.ui 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  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="4" 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="labelDataDirs_2">
  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. <weight>75</weight>
  51. <bold>true</bold>
  52. </font>
  53. </property>
  54. <property name="text">
  55. <string>Our Community</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item row="3" column="0">
  60. <widget class="QPushButton" name="pushButtonSlack">
  61. <property name="text">
  62. <string>VCMI on Slack</string>
  63. </property>
  64. </widget>
  65. </item>
  66. </layout>
  67. </item>
  68. <item>
  69. <spacer name="verticalSpacer">
  70. <property name="orientation">
  71. <enum>Qt::Vertical</enum>
  72. </property>
  73. <property name="sizeHint" stdset="0">
  74. <size>
  75. <width>20</width>
  76. <height>40</height>
  77. </size>
  78. </property>
  79. </spacer>
  80. </item>
  81. <item>
  82. <layout class="QGridLayout" name="gridLayout" columnstretch="2,4,1">
  83. <item row="0" column="0">
  84. <widget class="QLabel" name="labelDataDirs_3">
  85. <property name="minimumSize">
  86. <size>
  87. <width>0</width>
  88. <height>0</height>
  89. </size>
  90. </property>
  91. <property name="font">
  92. <font>
  93. <weight>75</weight>
  94. <bold>true</bold>
  95. </font>
  96. </property>
  97. <property name="text">
  98. <string>Build Information</string>
  99. </property>
  100. </widget>
  101. </item>
  102. <item row="1" column="1">
  103. <widget class="QLineEdit" name="lineEditBuildVersion">
  104. <property name="text">
  105. <string notr="true"/>
  106. </property>
  107. <property name="readOnly">
  108. <bool>true</bool>
  109. </property>
  110. </widget>
  111. </item>
  112. <item row="5" column="0">
  113. <widget class="QLabel" name="labelUserDataDir">
  114. <property name="text">
  115. <string>User data directory</string>
  116. </property>
  117. </widget>
  118. </item>
  119. <item row="5" column="2">
  120. <widget class="QPushButton" name="openUserDataDir">
  121. <property name="text">
  122. <string>Open</string>
  123. </property>
  124. </widget>
  125. </item>
  126. <item row="6" column="2">
  127. <widget class="QPushButton" name="openTempDir">
  128. <property name="text">
  129. <string>Open</string>
  130. </property>
  131. </widget>
  132. </item>
  133. <item row="1" column="2">
  134. <widget class="QPushButton" name="updatesButton">
  135. <property name="text">
  136. <string>Check for updates</string>
  137. </property>
  138. </widget>
  139. </item>
  140. <item row="5" column="1">
  141. <widget class="QLineEdit" name="lineEditUserDataDir">
  142. <property name="enabled">
  143. <bool>true</bool>
  144. </property>
  145. <property name="text">
  146. <string notr="true">/home/user/.vcmi</string>
  147. </property>
  148. <property name="readOnly">
  149. <bool>true</bool>
  150. </property>
  151. </widget>
  152. </item>
  153. <item row="1" column="0">
  154. <widget class="QLabel" name="labelBuildVersionDesc">
  155. <property name="text">
  156. <string>Game version</string>
  157. </property>
  158. </widget>
  159. </item>
  160. <item row="6" column="0">
  161. <widget class="QLabel" name="labelTempDir">
  162. <property name="text">
  163. <string>Log files directory</string>
  164. </property>
  165. </widget>
  166. </item>
  167. <item row="3" column="0">
  168. <widget class="QLabel" name="labelDataDirs">
  169. <property name="font">
  170. <font>
  171. <weight>75</weight>
  172. <bold>true</bold>
  173. </font>
  174. </property>
  175. <property name="text">
  176. <string>Data Directories</string>
  177. </property>
  178. </widget>
  179. </item>
  180. <item row="4" column="1">
  181. <widget class="QLineEdit" name="lineEditGameDir">
  182. <property name="enabled">
  183. <bool>true</bool>
  184. </property>
  185. <property name="text">
  186. <string notr="true">/usr/share/vcmi</string>
  187. </property>
  188. </widget>
  189. </item>
  190. <item row="4" column="2">
  191. <widget class="QPushButton" name="openGameDataDir">
  192. <property name="text">
  193. <string>Open</string>
  194. </property>
  195. </widget>
  196. </item>
  197. <item row="6" column="1">
  198. <widget class="QLineEdit" name="lineEditTempDir">
  199. <property name="enabled">
  200. <bool>true</bool>
  201. </property>
  202. <property name="text">
  203. <string notr="true">/home/user/.vcmi</string>
  204. </property>
  205. <property name="readOnly">
  206. <bool>true</bool>
  207. </property>
  208. </widget>
  209. </item>
  210. <item row="4" column="0">
  211. <widget class="QLabel" name="labelGameDir">
  212. <property name="text">
  213. <string>Game data directory</string>
  214. </property>
  215. </widget>
  216. </item>
  217. <item row="2" column="0">
  218. <widget class="QLabel" name="labelOperatingSystem">
  219. <property name="text">
  220. <string>Operating System</string>
  221. </property>
  222. </widget>
  223. </item>
  224. <item row="2" column="1">
  225. <widget class="QLineEdit" name="lineEditOperatingSystem">
  226. <property name="text">
  227. <string notr="true"/>
  228. </property>
  229. <property name="readOnly">
  230. <bool>true</bool>
  231. </property>
  232. </widget>
  233. </item>
  234. </layout>
  235. </item>
  236. <item>
  237. <spacer name="verticalSpacer_3">
  238. <property name="orientation">
  239. <enum>Qt::Vertical</enum>
  240. </property>
  241. <property name="sizeHint" stdset="0">
  242. <size>
  243. <width>20</width>
  244. <height>40</height>
  245. </size>
  246. </property>
  247. </spacer>
  248. </item>
  249. <item>
  250. <layout class="QHBoxLayout" name="horizontalLayout">
  251. <item>
  252. <spacer name="horizontalSpacer_2">
  253. <property name="orientation">
  254. <enum>Qt::Horizontal</enum>
  255. </property>
  256. <property name="sizeHint" stdset="0">
  257. <size>
  258. <width>40</width>
  259. <height>20</height>
  260. </size>
  261. </property>
  262. </spacer>
  263. </item>
  264. <item>
  265. <widget class="QPushButton" name="pushButtonHomepage">
  266. <property name="minimumSize">
  267. <size>
  268. <width>200</width>
  269. <height>0</height>
  270. </size>
  271. </property>
  272. <property name="text">
  273. <string>Project homepage</string>
  274. </property>
  275. </widget>
  276. </item>
  277. <item>
  278. <widget class="QPushButton" name="pushButtonBugreport">
  279. <property name="minimumSize">
  280. <size>
  281. <width>200</width>
  282. <height>0</height>
  283. </size>
  284. </property>
  285. <property name="text">
  286. <string>Report a bug</string>
  287. </property>
  288. </widget>
  289. </item>
  290. <item>
  291. <spacer name="horizontalSpacer">
  292. <property name="orientation">
  293. <enum>Qt::Horizontal</enum>
  294. </property>
  295. <property name="sizeHint" stdset="0">
  296. <size>
  297. <width>40</width>
  298. <height>20</height>
  299. </size>
  300. </property>
  301. </spacer>
  302. </item>
  303. </layout>
  304. </item>
  305. </layout>
  306. </widget>
  307. <resources/>
  308. <connections/>
  309. </ui>