dockingwatch.ui 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="basctl">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkImage" id="image1">
  6. <property name="visible">True</property>
  7. <property name="can_focus">False</property>
  8. <property name="icon_name">res/baswatr.png</property>
  9. <property name="icon_size">2</property>
  10. </object>
  11. <object class="GtkTreeStore" id="liststore1">
  12. <columns>
  13. <!-- column-name text -->
  14. <column type="gchararray"/>
  15. <!-- column-name text1 -->
  16. <column type="gchararray"/>
  17. <!-- column-name text2 -->
  18. <column type="gchararray"/>
  19. <!-- column-name id -->
  20. <column type="gchararray"/>
  21. </columns>
  22. </object>
  23. <!-- n-columns=1 n-rows=1 -->
  24. <object class="GtkGrid" id="DockingWatch">
  25. <property name="visible">True</property>
  26. <property name="can_focus">False</property>
  27. <property name="hexpand">True</property>
  28. <property name="vexpand">True</property>
  29. <property name="row_spacing">6</property>
  30. <property name="column_spacing">12</property>
  31. <child>
  32. <!-- n-columns=1 n-rows=1 -->
  33. <object class="GtkGrid" id="titlearea">
  34. <property name="visible">True</property>
  35. <property name="can_focus">False</property>
  36. <property name="hexpand">True</property>
  37. <property name="column_spacing">6</property>
  38. <child>
  39. <object class="GtkButton" id="remove">
  40. <property name="visible">True</property>
  41. <property name="can_focus">True</property>
  42. <property name="receives_default">True</property>
  43. <property name="image">image1</property>
  44. <property name="use_underline">True</property>
  45. <property name="always_show_image">True</property>
  46. </object>
  47. <packing>
  48. <property name="left_attach">2</property>
  49. <property name="top_attach">0</property>
  50. </packing>
  51. </child>
  52. <child>
  53. <object class="GtkEntry" id="edit">
  54. <property name="visible">True</property>
  55. <property name="can_focus">True</property>
  56. <property name="valign">center</property>
  57. <property name="truncate-multiline">True</property>
  58. <property name="vexpand">False</property>
  59. </object>
  60. <packing>
  61. <property name="left_attach">1</property>
  62. <property name="top_attach">0</property>
  63. </packing>
  64. </child>
  65. <child>
  66. <object class="GtkLabel" id="title">
  67. <property name="visible">True</property>
  68. <property name="can_focus">False</property>
  69. <property name="use_underline">True</property>
  70. <property name="mnemonic_widget">edit</property>
  71. </object>
  72. <packing>
  73. <property name="left_attach">0</property>
  74. <property name="top_attach">0</property>
  75. </packing>
  76. </child>
  77. </object>
  78. <packing>
  79. <property name="left_attach">0</property>
  80. <property name="top_attach">0</property>
  81. </packing>
  82. </child>
  83. <child>
  84. <object class="GtkBox">
  85. <property name="visible">True</property>
  86. <property name="can_focus">False</property>
  87. <property name="hexpand">True</property>
  88. <property name="vexpand">True</property>
  89. <property name="orientation">vertical</property>
  90. <child>
  91. <object class="GtkScrolledWindow">
  92. <property name="visible">True</property>
  93. <property name="can_focus">True</property>
  94. <property name="hexpand">True</property>
  95. <property name="vexpand">True</property>
  96. <property name="shadow_type">in</property>
  97. <child>
  98. <object class="GtkTreeView" id="treeview">
  99. <property name="visible">True</property>
  100. <property name="can_focus">True</property>
  101. <property name="receives_default">True</property>
  102. <property name="hexpand">True</property>
  103. <property name="vexpand">True</property>
  104. <property name="model">liststore1</property>
  105. <property name="search_column">1</property>
  106. <property name="enable_tree_lines">True</property>
  107. <child internal-child="selection">
  108. <object class="GtkTreeSelection"/>
  109. </child>
  110. <child>
  111. <object class="GtkTreeViewColumn" id="treeviewcolumn1">
  112. <property name="resizable">True</property>
  113. <property name="title" translatable="yes" context="dockingwatch|RID_STR_WATCHVARIABLE">Variable</property>
  114. <child>
  115. <object class="GtkCellRendererText" id="cellrenderertext1"/>
  116. <attributes>
  117. <attribute name="text">0</attribute>
  118. </attributes>
  119. </child>
  120. </object>
  121. </child>
  122. <child>
  123. <object class="GtkTreeViewColumn" id="treeviewcolumn2">
  124. <property name="resizable">True</property>
  125. <property name="title" translatable="yes" context="dockingwatch|RID_STR_WATCHVALUE">Value</property>
  126. <child>
  127. <object class="GtkCellRendererText" id="cellrenderertext2">
  128. <property name="editable">True</property>
  129. </object>
  130. <attributes>
  131. <attribute name="text">1</attribute>
  132. </attributes>
  133. </child>
  134. </object>
  135. </child>
  136. <child>
  137. <object class="GtkTreeViewColumn" id="treeviewcolumn3">
  138. <property name="resizable">True</property>
  139. <property name="title" translatable="yes" context="dockingwatch|RID_STR_WATCHTYPE">Type</property>
  140. <child>
  141. <object class="GtkCellRendererText" id="cellrenderertext3"/>
  142. <attributes>
  143. <attribute name="text">2</attribute>
  144. </attributes>
  145. </child>
  146. </object>
  147. </child>
  148. </object>
  149. </child>
  150. </object>
  151. <packing>
  152. <property name="expand">True</property>
  153. <property name="fill">True</property>
  154. <property name="position">0</property>
  155. </packing>
  156. </child>
  157. </object>
  158. <packing>
  159. <property name="left_attach">0</property>
  160. <property name="top_attach">1</property>
  161. </packing>
  162. </child>
  163. </object>
  164. </interface>