remotedialog.ui 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sd">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="RemoteDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="remotedialog|RemoteDialog">Impress Remote</property>
  9. <property name="modal">True</property>
  10. <property name="default_width">0</property>
  11. <property name="default_height">0</property>
  12. <property name="type_hint">dialog</property>
  13. <child internal-child="vbox">
  14. <object class="GtkBox" id="dialog-vbox1">
  15. <property name="can_focus">False</property>
  16. <property name="orientation">vertical</property>
  17. <property name="spacing">12</property>
  18. <child internal-child="action_area">
  19. <object class="GtkButtonBox" id="dialog-action_area1">
  20. <property name="can_focus">False</property>
  21. <property name="margin_top">5</property>
  22. <property name="layout_style">end</property>
  23. <child>
  24. <object class="GtkButton" id="ok">
  25. <property name="label">gtk-connect</property>
  26. <property name="visible">True</property>
  27. <property name="can_focus">True</property>
  28. <property name="can_default">True</property>
  29. <property name="has_default">True</property>
  30. <property name="receives_default">True</property>
  31. <property name="use_stock">True</property>
  32. </object>
  33. <packing>
  34. <property name="expand">False</property>
  35. <property name="fill">True</property>
  36. <property name="position">0</property>
  37. </packing>
  38. </child>
  39. <child>
  40. <object class="GtkButton" id="cancel">
  41. <property name="label">gtk-close</property>
  42. <property name="visible">True</property>
  43. <property name="can_focus">True</property>
  44. <property name="receives_default">True</property>
  45. <property name="use_stock">True</property>
  46. </object>
  47. <packing>
  48. <property name="expand">False</property>
  49. <property name="fill">True</property>
  50. <property name="position">1</property>
  51. </packing>
  52. </child>
  53. <child>
  54. <object class="GtkButton" id="help">
  55. <property name="label">gtk-help</property>
  56. <property name="visible">True</property>
  57. <property name="can_focus">True</property>
  58. <property name="receives_default">True</property>
  59. <property name="use_stock">True</property>
  60. </object>
  61. <packing>
  62. <property name="expand">False</property>
  63. <property name="fill">True</property>
  64. <property name="position">2</property>
  65. <property name="secondary">True</property>
  66. </packing>
  67. </child>
  68. </object>
  69. <packing>
  70. <property name="expand">False</property>
  71. <property name="fill">True</property>
  72. <property name="pack_type">end</property>
  73. <property name="position">0</property>
  74. </packing>
  75. </child>
  76. <child>
  77. <object class="GtkFrame" id="frame1">
  78. <property name="visible">True</property>
  79. <property name="can_focus">False</property>
  80. <property name="hexpand">True</property>
  81. <property name="vexpand">True</property>
  82. <property name="label_xalign">0</property>
  83. <property name="shadow_type">none</property>
  84. <child>
  85. <object class="GtkAlignment" id="alignment1">
  86. <property name="visible">True</property>
  87. <property name="can_focus">False</property>
  88. <property name="top_padding">6</property>
  89. <property name="bottom_padding">6</property>
  90. <property name="left_padding">12</property>
  91. <property name="right_padding">12</property>
  92. <child>
  93. <object class="GtkScrolledWindow" id="scroll">
  94. <property name="visible">True</property>
  95. <property name="can_focus">True</property>
  96. <property name="hexpand">True</property>
  97. <property name="vexpand">True</property>
  98. <property name="hscrollbar_policy">never</property>
  99. <property name="shadow_type">in</property>
  100. <child>
  101. <object class="GtkViewport">
  102. <property name="visible">True</property>
  103. <property name="can_focus">False</property>
  104. <child>
  105. <object class="GtkBox">
  106. <property name="visible">True</property>
  107. <property name="can_focus">False</property>
  108. <property name="hexpand">True</property>
  109. <property name="vexpand">True</property>
  110. <property name="orientation">vertical</property>
  111. <child>
  112. <object class="GtkBox" id="tree">
  113. <property name="visible">True</property>
  114. <property name="can_focus">False</property>
  115. <property name="margin_left">3</property>
  116. <property name="margin_right">3</property>
  117. <property name="margin_top">3</property>
  118. <property name="margin_bottom">3</property>
  119. <property name="hexpand">True</property>
  120. <property name="vexpand">True</property>
  121. <property name="orientation">vertical</property>
  122. <child>
  123. <placeholder/>
  124. </child>
  125. </object>
  126. <packing>
  127. <property name="expand">False</property>
  128. <property name="fill">True</property>
  129. <property name="position">0</property>
  130. </packing>
  131. </child>
  132. </object>
  133. </child>
  134. </object>
  135. </child>
  136. </object>
  137. </child>
  138. </object>
  139. </child>
  140. <child type="label">
  141. <object class="GtkLabel" id="label1">
  142. <property name="visible">True</property>
  143. <property name="can_focus">False</property>
  144. <property name="label" translatable="yes" context="remotedialog|label1">Connections</property>
  145. <attributes>
  146. <attribute name="weight" value="bold"/>
  147. </attributes>
  148. </object>
  149. </child>
  150. </object>
  151. <packing>
  152. <property name="expand">False</property>
  153. <property name="fill">True</property>
  154. <property name="position">0</property>
  155. </packing>
  156. </child>
  157. </object>
  158. </child>
  159. <action-widgets>
  160. <action-widget response="-5">ok</action-widget>
  161. <action-widget response="-7">cancel</action-widget>
  162. <action-widget response="-11">help</action-widget>
  163. </action-widgets>
  164. <child type="titlebar">
  165. <placeholder/>
  166. </child>
  167. <child internal-child="accessible">
  168. <object class="AtkObject" id="RemoteDialog-atkobject">
  169. <property name="AtkObject::accessible-description" translatable="yes" context="remotedialog|extended_tip|RemoteDialog">List all Impress Remote available connections.</property>
  170. </object>
  171. </child>
  172. </object>
  173. </interface>