converttexttable.ui 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  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="lower">1</property>
  7. <property name="upper">1000</property>
  8. <property name="value">1</property>
  9. <property name="step_increment">1</property>
  10. <property name="page_increment">10</property>
  11. </object>
  12. <object class="GtkDialog" id="ConvertTextTableDialog">
  13. <property name="can_focus">False</property>
  14. <property name="border_width">6</property>
  15. <property name="title" translatable="yes" context="converttexttable|ConvertTextTableDialog">Convert Table to Text</property>
  16. <property name="modal">True</property>
  17. <property name="default_width">0</property>
  18. <property name="default_height">0</property>
  19. <property name="type_hint">dialog</property>
  20. <child internal-child="vbox">
  21. <object class="GtkBox" id="dialog-vbox1">
  22. <property name="can_focus">False</property>
  23. <property name="orientation">vertical</property>
  24. <property name="spacing">12</property>
  25. <child internal-child="action_area">
  26. <object class="GtkButtonBox" id="dialog-action_area1">
  27. <property name="can_focus">False</property>
  28. <property name="layout_style">end</property>
  29. <child>
  30. <object class="GtkButton" id="ok">
  31. <property name="label">gtk-ok</property>
  32. <property name="visible">True</property>
  33. <property name="can_focus">True</property>
  34. <property name="can_default">True</property>
  35. <property name="has_default">True</property>
  36. <property name="receives_default">True</property>
  37. <property name="use_stock">True</property>
  38. </object>
  39. <packing>
  40. <property name="expand">False</property>
  41. <property name="fill">True</property>
  42. <property name="position">0</property>
  43. </packing>
  44. </child>
  45. <child>
  46. <object class="GtkButton" id="cancel">
  47. <property name="label">gtk-cancel</property>
  48. <property name="visible">True</property>
  49. <property name="can_focus">True</property>
  50. <property name="receives_default">True</property>
  51. <property name="use_stock">True</property>
  52. </object>
  53. <packing>
  54. <property name="expand">False</property>
  55. <property name="fill">True</property>
  56. <property name="position">1</property>
  57. </packing>
  58. </child>
  59. <child>
  60. <object class="GtkButton" id="help">
  61. <property name="label">gtk-help</property>
  62. <property name="visible">True</property>
  63. <property name="can_focus">True</property>
  64. <property name="receives_default">True</property>
  65. <property name="use_stock">True</property>
  66. </object>
  67. <packing>
  68. <property name="expand">False</property>
  69. <property name="fill">True</property>
  70. <property name="position">2</property>
  71. <property name="secondary">True</property>
  72. </packing>
  73. </child>
  74. </object>
  75. <packing>
  76. <property name="expand">False</property>
  77. <property name="fill">True</property>
  78. <property name="pack_type">end</property>
  79. <property name="position">0</property>
  80. </packing>
  81. </child>
  82. <child>
  83. <object class="GtkBox" id="box1">
  84. <property name="visible">True</property>
  85. <property name="can_focus">False</property>
  86. <property name="orientation">vertical</property>
  87. <property name="spacing">12</property>
  88. <child>
  89. <object class="GtkFrame" id="frame1">
  90. <property name="visible">True</property>
  91. <property name="can_focus">False</property>
  92. <property name="label_xalign">0</property>
  93. <property name="shadow_type">none</property>
  94. <child>
  95. <object class="GtkAlignment" id="alignment1">
  96. <property name="visible">True</property>
  97. <property name="can_focus">False</property>
  98. <property name="halign">start</property>
  99. <property name="valign">start</property>
  100. <property name="top_padding">6</property>
  101. <property name="left_padding">12</property>
  102. <child>
  103. <!-- n-columns=1 n-rows=1 -->
  104. <object class="GtkGrid" id="grid1">
  105. <property name="visible">True</property>
  106. <property name="can_focus">False</property>
  107. <property name="halign">start</property>
  108. <property name="valign">start</property>
  109. <property name="row_spacing">6</property>
  110. <property name="column_spacing">12</property>
  111. <child>
  112. <object class="GtkRadioButton" id="tabs">
  113. <property name="label" translatable="yes" context="converttexttable|tabs">Tabs</property>
  114. <property name="visible">True</property>
  115. <property name="can_focus">True</property>
  116. <property name="receives_default">False</property>
  117. <property name="relief">half</property>
  118. <property name="use_underline">True</property>
  119. <property name="xalign">0</property>
  120. <property name="active">True</property>
  121. <property name="draw_indicator">True</property>
  122. <child internal-child="accessible">
  123. <object class="AtkObject" id="tabs-atkobject">
  124. <property name="AtkObject::accessible-description" translatable="yes" context="converttexttable|extended_tip|tabs">Converts the text to a table using tabs as column markers.</property>
  125. </object>
  126. </child>
  127. </object>
  128. <packing>
  129. <property name="left_attach">0</property>
  130. <property name="top_attach">0</property>
  131. </packing>
  132. </child>
  133. <child>
  134. <object class="GtkRadioButton" id="semicolons">
  135. <property name="label" translatable="yes" context="converttexttable|semicolons">Semicolons</property>
  136. <property name="visible">True</property>
  137. <property name="can_focus">True</property>
  138. <property name="receives_default">False</property>
  139. <property name="use_underline">True</property>
  140. <property name="xalign">0</property>
  141. <property name="draw_indicator">True</property>
  142. <property name="group">tabs</property>
  143. <child internal-child="accessible">
  144. <object class="AtkObject" id="semicolons-atkobject">
  145. <property name="AtkObject::accessible-description" translatable="yes" context="converttexttable|extended_tip|semicolons">Converts the text to a table using semi-colons (;) as column markers.</property>
  146. </object>
  147. </child>
  148. </object>
  149. <packing>
  150. <property name="left_attach">1</property>
  151. <property name="top_attach">0</property>
  152. <property name="width">2</property>
  153. </packing>
  154. </child>
  155. <child>
  156. <object class="GtkRadioButton" id="paragraph">
  157. <property name="label" translatable="yes" context="converttexttable|paragraph">Paragraph</property>
  158. <property name="visible">True</property>
  159. <property name="can_focus">True</property>
  160. <property name="receives_default">False</property>
  161. <property name="use_underline">True</property>
  162. <property name="xalign">0</property>
  163. <property name="draw_indicator">True</property>
  164. <property name="group">tabs</property>
  165. <child internal-child="accessible">
  166. <object class="AtkObject" id="paragraph-atkobject">
  167. <property name="AtkObject::accessible-description" translatable="yes" context="converttexttable|extended_tip|paragraph">Converts the text to a table using paragraphs as column markers.</property>
  168. </object>
  169. </child>
  170. </object>
  171. <packing>
  172. <property name="left_attach">0</property>
  173. <property name="top_attach">1</property>
  174. </packing>
  175. </child>
  176. <child>
  177. <object class="GtkRadioButton" id="other">
  178. <property name="label" translatable="yes" context="converttexttable|other">Other:</property>
  179. <property name="visible">True</property>
  180. <property name="can_focus">True</property>
  181. <property name="receives_default">False</property>
  182. <property name="use_underline">True</property>
  183. <property name="xalign">0</property>
  184. <property name="draw_indicator">True</property>
  185. <property name="group">tabs</property>
  186. <accessibility>
  187. <relation type="label-for" target="othered"/>
  188. </accessibility>
  189. <child internal-child="accessible">
  190. <object class="AtkObject" id="other-atkobject">
  191. <property name="AtkObject::accessible-description" translatable="yes" context="converttexttable|extended_tip|other">Converts the text to a table using the character that you type in the box as a column marker.</property>
  192. </object>
  193. </child>
  194. </object>
  195. <packing>
  196. <property name="left_attach">1</property>
  197. <property name="top_attach">1</property>
  198. </packing>
  199. </child>
  200. <child>
  201. <object class="GtkEntry" id="othered">
  202. <property name="visible">True</property>
  203. <property name="can_focus">True</property>
  204. <property name="max_length">1</property>
  205. <property name="activates_default">True</property>
  206. <property name="width_chars">1</property>
  207. <property name="max_width_chars">1</property>
  208. <property name="text" translatable="yes" context="converttexttable|othered">,</property>
  209. <accessibility>
  210. <relation type="labelled-by" target="other"/>
  211. </accessibility>
  212. <property name="truncate-multiline">True</property>
  213. <child internal-child="accessible">
  214. <object class="AtkObject" id="othered-atkobject">
  215. <property name="AtkObject::accessible-name" translatable="yes" context="converttexttable|othered-atkobject">Symbol</property>
  216. <property name="AtkObject::accessible-description" translatable="yes" context="converttexttable|extended_tip|othered">Type the character that you want to use as a column marker.</property>
  217. </object>
  218. </child>
  219. </object>
  220. <packing>
  221. <property name="left_attach">2</property>
  222. <property name="top_attach">1</property>
  223. </packing>
  224. </child>
  225. <child>
  226. <object class="GtkCheckButton" id="keepcolumn">
  227. <property name="label" translatable="yes" context="converttexttable|keepcolumn">Equal width for all columns</property>
  228. <property name="can_focus">True</property>
  229. <property name="receives_default">False</property>
  230. <property name="use_underline">True</property>
  231. <property name="xalign">0</property>
  232. <property name="active">True</property>
  233. <property name="draw_indicator">True</property>
  234. <child internal-child="accessible">
  235. <object class="AtkObject" id="keepcolumn-atkobject">
  236. <property name="AtkObject::accessible-description" translatable="yes" context="converttexttable|extended_tip|keepcolumn">Creates columns of equal width, regardless of the position of the column marker.</property>
  237. </object>
  238. </child>
  239. </object>
  240. <packing>
  241. <property name="left_attach">0</property>
  242. <property name="top_attach">2</property>
  243. <property name="width">3</property>
  244. </packing>
  245. </child>
  246. </object>
  247. </child>
  248. </object>
  249. </child>
  250. <child type="label">
  251. <object class="GtkLabel" id="label1">
  252. <property name="visible">True</property>
  253. <property name="can_focus">False</property>
  254. <property name="label" translatable="yes" context="converttexttable|label1">Separate Text At</property>
  255. <attributes>
  256. <attribute name="weight" value="bold"/>
  257. </attributes>
  258. </object>
  259. </child>
  260. </object>
  261. <packing>
  262. <property name="expand">False</property>
  263. <property name="fill">True</property>
  264. <property name="position">0</property>
  265. </packing>
  266. </child>
  267. <child>
  268. <object class="GtkFrame" id="options">
  269. <property name="visible">True</property>
  270. <property name="can_focus">False</property>
  271. <property name="label_xalign">0</property>
  272. <property name="shadow_type">none</property>
  273. <child>
  274. <object class="GtkAlignment" id="alignment2">
  275. <property name="visible">True</property>
  276. <property name="can_focus">False</property>
  277. <property name="top_padding">6</property>
  278. <property name="left_padding">12</property>
  279. <child>
  280. <!-- n-columns=1 n-rows=1 -->
  281. <object class="GtkGrid" id="grid3">
  282. <property name="visible">True</property>
  283. <property name="can_focus">False</property>
  284. <property name="row_spacing">6</property>
  285. <property name="column_spacing">12</property>
  286. <child>
  287. <object class="GtkCheckButton" id="headingcb">
  288. <property name="label" translatable="yes" context="converttexttable|headingcb">Heading</property>
  289. <property name="visible">True</property>
  290. <property name="can_focus">True</property>
  291. <property name="receives_default">False</property>
  292. <property name="use_underline">True</property>
  293. <property name="xalign">0</property>
  294. <property name="draw_indicator">True</property>
  295. <child internal-child="accessible">
  296. <object class="AtkObject" id="headingcb-atkobject">
  297. <property name="AtkObject::accessible-description" translatable="yes" context="converttexttable|extended_tip|headingcb">Formats the first row of the new table as a heading.</property>
  298. </object>
  299. </child>
  300. </object>
  301. <packing>
  302. <property name="left_attach">0</property>
  303. <property name="top_attach">0</property>
  304. </packing>
  305. </child>
  306. <child>
  307. <object class="GtkCheckButton" id="repeatheading">
  308. <property name="label" translatable="yes" context="converttexttable|repeatheading">Repeat heading</property>
  309. <property name="visible">True</property>
  310. <property name="can_focus">True</property>
  311. <property name="receives_default">False</property>
  312. <property name="margin_left">12</property>
  313. <property name="use_underline">True</property>
  314. <property name="xalign">0</property>
  315. <property name="active">True</property>
  316. <property name="draw_indicator">True</property>
  317. <child internal-child="accessible">
  318. <object class="AtkObject" id="repeatheading-atkobject">
  319. <property name="AtkObject::accessible-description" translatable="yes" context="converttexttable|extended_tip|repeatheading">Repeats the table header on each page that the table spans.</property>
  320. </object>
  321. </child>
  322. </object>
  323. <packing>
  324. <property name="left_attach">0</property>
  325. <property name="top_attach">1</property>
  326. </packing>
  327. </child>
  328. <child>
  329. <object class="GtkCheckButton" id="dontsplitcb">
  330. <property name="label" translatable="yes" context="converttexttable|dontsplitcb">Don't split table</property>
  331. <property name="visible">True</property>
  332. <property name="can_focus">True</property>
  333. <property name="receives_default">False</property>
  334. <property name="use_underline">True</property>
  335. <property name="xalign">0</property>
  336. <property name="draw_indicator">True</property>
  337. <child internal-child="accessible">
  338. <object class="AtkObject" id="dontsplitcb-atkobject">
  339. <property name="AtkObject::accessible-description" translatable="yes" context="converttexttable|extended_tip|dontsplitcb">Does not divide the table across pages.</property>
  340. </object>
  341. </child>
  342. </object>
  343. <packing>
  344. <property name="left_attach">0</property>
  345. <property name="top_attach">3</property>
  346. </packing>
  347. </child>
  348. <child>
  349. <!-- n-columns=1 n-rows=1 -->
  350. <object class="GtkGrid" id="repeatrows">
  351. <property name="visible">True</property>
  352. <property name="can_focus">False</property>
  353. <property name="halign">start</property>
  354. <property name="margin_left">24</property>
  355. <property name="column_spacing">12</property>
  356. <child>
  357. <object class="GtkLabel" id="label3">
  358. <property name="visible">True</property>
  359. <property name="can_focus">False</property>
  360. <property name="label" translatable="yes" context="converttexttable|label3">The first </property>
  361. <property name="use_underline">True</property>
  362. <property name="mnemonic_widget">repeatheadersb</property>
  363. </object>
  364. <packing>
  365. <property name="left_attach">0</property>
  366. <property name="top_attach">0</property>
  367. </packing>
  368. </child>
  369. <child>
  370. <object class="GtkLabel" id="label4">
  371. <property name="visible">True</property>
  372. <property name="can_focus">False</property>
  373. <property name="label" translatable="yes" context="converttexttable|label4">rows</property>
  374. </object>
  375. <packing>
  376. <property name="left_attach">2</property>
  377. <property name="top_attach">0</property>
  378. </packing>
  379. </child>
  380. <child>
  381. <object class="GtkSpinButton" id="repeatheadersb">
  382. <property name="visible">True</property>
  383. <property name="can_focus">True</property>
  384. <property name="activates_default">True</property>
  385. <property name="shadow_type">out</property>
  386. <property name="truncate-multiline">True</property>
  387. <property name="adjustment">adjustment1</property>
  388. </object>
  389. <packing>
  390. <property name="left_attach">1</property>
  391. <property name="top_attach">0</property>
  392. </packing>
  393. </child>
  394. </object>
  395. <packing>
  396. <property name="left_attach">0</property>
  397. <property name="top_attach">2</property>
  398. </packing>
  399. </child>
  400. <child>
  401. <object class="GtkButton" id="autofmt">
  402. <property name="label" translatable="yes" context="converttexttable|autofmt">AutoFormat...</property>
  403. <property name="can_focus">True</property>
  404. <property name="receives_default">True</property>
  405. <child internal-child="accessible">
  406. <object class="AtkObject" id="autofmt-atkobject">
  407. <property name="AtkObject::accessible-description" translatable="yes" context="converttexttable|extended_tip|autofmt">Opens the AutoFormat dialog, where you can select a predefined layout for table.</property>
  408. </object>
  409. </child>
  410. </object>
  411. <packing>
  412. <property name="left_attach">0</property>
  413. <property name="top_attach">4</property>
  414. </packing>
  415. </child>
  416. </object>
  417. </child>
  418. </object>
  419. </child>
  420. <child type="label">
  421. <object class="GtkLabel" id="label2">
  422. <property name="visible">True</property>
  423. <property name="can_focus">False</property>
  424. <property name="label" translatable="yes" context="converttexttable|label2">Options</property>
  425. <attributes>
  426. <attribute name="weight" value="bold"/>
  427. </attributes>
  428. </object>
  429. </child>
  430. </object>
  431. <packing>
  432. <property name="expand">False</property>
  433. <property name="fill">True</property>
  434. <property name="position">1</property>
  435. </packing>
  436. </child>
  437. </object>
  438. <packing>
  439. <property name="expand">False</property>
  440. <property name="fill">True</property>
  441. <property name="position">1</property>
  442. </packing>
  443. </child>
  444. </object>
  445. </child>
  446. <action-widgets>
  447. <action-widget response="-5">ok</action-widget>
  448. <action-widget response="-6">cancel</action-widget>
  449. <action-widget response="-11">help</action-widget>
  450. </action-widgets>
  451. <child type="titlebar">
  452. <placeholder/>
  453. </child>
  454. <child internal-child="accessible">
  455. <object class="AtkObject" id="ConvertTextTableDialog-atkobject">
  456. <property name="AtkObject::accessible-description" translatable="yes" context="converttexttable|extended_tip|ConvertTextTableDialog">Converts the selected text into a table, or the selected table into text.</property>
  457. </object>
  458. </child>
  459. </object>
  460. </interface>