aboutdialog.ui 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.38.2 -->
  3. <interface domain="cui">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkImage" id="imCopy">
  6. <property name="visible">True</property>
  7. <property name="can-focus">False</property>
  8. <property name="stock">gtk-copy</property>
  9. </object>
  10. <object class="GtkDialog" id="AboutDialog">
  11. <property name="can-focus">False</property>
  12. <property name="border-width">6</property>
  13. <property name="title" translatable="yes" context="aboutdialog|AboutDialog">About %PRODUCTNAME</property>
  14. <property name="resizable">False</property>
  15. <property name="modal">True</property>
  16. <property name="window-position">center-on-parent</property>
  17. <property name="type-hint">dialog</property>
  18. <child internal-child="vbox">
  19. <object class="GtkBox">
  20. <property name="can-focus">False</property>
  21. <property name="orientation">vertical</property>
  22. <property name="spacing">12</property>
  23. <child internal-child="action_area">
  24. <object class="GtkButtonBox">
  25. <property name="can-focus">False</property>
  26. <property name="margin-top">12</property>
  27. <property name="hexpand">True</property>
  28. <property name="layout-style">end</property>
  29. <child>
  30. <object class="GtkButton" id="btnClose">
  31. <property name="label">gtk-close</property>
  32. <property name="visible">True</property>
  33. <property name="can-focus">True</property>
  34. <property name="receives-default">True</property>
  35. <property name="use-underline">True</property>
  36. <property name="use-stock">True</property>
  37. </object>
  38. <packing>
  39. <property name="expand">True</property>
  40. <property name="fill">True</property>
  41. <property name="pack-type">end</property>
  42. <property name="position">3</property>
  43. </packing>
  44. </child>
  45. </object>
  46. <packing>
  47. <property name="expand">False</property>
  48. <property name="fill">True</property>
  49. <property name="pack-type">end</property>
  50. <property name="position">0</property>
  51. </packing>
  52. </child>
  53. <child>
  54. <!-- n-columns=2 n-rows=7 -->
  55. <object class="GtkGrid">
  56. <property name="visible">True</property>
  57. <property name="can-focus">False</property>
  58. <property name="hexpand">True</property>
  59. <property name="vexpand">True</property>
  60. <property name="row-spacing">6</property>
  61. <child>
  62. <object class="GtkImage" id="imAbout">
  63. <property name="visible">True</property>
  64. <property name="can-focus">False</property>
  65. <property name="halign">center</property>
  66. <property name="valign">center</property>
  67. <property name="margin-start">12</property>
  68. <property name="margin-end">24</property>
  69. <property name="hexpand">True</property>
  70. <property name="vexpand">True</property>
  71. </object>
  72. <packing>
  73. <property name="left-attach">0</property>
  74. <property name="top-attach">0</property>
  75. <property name="height">7</property>
  76. </packing>
  77. </child>
  78. <child>
  79. <object class="GtkImage" id="imBrand">
  80. <property name="visible">True</property>
  81. <property name="can-focus">False</property>
  82. <property name="halign">start</property>
  83. <property name="valign">center</property>
  84. <property name="margin-top">24</property>
  85. <property name="margin-bottom">24</property>
  86. <property name="hexpand">True</property>
  87. <property name="vexpand">True</property>
  88. </object>
  89. <packing>
  90. <property name="left-attach">1</property>
  91. <property name="top-attach">0</property>
  92. </packing>
  93. </child>
  94. <child>
  95. <!-- n-columns=2 n-rows=6 -->
  96. <object class="GtkGrid">
  97. <property name="visible">True</property>
  98. <property name="can-focus">False</property>
  99. <property name="halign">start</property>
  100. <property name="margin-start">6</property>
  101. <property name="column-spacing">12</property>
  102. <child>
  103. <object class="GtkLabel" id="lbVersion">
  104. <property name="visible">True</property>
  105. <property name="can-focus">False</property>
  106. <property name="hexpand">True</property>
  107. <property name="label" translatable="yes" context="aboutdialog|lbVersion">Version:</property>
  108. <property name="wrap">True</property>
  109. <property name="xalign">0</property>
  110. <accessibility>
  111. <relation type="label-for" target="lbVersionString"/>
  112. </accessibility>
  113. </object>
  114. <packing>
  115. <property name="left-attach">0</property>
  116. <property name="top-attach">0</property>
  117. </packing>
  118. </child>
  119. <child>
  120. <object class="GtkLabel" id="lbBuild">
  121. <property name="visible">True</property>
  122. <property name="can-focus">False</property>
  123. <property name="hexpand">True</property>
  124. <property name="label" translatable="yes" context="aboutdialog|lbBuild">Build:</property>
  125. <property name="xalign">0</property>
  126. <accessibility>
  127. <relation type="label-for" target="lbBuildString"/>
  128. </accessibility>
  129. </object>
  130. <packing>
  131. <property name="left-attach">0</property>
  132. <property name="top-attach">1</property>
  133. </packing>
  134. </child>
  135. <child>
  136. <object class="GtkLabel" id="lbEnvironment">
  137. <property name="visible">True</property>
  138. <property name="can-focus">False</property>
  139. <property name="hexpand">True</property>
  140. <property name="label" translatable="yes" context="aboutdialog|lbEnvironment">Environment:</property>
  141. <property name="xalign">0</property>
  142. <accessibility>
  143. <relation type="label-for" target="lbEnvString"/>
  144. </accessibility>
  145. </object>
  146. <packing>
  147. <property name="left-attach">0</property>
  148. <property name="top-attach">2</property>
  149. </packing>
  150. </child>
  151. <child>
  152. <object class="GtkLabel" id="lbVersionString">
  153. <property name="visible">True</property>
  154. <property name="can-focus">False</property>
  155. <property name="label">7.0</property>
  156. <property name="wrap">True</property>
  157. <property name="max-width-chars">40</property>
  158. <property name="xalign">0</property>
  159. <accessibility>
  160. <relation type="labelled-by" target="lbVersion"/>
  161. </accessibility>
  162. </object>
  163. <packing>
  164. <property name="left-attach">1</property>
  165. <property name="top-attach">0</property>
  166. </packing>
  167. </child>
  168. <child>
  169. <object class="GtkLabel" id="lbEnvString">
  170. <property name="visible">True</property>
  171. <property name="can-focus">False</property>
  172. <property name="label">8 cores</property>
  173. <property name="wrap">True</property>
  174. <property name="max-width-chars">40</property>
  175. <property name="xalign">0</property>
  176. <accessibility>
  177. <relation type="labelled-by" target="lbEnvironment"/>
  178. </accessibility>
  179. </object>
  180. <packing>
  181. <property name="left-attach">1</property>
  182. <property name="top-attach">2</property>
  183. </packing>
  184. </child>
  185. <child>
  186. <object class="GtkLinkButton" id="lbBuildString">
  187. <property name="label">0815</property>
  188. <property name="visible">True</property>
  189. <property name="can-focus">True</property>
  190. <property name="receives-default">True</property>
  191. <property name="relief">none</property>
  192. <property name="xalign">0</property>
  193. <accessibility>
  194. <relation type="labelled-by" target="lbBuild"/>
  195. </accessibility>
  196. <style>
  197. <class name="small-button"/>
  198. </style>
  199. </object>
  200. <packing>
  201. <property name="left-attach">1</property>
  202. <property name="top-attach">1</property>
  203. </packing>
  204. </child>
  205. <child>
  206. <object class="GtkLabel" id="lbMisc">
  207. <property name="visible">True</property>
  208. <property name="can-focus">False</property>
  209. <property name="hexpand">True</property>
  210. <property name="label" translatable="yes" context="aboutdialog|lbExtra">Misc:</property>
  211. <property name="xalign">0</property>
  212. <property name="yalign">0</property>
  213. <accessibility>
  214. <relation type="label-for" target="lbMiscString"/>
  215. </accessibility>
  216. </object>
  217. <packing>
  218. <property name="left-attach">0</property>
  219. <property name="top-attach">5</property>
  220. </packing>
  221. </child>
  222. <child>
  223. <object class="GtkLabel" id="lbMiscString">
  224. <property name="visible">True</property>
  225. <property name="can-focus">False</property>
  226. <property name="label">Calc</property>
  227. <property name="wrap">True</property>
  228. <property name="max-width-chars">40</property>
  229. <property name="xalign">0</property>
  230. <accessibility>
  231. <relation type="labelled-by" target="lbMisc"/>
  232. </accessibility>
  233. </object>
  234. <packing>
  235. <property name="left-attach">1</property>
  236. <property name="top-attach">5</property>
  237. </packing>
  238. </child>
  239. <child>
  240. <object class="GtkLabel" id="lbLocale">
  241. <property name="visible">True</property>
  242. <property name="can-focus">False</property>
  243. <property name="hexpand">True</property>
  244. <property name="label" translatable="yes" context="aboutdialog|lbLocale">Locale:</property>
  245. <property name="xalign">0</property>
  246. <accessibility>
  247. <relation type="label-for" target="lbLocaleString"/>
  248. </accessibility>
  249. </object>
  250. <packing>
  251. <property name="left-attach">0</property>
  252. <property name="top-attach">4</property>
  253. </packing>
  254. </child>
  255. <child>
  256. <object class="GtkLabel" id="lbLocaleString">
  257. <property name="visible">True</property>
  258. <property name="can-focus">False</property>
  259. <property name="label">English</property>
  260. <property name="wrap">True</property>
  261. <property name="max-width-chars">40</property>
  262. <property name="xalign">0</property>
  263. <accessibility>
  264. <relation type="labelled-by" target="lbLocale"/>
  265. </accessibility>
  266. </object>
  267. <packing>
  268. <property name="left-attach">1</property>
  269. <property name="top-attach">4</property>
  270. </packing>
  271. </child>
  272. <child>
  273. <object class="GtkLabel" id="lbUI">
  274. <property name="visible">True</property>
  275. <property name="can-focus">False</property>
  276. <property name="label" translatable="yes" context="aboutdialog|lbUI">User Interface:</property>
  277. <property name="xalign">0</property>
  278. <accessibility>
  279. <relation type="label-for" target="lbUIString"/>
  280. </accessibility>
  281. </object>
  282. <packing>
  283. <property name="left-attach">0</property>
  284. <property name="top-attach">3</property>
  285. </packing>
  286. </child>
  287. <child>
  288. <object class="GtkLabel" id="lbUIString">
  289. <property name="visible">True</property>
  290. <property name="can-focus">False</property>
  291. <property name="label">VCL: gtk</property>
  292. <property name="wrap">True</property>
  293. <property name="max-width-chars">40</property>
  294. <property name="xalign">0</property>
  295. <accessibility>
  296. <relation type="labelled-by" target="lbUI"/>
  297. </accessibility>
  298. </object>
  299. <packing>
  300. <property name="left-attach">1</property>
  301. <property name="top-attach">3</property>
  302. </packing>
  303. </child>
  304. </object>
  305. <packing>
  306. <property name="left-attach">1</property>
  307. <property name="top-attach">6</property>
  308. </packing>
  309. </child>
  310. <child>
  311. <object class="GtkLabel" id="lbAbout">
  312. <property name="visible">True</property>
  313. <property name="can-focus">False</property>
  314. <property name="valign">end</property>
  315. <property name="hexpand">True</property>
  316. <property name="vexpand">True</property>
  317. <property name="label" translatable="yes" context="aboutdialog|description">%PRODUCTNAME is a modern, easy-to-use, open source productivity suite for word processing, spreadsheets, presentations and more.</property>
  318. <property name="wrap">True</property>
  319. <property name="max-width-chars">60</property>
  320. <property name="xalign">0</property>
  321. </object>
  322. <packing>
  323. <property name="left-attach">1</property>
  324. <property name="top-attach">1</property>
  325. </packing>
  326. </child>
  327. <child>
  328. <object class="GtkLabel" id="lbCopyright">
  329. <property name="visible">True</property>
  330. <property name="can-focus">False</property>
  331. <property name="valign">start</property>
  332. <property name="hexpand">True</property>
  333. <property name="vexpand">True</property>
  334. <property name="label" context="aboutdialog|copyright">%COPYRIGHT</property>
  335. <property name="wrap">True</property>
  336. <property name="max-width-chars">60</property>
  337. <property name="xalign">0</property>
  338. </object>
  339. <packing>
  340. <property name="left-attach">1</property>
  341. <property name="top-attach">3</property>
  342. </packing>
  343. </child>
  344. <child>
  345. <object class="GtkBox">
  346. <property name="visible">True</property>
  347. <property name="can-focus">False</property>
  348. <property name="spacing">12</property>
  349. <child>
  350. <object class="GtkLinkButton" id="btnCredits">
  351. <property name="label" translatable="yes" context="aboutdialog|credits">Credits</property>
  352. <property name="name">lbCredit</property>
  353. <property name="visible">True</property>
  354. <property name="can-focus">True</property>
  355. <property name="receives-default">True</property>
  356. <property name="relief">none</property>
  357. <property name="xalign">0</property>
  358. </object>
  359. <packing>
  360. <property name="expand">False</property>
  361. <property name="fill">True</property>
  362. <property name="position">0</property>
  363. </packing>
  364. </child>
  365. <child>
  366. <object class="GtkLinkButton" id="btnWebsite">
  367. <property name="label" translatable="yes" context="aboutdialog|website">Website</property>
  368. <property name="visible">True</property>
  369. <property name="can-focus">True</property>
  370. <property name="receives-default">True</property>
  371. <property name="relief">none</property>
  372. <property name="xalign">0</property>
  373. <property name="uri">https://www.libreoffice.org/</property>
  374. </object>
  375. <packing>
  376. <property name="expand">False</property>
  377. <property name="fill">True</property>
  378. <property name="position">1</property>
  379. </packing>
  380. </child>
  381. <child>
  382. <object class="GtkLinkButton" id="btnReleaseNotes">
  383. <property name="label" translatable="yes" context="aboutdialog|releasenotes">Release Notes</property>
  384. <property name="visible">True</property>
  385. <property name="can-focus">True</property>
  386. <property name="receives-default">True</property>
  387. <property name="relief">none</property>
  388. <property name="xalign">0</property>
  389. </object>
  390. <packing>
  391. <property name="expand">False</property>
  392. <property name="fill">True</property>
  393. <property name="position">2</property>
  394. </packing>
  395. </child>
  396. </object>
  397. <packing>
  398. <property name="left-attach">1</property>
  399. <property name="top-attach">4</property>
  400. </packing>
  401. </child>
  402. <child>
  403. <object class="GtkBox">
  404. <property name="visible">True</property>
  405. <property name="can-focus">False</property>
  406. <property name="spacing">12</property>
  407. <child>
  408. <object class="GtkLabel" id="lbVersionInfo">
  409. <property name="visible">True</property>
  410. <property name="can-focus">False</property>
  411. <property name="label" translatable="yes" context="aboutdialog|lbVersionInfo">Version Information</property>
  412. <property name="use-underline">True</property>
  413. <property name="mnemonic-widget">btnCopyVersion</property>
  414. <property name="xalign">0</property>
  415. <attributes>
  416. <attribute name="weight" value="bold"/>
  417. </attributes>
  418. </object>
  419. <packing>
  420. <property name="expand">False</property>
  421. <property name="fill">True</property>
  422. <property name="position">0</property>
  423. </packing>
  424. </child>
  425. <child>
  426. <object class="GtkButton" id="btnCopyVersion">
  427. <property name="visible">True</property>
  428. <property name="can-focus">True</property>
  429. <property name="receives-default">True</property>
  430. <property name="tooltip-text" translatable="yes" context="aboutdialog|btnCopyVersionTooltip">Copy all version information in English</property>
  431. <property name="image">imCopy</property>
  432. <accelerator key="c" signal="clicked" modifiers="GDK_CONTROL_MASK"/>
  433. </object>
  434. <packing>
  435. <property name="expand">False</property>
  436. <property name="fill">True</property>
  437. <property name="position">1</property>
  438. </packing>
  439. </child>
  440. </object>
  441. <packing>
  442. <property name="left-attach">1</property>
  443. <property name="top-attach">5</property>
  444. </packing>
  445. </child>
  446. <child>
  447. <placeholder/>
  448. </child>
  449. </object>
  450. <packing>
  451. <property name="expand">False</property>
  452. <property name="fill">True</property>
  453. <property name="position">1</property>
  454. </packing>
  455. </child>
  456. </object>
  457. </child>
  458. <action-widgets>
  459. <action-widget response="-7">btnClose</action-widget>
  460. </action-widgets>
  461. </object>
  462. </interface>