You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

p300-identifier-card.ui 6.3KB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?xml version="1.0"?>
  2. <interface>
  3. <!-- interface-requires gtk+ 2.12 -->
  4. <!-- interface-naming-policy toplevel-contextual -->
  5. <object class="GtkWindow" id="p300-Identifier-card-toolbar">
  6. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  7. <property name="title" translatable="yes">P300 Identifier</property>
  8. <property name="type_hint">dialog</property>
  9. <child>
  10. <object class="GtkToolbar" id="toolbar">
  11. <property name="width_request">640</property>
  12. <property name="visible">True</property>
  13. <property name="toolbar_style">both</property>
  14. <child>
  15. <object class="GtkToggleToolButton" id="toolbutton-show_target_text">
  16. <property name="visible">True</property>
  17. <property name="label" translatable="yes">Show Target Text</property>
  18. <property name="use_underline">True</property>
  19. <property name="stock_id">gtk-info</property>
  20. <property name="active">True</property>
  21. </object>
  22. <packing>
  23. <property name="expand">False</property>
  24. <property name="homogeneous">True</property>
  25. </packing>
  26. </child>
  27. <child>
  28. <object class="GtkToggleToolButton" id="toolbutton-show_result_text">
  29. <property name="visible">True</property>
  30. <property name="label" translatable="yes">Show Result Text</property>
  31. <property name="use_underline">True</property>
  32. <property name="stock_id">gtk-info</property>
  33. <property name="active">True</property>
  34. </object>
  35. <packing>
  36. <property name="expand">False</property>
  37. <property name="homogeneous">True</property>
  38. </packing>
  39. </child>
  40. </object>
  41. </child>
  42. </object>
  43. <object class="GtkWindow" id="p300-Identifier-card">
  44. <child>
  45. <object class="GtkEventBox" id="p300-Identifier-card-main">
  46. <property name="visible">True</property>
  47. <child>
  48. <object class="GtkTable" id="p300-Identifier-card-table">
  49. <property name="visible">True</property>
  50. <property name="border_width">16</property>
  51. <property name="n_rows">3</property>
  52. <property name="n_columns">3</property>
  53. <property name="column_spacing">16</property>
  54. <property name="row_spacing">16</property>
  55. <child>
  56. <object class="GtkLabel" id="labelTarget">
  57. <property name="visible">True</property>
  58. <property name="label" translatable="yes" context="yes">&lt;span weight="bold" size="xx-large" color="white"&gt;Target&lt;/span&gt;</property>
  59. <property name="use_markup">True</property>
  60. </object>
  61. </child>
  62. <child>
  63. <object class="GtkLabel" id="labelResult">
  64. <property name="visible">True</property>
  65. <property name="label" translatable="yes" context="yes">&lt;span weight="bold" size="xx-large" color="white"&gt;Selected&lt;/span&gt;</property>
  66. <property name="use_markup">True</property>
  67. </object>
  68. <packing>
  69. <property name="left_attach">2</property>
  70. <property name="right_attach">3</property>
  71. </packing>
  72. </child>
  73. <child>
  74. <object class="GtkEventBox" id="eventbox3">
  75. <property name="visible">True</property>
  76. <child>
  77. <object class="GtkAspectFrame" id="aspectframe3">
  78. <property name="visible">True</property>
  79. <property name="border_width">8</property>
  80. <property name="label_xalign">0</property>
  81. <child>
  82. <placeholder/>
  83. </child>
  84. </object>
  85. </child>
  86. </object>
  87. <packing>
  88. <property name="left_attach">2</property>
  89. <property name="right_attach">3</property>
  90. <property name="top_attach">1</property>
  91. <property name="bottom_attach">2</property>
  92. </packing>
  93. </child>
  94. <child>
  95. <object class="GtkEventBox" id="eventbox2">
  96. <property name="visible">True</property>
  97. <child>
  98. <object class="GtkAspectFrame" id="aspectframe2">
  99. <property name="width_request">384</property>
  100. <property name="height_request">384</property>
  101. <property name="visible">True</property>
  102. <property name="border_width">8</property>
  103. <property name="label_xalign">0</property>
  104. <child>
  105. <placeholder/>
  106. </child>
  107. </object>
  108. </child>
  109. </object>
  110. <packing>
  111. <property name="left_attach">1</property>
  112. <property name="right_attach">2</property>
  113. <property name="top_attach">2</property>
  114. <property name="bottom_attach">3</property>
  115. </packing>
  116. </child>
  117. <child>
  118. <object class="GtkEventBox" id="eventbox1">
  119. <property name="visible">True</property>
  120. <child>
  121. <object class="GtkAspectFrame" id="aspectframe1">
  122. <property name="visible">True</property>
  123. <property name="border_width">8</property>
  124. <property name="label_xalign">0</property>
  125. <child>
  126. <placeholder/>
  127. </child>
  128. </object>
  129. </child>
  130. </object>
  131. <packing>
  132. <property name="top_attach">1</property>
  133. <property name="bottom_attach">2</property>
  134. </packing>
  135. </child>
  136. <child>
  137. <placeholder/>
  138. </child>
  139. <child>
  140. <placeholder/>
  141. </child>
  142. <child>
  143. <placeholder/>
  144. </child>
  145. <child>
  146. <placeholder/>
  147. </child>
  148. </object>
  149. </child>
  150. </object>
  151. </child>
  152. </object>
  153. </interface>