123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- <?xml version="1.0"?>
- <interface>
- <!-- interface-requires gtk+ 2.12 -->
- <!-- interface-naming-policy toplevel-contextual -->
- <object class="GtkWindow" id="p300-Identifier-card-toolbar">
- <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
- <property name="title" translatable="yes">P300 Identifier</property>
- <property name="type_hint">dialog</property>
- <child>
- <object class="GtkToolbar" id="toolbar">
- <property name="width_request">640</property>
- <property name="visible">True</property>
- <property name="toolbar_style">both</property>
- <child>
- <object class="GtkToggleToolButton" id="toolbutton-show_target_text">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Show Target Text</property>
- <property name="use_underline">True</property>
- <property name="stock_id">gtk-info</property>
- <property name="active">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="homogeneous">True</property>
- </packing>
- </child>
- <child>
- <object class="GtkToggleToolButton" id="toolbutton-show_result_text">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Show Result Text</property>
- <property name="use_underline">True</property>
- <property name="stock_id">gtk-info</property>
- <property name="active">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="homogeneous">True</property>
- </packing>
- </child>
- </object>
- </child>
- </object>
- <object class="GtkWindow" id="p300-Identifier-card">
- <child>
- <object class="GtkEventBox" id="p300-Identifier-card-main">
- <property name="visible">True</property>
- <child>
- <object class="GtkTable" id="p300-Identifier-card-table">
- <property name="visible">True</property>
- <property name="border_width">16</property>
- <property name="n_rows">3</property>
- <property name="n_columns">3</property>
- <property name="column_spacing">16</property>
- <property name="row_spacing">16</property>
- <child>
- <object class="GtkLabel" id="labelTarget">
- <property name="visible">True</property>
- <property name="label" translatable="yes" context="yes"><span weight="bold" size="xx-large" color="white">Target</span></property>
- <property name="use_markup">True</property>
- </object>
- </child>
- <child>
- <object class="GtkLabel" id="labelResult">
- <property name="visible">True</property>
- <property name="label" translatable="yes" context="yes"><span weight="bold" size="xx-large" color="white">Selected</span></property>
- <property name="use_markup">True</property>
- </object>
- <packing>
- <property name="left_attach">2</property>
- <property name="right_attach">3</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="eventbox3">
- <property name="visible">True</property>
- <child>
- <object class="GtkAspectFrame" id="aspectframe3">
- <property name="visible">True</property>
- <property name="border_width">8</property>
- <property name="label_xalign">0</property>
- <child>
- <placeholder/>
- </child>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">2</property>
- <property name="right_attach">3</property>
- <property name="top_attach">1</property>
- <property name="bottom_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="eventbox2">
- <property name="visible">True</property>
- <child>
- <object class="GtkAspectFrame" id="aspectframe2">
- <property name="width_request">384</property>
- <property name="height_request">384</property>
- <property name="visible">True</property>
- <property name="border_width">8</property>
- <property name="label_xalign">0</property>
- <child>
- <placeholder/>
- </child>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="top_attach">2</property>
- <property name="bottom_attach">3</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="eventbox1">
- <property name="visible">True</property>
- <child>
- <object class="GtkAspectFrame" id="aspectframe1">
- <property name="visible">True</property>
- <property name="border_width">8</property>
- <property name="label_xalign">0</property>
- <child>
- <placeholder/>
- </child>
- </object>
- </child>
- </object>
- <packing>
- <property name="top_attach">1</property>
- <property name="bottom_attach">2</property>
- </packing>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- </object>
- </child>
- </object>
- </child>
- </object>
- </interface>
|