tablecolumnpage.ui 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sw">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkAdjustment" id="adjustment1">
  6. <property name="upper">56</property>
  7. <property name="step_increment">1</property>
  8. <property name="page_increment">10</property>
  9. </object>
  10. <object class="GtkAdjustment" id="adjustment2">
  11. <property name="lower">0.01</property>
  12. <property name="upper">56</property>
  13. <property name="step_increment">1</property>
  14. <property name="page_increment">10</property>
  15. </object>
  16. <object class="GtkAdjustment" id="adjustment3">
  17. <property name="lower">0.01</property>
  18. <property name="upper">56</property>
  19. <property name="step_increment">1</property>
  20. <property name="page_increment">10</property>
  21. </object>
  22. <object class="GtkAdjustment" id="adjustment4">
  23. <property name="lower">0.01</property>
  24. <property name="upper">56</property>
  25. <property name="step_increment">1</property>
  26. <property name="page_increment">10</property>
  27. </object>
  28. <object class="GtkAdjustment" id="adjustment5">
  29. <property name="lower">0.01</property>
  30. <property name="upper">56</property>
  31. <property name="step_increment">1</property>
  32. <property name="page_increment">10</property>
  33. </object>
  34. <object class="GtkAdjustment" id="adjustment6">
  35. <property name="lower">0.01</property>
  36. <property name="upper">56</property>
  37. <property name="step_increment">1</property>
  38. <property name="page_increment">10</property>
  39. </object>
  40. <object class="GtkAdjustment" id="adjustment7">
  41. <property name="lower">0.01</property>
  42. <property name="upper">56</property>
  43. <property name="step_increment">1</property>
  44. <property name="page_increment">10</property>
  45. </object>
  46. <object class="GtkImage" id="image7">
  47. <property name="visible">True</property>
  48. <property name="can_focus">False</property>
  49. <property name="stock">gtk-go-back</property>
  50. <property name="icon_size">1</property>
  51. </object>
  52. <object class="GtkImage" id="image8">
  53. <property name="visible">True</property>
  54. <property name="can_focus">False</property>
  55. <property name="stock">gtk-go-forward</property>
  56. <property name="icon_size">1</property>
  57. </object>
  58. <!-- n-columns=1 n-rows=1 -->
  59. <object class="GtkGrid" id="TableColumnPage">
  60. <property name="visible">True</property>
  61. <property name="can_focus">False</property>
  62. <property name="hexpand">True</property>
  63. <property name="border_width">6</property>
  64. <property name="row_spacing">6</property>
  65. <child>
  66. <object class="GtkCheckButton" id="adaptwidth">
  67. <property name="label" translatable="yes" context="tablecolumnpage|adaptwidth">Adapt table _width</property>
  68. <property name="visible">True</property>
  69. <property name="can_focus">True</property>
  70. <property name="receives_default">False</property>
  71. <property name="use_underline">True</property>
  72. <property name="xalign">0</property>
  73. <property name="draw_indicator">True</property>
  74. <child internal-child="accessible">
  75. <object class="AtkObject" id="adaptwidth-atkobject">
  76. <property name="AtkObject::accessible-description" translatable="yes" context="tablecolumnpage|extended_tip|adaptwidth">Reduces or increases table width with modified column width.</property>
  77. </object>
  78. </child>
  79. </object>
  80. <packing>
  81. <property name="left_attach">0</property>
  82. <property name="top_attach">0</property>
  83. </packing>
  84. </child>
  85. <child>
  86. <object class="GtkCheckButton" id="adaptcolumns">
  87. <property name="label" translatable="yes" context="tablecolumnpage|adaptcolumns">Ad_just columns proportionally</property>
  88. <property name="visible">True</property>
  89. <property name="can_focus">True</property>
  90. <property name="receives_default">False</property>
  91. <property name="use_underline">True</property>
  92. <property name="xalign">0</property>
  93. <property name="draw_indicator">True</property>
  94. <child internal-child="accessible">
  95. <object class="AtkObject" id="adaptcolumns-atkobject">
  96. <property name="AtkObject::accessible-description" translatable="yes" context="tablecolumnpage|extended_tip|adaptcolumns">If possible, change in column width will be equal for each column.</property>
  97. </object>
  98. </child>
  99. </object>
  100. <packing>
  101. <property name="left_attach">0</property>
  102. <property name="top_attach">1</property>
  103. </packing>
  104. </child>
  105. <child>
  106. <!-- n-columns=1 n-rows=1 -->
  107. <object class="GtkGrid" id="grid14">
  108. <property name="visible">True</property>
  109. <property name="can_focus">False</property>
  110. <property name="column_spacing">12</property>
  111. <child>
  112. <object class="GtkLabel" id="spaceft">
  113. <property name="visible">True</property>
  114. <property name="can_focus">False</property>
  115. <property name="label" translatable="yes" context="tablecolumnpage|spaceft">Remaining space:</property>
  116. <property name="use_underline">True</property>
  117. <property name="mnemonic_widget">space</property>
  118. </object>
  119. <packing>
  120. <property name="left_attach">0</property>
  121. <property name="top_attach">0</property>
  122. </packing>
  123. </child>
  124. <child>
  125. <object class="GtkSpinButton" id="spacefmt">
  126. <property name="can_focus">True</property>
  127. <property name="no_show_all">True</property>
  128. <property name="activates_default">True</property>
  129. <property name="adjustment">adjustment1</property>
  130. <property name="truncate-multiline">True</property>
  131. <property name="digits">2</property>
  132. </object>
  133. <packing>
  134. <property name="left_attach">2</property>
  135. <property name="top_attach">0</property>
  136. </packing>
  137. </child>
  138. <child>
  139. <object class="GtkLabel" id="space">
  140. <property name="visible">True</property>
  141. <property name="can_focus">False</property>
  142. <property name="hexpand">True</property>
  143. <property name="use_underline">True</property>
  144. <property name="selectable">True</property>
  145. <property name="xalign">0</property>
  146. <child internal-child="accessible">
  147. <object class="AtkObject" id="space-atkobject">
  148. <property name="AtkObject::accessible-description" translatable="yes" context="tablecolumnpage|extended_tip|space">Displays the amount of space that is available for adjusting the width of the columns. To set the width of the table, click the Table tab.</property>
  149. <property name="AtkObject::accessible-role">static</property>
  150. </object>
  151. </child>
  152. </object>
  153. <packing>
  154. <property name="left_attach">1</property>
  155. <property name="top_attach">0</property>
  156. </packing>
  157. </child>
  158. </object>
  159. <packing>
  160. <property name="left_attach">0</property>
  161. <property name="top_attach">2</property>
  162. </packing>
  163. </child>
  164. <child>
  165. <object class="GtkFrame" id="frame7">
  166. <property name="visible">True</property>
  167. <property name="can_focus">False</property>
  168. <property name="hexpand">True</property>
  169. <property name="label_xalign">0</property>
  170. <property name="shadow_type">none</property>
  171. <child>
  172. <object class="GtkAlignment" id="alignment7">
  173. <property name="visible">True</property>
  174. <property name="can_focus">False</property>
  175. <property name="hexpand">True</property>
  176. <property name="top_padding">6</property>
  177. <property name="left_padding">12</property>
  178. <child>
  179. <!-- n-columns=1 n-rows=1 -->
  180. <object class="GtkGrid" id="grid17">
  181. <property name="visible">True</property>
  182. <property name="can_focus">False</property>
  183. <property name="hexpand">True</property>
  184. <property name="row_spacing">6</property>
  185. <property name="column_spacing">12</property>
  186. <child>
  187. <object class="GtkSpinButton" id="width2">
  188. <property name="sensitive">False</property>
  189. <property name="can_focus">True</property>
  190. <property name="halign">center</property>
  191. <property name="hexpand">True</property>
  192. <property name="activates_default">True</property>
  193. <property name="adjustment">adjustment3</property>
  194. <property name="digits">2</property>
  195. <property name="truncate-multiline">True</property>
  196. <child internal-child="accessible">
  197. <object class="AtkObject" id="width2-atkobject">
  198. <property name="AtkObject::accessible-name" translatable="yes" context="tablecolumnpage|width2-atkobject">Column 2 Width</property>
  199. <property name="AtkObject::accessible-description" translatable="yes" context="tablecolumnpage|extended_tip|width2">Enter the width that you want for the column.</property>
  200. </object>
  201. </child>
  202. </object>
  203. <packing>
  204. <property name="left_attach">2</property>
  205. <property name="top_attach">1</property>
  206. <property name="width">2</property>
  207. </packing>
  208. </child>
  209. <child>
  210. <object class="GtkSpinButton" id="width3">
  211. <property name="sensitive">False</property>
  212. <property name="can_focus">True</property>
  213. <property name="halign">center</property>
  214. <property name="hexpand">True</property>
  215. <property name="activates_default">True</property>
  216. <property name="adjustment">adjustment4</property>
  217. <property name="digits">2</property>
  218. <property name="truncate-multiline">True</property>
  219. <child internal-child="accessible">
  220. <object class="AtkObject" id="width3-atkobject">
  221. <property name="AtkObject::accessible-name" translatable="yes" context="tablecolumnpage|width3-atkobject">Column 3 Width</property>
  222. <property name="AtkObject::accessible-description" translatable="yes" context="tablecolumnpage|extended_tip|width3">Enter the width that you want for the column.</property>
  223. </object>
  224. </child>
  225. </object>
  226. <packing>
  227. <property name="left_attach">4</property>
  228. <property name="top_attach">1</property>
  229. <property name="width">2</property>
  230. </packing>
  231. </child>
  232. <child>
  233. <object class="GtkSpinButton" id="width4">
  234. <property name="sensitive">False</property>
  235. <property name="can_focus">True</property>
  236. <property name="halign">center</property>
  237. <property name="hexpand">True</property>
  238. <property name="activates_default">True</property>
  239. <property name="adjustment">adjustment5</property>
  240. <property name="digits">2</property>
  241. <property name="truncate-multiline">True</property>
  242. <child internal-child="accessible">
  243. <object class="AtkObject" id="width4-atkobject">
  244. <property name="AtkObject::accessible-name" translatable="yes" context="tablecolumnpage|width4-atkobject">Column 4 Width</property>
  245. <property name="AtkObject::accessible-description" translatable="yes" context="tablecolumnpage|extended_tip|width4">Enter the width that you want for the column.</property>
  246. </object>
  247. </child>
  248. </object>
  249. <packing>
  250. <property name="left_attach">6</property>
  251. <property name="top_attach">1</property>
  252. <property name="width">2</property>
  253. </packing>
  254. </child>
  255. <child>
  256. <object class="GtkSpinButton" id="width5">
  257. <property name="sensitive">False</property>
  258. <property name="can_focus">True</property>
  259. <property name="halign">center</property>
  260. <property name="hexpand">True</property>
  261. <property name="activates_default">True</property>
  262. <property name="adjustment">adjustment6</property>
  263. <property name="digits">2</property>
  264. <property name="truncate-multiline">True</property>
  265. <child internal-child="accessible">
  266. <object class="AtkObject" id="width5-atkobject">
  267. <property name="AtkObject::accessible-name" translatable="yes" context="tablecolumnpage|width5-atkobject">Column 5 Width</property>
  268. <property name="AtkObject::accessible-description" translatable="yes" context="tablecolumnpage|extended_tip|width5">Enter the width that you want for the column.</property>
  269. </object>
  270. </child>
  271. </object>
  272. <packing>
  273. <property name="left_attach">8</property>
  274. <property name="top_attach">1</property>
  275. <property name="width">2</property>
  276. </packing>
  277. </child>
  278. <child>
  279. <object class="GtkSpinButton" id="width6">
  280. <property name="sensitive">False</property>
  281. <property name="can_focus">True</property>
  282. <property name="halign">center</property>
  283. <property name="hexpand">True</property>
  284. <property name="activates_default">True</property>
  285. <property name="adjustment">adjustment7</property>
  286. <property name="digits">2</property>
  287. <property name="truncate-multiline">True</property>
  288. <child internal-child="accessible">
  289. <object class="AtkObject" id="width6-atkobject">
  290. <property name="AtkObject::accessible-name" translatable="yes" context="tablecolumnpage|width6-atkobject">Column 6 Width</property>
  291. <property name="AtkObject::accessible-description" translatable="yes" context="tablecolumnpage|extended_tip|width6">Enter the width that you want for the column.</property>
  292. </object>
  293. </child>
  294. </object>
  295. <packing>
  296. <property name="left_attach">10</property>
  297. <property name="top_attach">1</property>
  298. <property name="width">2</property>
  299. </packing>
  300. </child>
  301. <child>
  302. <object class="GtkLabel" id="6">
  303. <property name="sensitive">False</property>
  304. <property name="can_focus">False</property>
  305. <property name="hexpand">True</property>
  306. <property name="label">_6</property>
  307. <property name="use_underline">True</property>
  308. <property name="mnemonic_widget">width6</property>
  309. </object>
  310. <packing>
  311. <property name="left_attach">10</property>
  312. <property name="top_attach">0</property>
  313. </packing>
  314. </child>
  315. <child>
  316. <object class="GtkLabel" id="1">
  317. <property name="sensitive">False</property>
  318. <property name="can_focus">False</property>
  319. <property name="hexpand">True</property>
  320. <property name="label">_1</property>
  321. <property name="use_underline">True</property>
  322. <property name="mnemonic_widget">width1</property>
  323. </object>
  324. <packing>
  325. <property name="left_attach">1</property>
  326. <property name="top_attach">0</property>
  327. </packing>
  328. </child>
  329. <child>
  330. <object class="GtkLabel" id="2">
  331. <property name="sensitive">False</property>
  332. <property name="can_focus">False</property>
  333. <property name="hexpand">True</property>
  334. <property name="label">_2</property>
  335. <property name="use_underline">True</property>
  336. <property name="mnemonic_widget">width2</property>
  337. </object>
  338. <packing>
  339. <property name="left_attach">2</property>
  340. <property name="top_attach">0</property>
  341. <property name="width">2</property>
  342. </packing>
  343. </child>
  344. <child>
  345. <object class="GtkLabel" id="3">
  346. <property name="sensitive">False</property>
  347. <property name="can_focus">False</property>
  348. <property name="hexpand">True</property>
  349. <property name="label">_3</property>
  350. <property name="use_underline">True</property>
  351. <property name="mnemonic_widget">width3</property>
  352. </object>
  353. <packing>
  354. <property name="left_attach">4</property>
  355. <property name="top_attach">0</property>
  356. <property name="width">2</property>
  357. </packing>
  358. </child>
  359. <child>
  360. <object class="GtkLabel" id="5">
  361. <property name="sensitive">False</property>
  362. <property name="can_focus">False</property>
  363. <property name="hexpand">True</property>
  364. <property name="label">_5</property>
  365. <property name="use_underline">True</property>
  366. <property name="mnemonic_widget">width5</property>
  367. </object>
  368. <packing>
  369. <property name="left_attach">8</property>
  370. <property name="top_attach">0</property>
  371. <property name="width">2</property>
  372. </packing>
  373. </child>
  374. <child>
  375. <object class="GtkLabel" id="4">
  376. <property name="sensitive">False</property>
  377. <property name="can_focus">False</property>
  378. <property name="hexpand">True</property>
  379. <property name="label">_4</property>
  380. <property name="use_underline">True</property>
  381. <property name="mnemonic_widget">width4</property>
  382. </object>
  383. <packing>
  384. <property name="left_attach">6</property>
  385. <property name="top_attach">0</property>
  386. <property name="width">2</property>
  387. </packing>
  388. </child>
  389. <child>
  390. <object class="GtkSpinButton" id="width1">
  391. <property name="sensitive">False</property>
  392. <property name="can_focus">True</property>
  393. <property name="halign">center</property>
  394. <property name="hexpand">True</property>
  395. <property name="activates_default">True</property>
  396. <property name="adjustment">adjustment2</property>
  397. <property name="digits">2</property>
  398. <property name="truncate-multiline">True</property>
  399. <child internal-child="accessible">
  400. <object class="AtkObject" id="width1-atkobject">
  401. <property name="AtkObject::accessible-name" translatable="yes" context="tablecolumnpage|width1-atkobject">Column 1 Width</property>
  402. <property name="AtkObject::accessible-description" translatable="yes" context="tablecolumnpage|extended_tip|width1">Enter the width that you want for the column.</property>
  403. </object>
  404. </child>
  405. </object>
  406. <packing>
  407. <property name="left_attach">0</property>
  408. <property name="top_attach">1</property>
  409. <property name="width">2</property>
  410. </packing>
  411. </child>
  412. <child>
  413. <object class="GtkButton" id="back">
  414. <property name="visible">True</property>
  415. <property name="sensitive">False</property>
  416. <property name="can_focus">True</property>
  417. <property name="receives_default">True</property>
  418. <property name="halign">start</property>
  419. <property name="image">image7</property>
  420. <property name="always_show_image">True</property>
  421. <child internal-child="accessible">
  422. <object class="AtkObject" id="back-atkobject">
  423. <property name="AtkObject::accessible-description" translatable="yes" context="tablecolumnpage|extended_tip|back">Displays the table columns found to the left of the current column.</property>
  424. </object>
  425. </child>
  426. </object>
  427. <packing>
  428. <property name="left_attach">0</property>
  429. <property name="top_attach">0</property>
  430. </packing>
  431. </child>
  432. <child>
  433. <object class="GtkButton" id="next">
  434. <property name="visible">True</property>
  435. <property name="sensitive">False</property>
  436. <property name="can_focus">True</property>
  437. <property name="receives_default">True</property>
  438. <property name="halign">end</property>
  439. <property name="image">image8</property>
  440. <property name="always_show_image">True</property>
  441. <child internal-child="accessible">
  442. <object class="AtkObject" id="next-atkobject">
  443. <property name="AtkObject::accessible-description" translatable="yes" context="tablecolumnpage|extended_tip|next">Displays the table columns found to the right of the current column.</property>
  444. </object>
  445. </child>
  446. </object>
  447. <packing>
  448. <property name="left_attach">11</property>
  449. <property name="top_attach">0</property>
  450. </packing>
  451. </child>
  452. </object>
  453. </child>
  454. </object>
  455. </child>
  456. <child type="label">
  457. <object class="GtkLabel" id="label26">
  458. <property name="visible">True</property>
  459. <property name="can_focus">False</property>
  460. <property name="label" translatable="yes" context="tablecolumnpage|label26">Column Width</property>
  461. <attributes>
  462. <attribute name="weight" value="bold"/>
  463. </attributes>
  464. </object>
  465. </child>
  466. </object>
  467. <packing>
  468. <property name="left_attach">0</property>
  469. <property name="top_attach">3</property>
  470. </packing>
  471. </child>
  472. </object>
  473. </interface>