additionsfragment.ui 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.38.1 -->
  3. <interface domain="cui">
  4. <requires lib="gtk+" version="3.20"/>
  5. <!-- n-columns=2 n-rows=2 -->
  6. <object class="GtkGrid" id="additionsEntry">
  7. <property name="visible">True</property>
  8. <property name="can-focus">False</property>
  9. <property name="valign">start</property>
  10. <property name="hexpand">True</property>
  11. <property name="border-width">6</property>
  12. <property name="row-spacing">24</property>
  13. <property name="column-spacing">12</property>
  14. <child>
  15. <object class="GtkButton" id="buttonShowMore">
  16. <property name="label" translatable="yes" context="additionsDialog|buttonShowMore">Show More Extensions</property>
  17. <property name="can-focus">True</property>
  18. <property name="receives-default">True</property>
  19. <child internal-child="accessible">
  20. <object class="AtkObject" id="buttonShowMore-atkobject">
  21. <property name="AtkObject::accessible-name" translatable="yes" context="additionsDialog|buttonShowMore">ButtonShowMore</property>
  22. <property name="AtkObject::accessible-description" translatable="yes" context="additionsDialog|buttonShowMore">This button shows more extensions.</property>
  23. </object>
  24. </child>
  25. </object>
  26. <packing>
  27. <property name="left-attach">0</property>
  28. <property name="top-attach">1</property>
  29. <property name="width">2</property>
  30. </packing>
  31. </child>
  32. <child>
  33. <!-- n-columns=3 n-rows=8 -->
  34. <object class="GtkGrid">
  35. <property name="visible">True</property>
  36. <property name="can-focus">False</property>
  37. <property name="valign">start</property>
  38. <property name="hexpand">True</property>
  39. <property name="column-spacing">12</property>
  40. <child>
  41. <object class="GtkLabel" id="labelDescription">
  42. <property name="visible">True</property>
  43. <property name="can-focus">False</property>
  44. <property name="halign">start</property>
  45. <property name="valign">start</property>
  46. <property name="margin-bottom">3</property>
  47. <property name="label">description</property>
  48. <property name="wrap">True</property>
  49. <property name="wrap-mode">word-char</property>
  50. <property name="width-chars">40</property>
  51. <property name="max-width-chars">40</property>
  52. <property name="xalign">0</property>
  53. <accessibility>
  54. <relation type="label-for" target="imageScreenshot"/>
  55. </accessibility>
  56. </object>
  57. <packing>
  58. <property name="left-attach">1</property>
  59. <property name="top-attach">1</property>
  60. <property name="width">2</property>
  61. </packing>
  62. </child>
  63. <child>
  64. <object class="GtkLabel" id="votingLabel">
  65. <property name="visible">True</property>
  66. <property name="can-focus">False</property>
  67. <property name="halign">start</property>
  68. <property name="label" translatable="yes" context="additionsEntry|votingLabel">Voting:</property>
  69. <property name="xalign">0</property>
  70. <accessibility>
  71. <relation type="label-for" target="imageVoting1"/>
  72. <relation type="label-for" target="imageVoting2"/>
  73. <relation type="label-for" target="imageVoting3"/>
  74. <relation type="label-for" target="imageVoting4"/>
  75. <relation type="label-for" target="imageVoting5"/>
  76. </accessibility>
  77. </object>
  78. <packing>
  79. <property name="left-attach">1</property>
  80. <property name="top-attach">2</property>
  81. </packing>
  82. </child>
  83. <child>
  84. <object class="GtkLabel" id="labelLicense">
  85. <property name="visible">True</property>
  86. <property name="can-focus">False</property>
  87. <property name="halign">start</property>
  88. <property name="label" translatable="yes" context="additionsEntry|labelLicense">License:</property>
  89. <property name="xalign">0</property>
  90. <child internal-child="accessible">
  91. <object class="AtkObject" id="labelLicense-atkobject">
  92. <property name="AtkObject::accessible-role" translatable="no">static</property>
  93. </object>
  94. </child>
  95. </object>
  96. <packing>
  97. <property name="left-attach">1</property>
  98. <property name="top-attach">3</property>
  99. </packing>
  100. </child>
  101. <child>
  102. <object class="GtkLabel" id="labelVersion">
  103. <property name="visible">True</property>
  104. <property name="can-focus">False</property>
  105. <property name="halign">start</property>
  106. <property name="label" translatable="yes" context="additionsEntry|labelVersion">Required version:</property>
  107. <property name="xalign">0</property>
  108. <child internal-child="accessible">
  109. <object class="AtkObject" id="labelVersion-atkobject">
  110. <property name="AtkObject::accessible-role" translatable="no">static</property>
  111. </object>
  112. </child>
  113. </object>
  114. <packing>
  115. <property name="left-attach">1</property>
  116. <property name="top-attach">4</property>
  117. </packing>
  118. </child>
  119. <child>
  120. <object class="GtkLabel" id="labelComments">
  121. <property name="visible">True</property>
  122. <property name="can-focus">False</property>
  123. <property name="halign">start</property>
  124. <property name="label" translatable="yes" context="additionsEntry|labelComments">Comments:</property>
  125. <property name="xalign">0</property>
  126. <child internal-child="accessible">
  127. <object class="AtkObject" id="labelComments-atkobject">
  128. <property name="AtkObject::accessible-role" translatable="no">static</property>
  129. </object>
  130. </child>
  131. </object>
  132. <packing>
  133. <property name="left-attach">1</property>
  134. <property name="top-attach">5</property>
  135. </packing>
  136. </child>
  137. <child>
  138. <object class="GtkLabel" id="labelComments1">
  139. <property name="visible">False</property>
  140. <property name="can-focus">False</property>
  141. <property name="halign">start</property>
  142. <property name="label" translatable="yes" context="additionsEntry|labelComments">Downloads:</property>
  143. <property name="xalign">0</property>
  144. <child internal-child="accessible">
  145. <object class="AtkObject" id="labelComments1-atkobject">
  146. <property name="AtkObject::accessible-role" translatable="no">static</property>
  147. </object>
  148. </child>
  149. </object>
  150. <packing>
  151. <property name="left-attach">1</property>
  152. <property name="top-attach">6</property>
  153. </packing>
  154. </child>
  155. <child>
  156. <object class="GtkLabel" id="labelDownloadNumber">
  157. <property name="visible">False</property>
  158. <property name="can-focus">False</property>
  159. <property name="halign">start</property>
  160. <property name="label">label</property>
  161. <property name="xalign">0</property>
  162. <child internal-child="accessible">
  163. <object class="AtkObject" id="labelDownloadNumber-atkobject">
  164. <property name="AtkObject::accessible-role" translatable="no">static</property>
  165. </object>
  166. </child>
  167. </object>
  168. <packing>
  169. <property name="left-attach">2</property>
  170. <property name="top-attach">6</property>
  171. </packing>
  172. </child>
  173. <child>
  174. <object class="GtkLinkButton" id="linkButtonComments">
  175. <property name="label">button</property>
  176. <property name="visible">True</property>
  177. <property name="can-focus">True</property>
  178. <property name="receives-default">True</property>
  179. <property name="halign">start</property>
  180. <property name="relief">none</property>
  181. <property name="xalign">0</property>
  182. <property name="uri">http://glade.gnome.org</property>
  183. </object>
  184. <packing>
  185. <property name="left-attach">2</property>
  186. <property name="top-attach">5</property>
  187. </packing>
  188. </child>
  189. <child>
  190. <object class="GtkLabel" id="lbVersionText">
  191. <property name="visible">True</property>
  192. <property name="can-focus">False</property>
  193. <property name="halign">start</property>
  194. <property name="label">label</property>
  195. <property name="xalign">0</property>
  196. <child internal-child="accessible">
  197. <object class="AtkObject" id="lbVersionText-atkobject">
  198. <property name="AtkObject::accessible-role" translatable="no">static</property>
  199. </object>
  200. </child>
  201. </object>
  202. <packing>
  203. <property name="left-attach">2</property>
  204. <property name="top-attach">4</property>
  205. </packing>
  206. </child>
  207. <child>
  208. <object class="GtkLabel" id="lbLicenseText">
  209. <property name="visible">True</property>
  210. <property name="can-focus">False</property>
  211. <property name="halign">start</property>
  212. <property name="label">label</property>
  213. <property name="xalign">0</property>
  214. <child internal-child="accessible">
  215. <object class="AtkObject" id="lbLicenseText-atkobject">
  216. <property name="AtkObject::accessible-role" translatable="no">static</property>
  217. </object>
  218. </child>
  219. </object>
  220. <packing>
  221. <property name="left-attach">2</property>
  222. <property name="top-attach">3</property>
  223. </packing>
  224. </child>
  225. <child>
  226. <object class="GtkBox">
  227. <property name="visible">True</property>
  228. <property name="can-focus">False</property>
  229. <property name="halign">start</property>
  230. <property name="valign">center</property>
  231. <property name="hexpand">True</property>
  232. <child>
  233. <object class="GtkImage" id="imageVoting1">
  234. <property name="visible">True</property>
  235. <property name="can-focus">False</property>
  236. <property name="halign">start</property>
  237. <property name="valign">center</property>
  238. <property name="icon-name">cmd/sc_stars-empty.png</property>
  239. <accessibility>
  240. <relation type="labelled-by" target="votingLabel"/>
  241. </accessibility>
  242. </object>
  243. <packing>
  244. <property name="expand">False</property>
  245. <property name="fill">True</property>
  246. <property name="position">0</property>
  247. </packing>
  248. </child>
  249. <child>
  250. <object class="GtkImage" id="imageVoting2">
  251. <property name="visible">True</property>
  252. <property name="can-focus">False</property>
  253. <property name="halign">start</property>
  254. <property name="valign">center</property>
  255. <property name="icon-name">cmd/sc_stars-empty.png</property>
  256. <accessibility>
  257. <relation type="labelled-by" target="votingLabel"/>
  258. </accessibility>
  259. </object>
  260. <packing>
  261. <property name="expand">False</property>
  262. <property name="fill">True</property>
  263. <property name="position">1</property>
  264. </packing>
  265. </child>
  266. <child>
  267. <object class="GtkImage" id="imageVoting3">
  268. <property name="visible">True</property>
  269. <property name="can-focus">False</property>
  270. <property name="halign">start</property>
  271. <property name="valign">center</property>
  272. <property name="icon-name">cmd/sc_stars-empty.png</property>
  273. <accessibility>
  274. <relation type="labelled-by" target="votingLabel"/>
  275. </accessibility>
  276. </object>
  277. <packing>
  278. <property name="expand">False</property>
  279. <property name="fill">True</property>
  280. <property name="position">2</property>
  281. </packing>
  282. </child>
  283. <child>
  284. <object class="GtkImage" id="imageVoting4">
  285. <property name="visible">True</property>
  286. <property name="can-focus">False</property>
  287. <property name="halign">start</property>
  288. <property name="valign">center</property>
  289. <property name="icon-name">cmd/sc_stars-empty.png</property>
  290. <accessibility>
  291. <relation type="labelled-by" target="votingLabel"/>
  292. </accessibility>
  293. </object>
  294. <packing>
  295. <property name="expand">False</property>
  296. <property name="fill">True</property>
  297. <property name="position">3</property>
  298. </packing>
  299. </child>
  300. <child>
  301. <object class="GtkImage" id="imageVoting5">
  302. <property name="visible">True</property>
  303. <property name="can-focus">False</property>
  304. <property name="halign">start</property>
  305. <property name="valign">center</property>
  306. <property name="icon-name">cmd/sc_stars-empty.png</property>
  307. <accessibility>
  308. <relation type="labelled-by" target="votingLabel"/>
  309. </accessibility>
  310. </object>
  311. <packing>
  312. <property name="expand">False</property>
  313. <property name="fill">True</property>
  314. <property name="position">4</property>
  315. </packing>
  316. </child>
  317. </object>
  318. <packing>
  319. <property name="left-attach">2</property>
  320. <property name="top-attach">2</property>
  321. </packing>
  322. </child>
  323. <child>
  324. <object class="GtkImage" id="imageScreenshot">
  325. <property name="width-request">180</property>
  326. <property name="height-request">120</property>
  327. <property name="visible">True</property>
  328. <property name="can-focus">False</property>
  329. <property name="halign">center</property>
  330. <property name="valign">start</property>
  331. <property name="margin-start">6</property>
  332. <property name="margin-end">6</property>
  333. <property name="margin-top">12</property>
  334. <property name="margin-bottom">12</property>
  335. <property name="hexpand">True</property>
  336. <property name="vexpand">True</property>
  337. <property name="xalign">0</property>
  338. <accessibility>
  339. <relation type="labelled-by" target="labelDescription"/>
  340. </accessibility>
  341. </object>
  342. <packing>
  343. <property name="left-attach">0</property>
  344. <property name="top-attach">1</property>
  345. <property name="height">6</property>
  346. </packing>
  347. </child>
  348. <child>
  349. <object class="GtkBox">
  350. <property name="visible">True</property>
  351. <property name="can-focus">False</property>
  352. <property name="margin-top">6</property>
  353. <property name="homogeneous">True</property>
  354. <child>
  355. <object class="GtkButton" id="buttonInstall">
  356. <property name="label" translatable="yes" context="additionsEntry|buttonInstall">Install</property>
  357. <property name="visible">True</property>
  358. <property name="can-focus">True</property>
  359. <property name="receives-default">True</property>
  360. <property name="valign">end</property>
  361. </object>
  362. <packing>
  363. <property name="expand">False</property>
  364. <property name="fill">True</property>
  365. <property name="position">0</property>
  366. </packing>
  367. </child>
  368. <child>
  369. <object class="GtkLinkButton" id="btnWebsite">
  370. <property name="label" translatable="yes" context="additionsEntry|buttonWebsite">Website</property>
  371. <property name="visible">True</property>
  372. <property name="can-focus">True</property>
  373. <property name="receives-default">True</property>
  374. <property name="relief">none</property>
  375. <property name="uri">http://glade.gnome.org</property>
  376. </object>
  377. <packing>
  378. <property name="expand">False</property>
  379. <property name="fill">True</property>
  380. <property name="position">1</property>
  381. </packing>
  382. </child>
  383. </object>
  384. <packing>
  385. <property name="left-attach">1</property>
  386. <property name="top-attach">7</property>
  387. <property name="width">2</property>
  388. </packing>
  389. </child>
  390. <child>
  391. <object class="GtkLabel" id="lbName">
  392. <property name="visible">True</property>
  393. <property name="can-focus">False</property>
  394. <property name="margin-bottom">6</property>
  395. <property name="label">Name</property>
  396. <property name="xalign">0</property>
  397. <attributes>
  398. <attribute name="weight" value="bold"/>
  399. </attributes>
  400. <child internal-child="accessible">
  401. <object class="AtkObject" id="lbName-atkobject">
  402. <property name="AtkObject::accessible-role" translatable="no">static</property>
  403. </object>
  404. </child>
  405. </object>
  406. <packing>
  407. <property name="left-attach">1</property>
  408. <property name="top-attach">0</property>
  409. <property name="width">2</property>
  410. </packing>
  411. </child>
  412. <child>
  413. <placeholder/>
  414. </child>
  415. <child>
  416. <placeholder/>
  417. </child>
  418. </object>
  419. <packing>
  420. <property name="left-attach">0</property>
  421. <property name="top-attach">0</property>
  422. <property name="width">2</property>
  423. </packing>
  424. </child>
  425. </object>
  426. </interface>