2019-07-20 14:50:57 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Generated with glade 3.22.1 -->
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="3.20"/>
|
2019-07-20 23:50:50 +02:00
|
|
|
<object class="GtkApplicationWindow" id="main_window">
|
|
|
|
<property name="width_request">640</property>
|
|
|
|
<property name="height_request">400</property>
|
2019-07-20 14:50:57 +02:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="show_menubar">False</property>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-07-20 16:35:30 +02:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkStack" id="stack_main">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="transition_duration">500</property>
|
|
|
|
<property name="transition_type">slide-left-right</property>
|
|
|
|
<child>
|
2019-07-20 23:50:50 +02:00
|
|
|
<object class="GtkBox" id="box_intro">
|
2019-07-20 16:35:30 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Yacos</property>
|
|
|
|
<property name="angle">20</property>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="scale" value="3"/>
|
|
|
|
</attributes>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="image_instructions">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="stock">gtk-missing-image</property>
|
|
|
|
<property name="icon_size">6</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2019-07-20 23:50:50 +02:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Swipe item to check out, or swipe card to display currently checked out items.</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2019-07-20 16:35:30 +02:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">page_introduction</property>
|
|
|
|
<property name="title" translatable="yes">page0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-07-20 23:50:50 +02:00
|
|
|
<object class="GtkBox" id="box_cart">
|
2019-07-20 16:35:30 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2019-07-20 23:50:50 +02:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
2019-07-23 18:37:26 +02:00
|
|
|
<object class="GtkScrolledWindow">
|
2019-07-20 23:50:50 +02:00
|
|
|
<property name="visible">True</property>
|
2019-07-23 18:37:26 +02:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="hscrollbar_policy">never</property>
|
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkViewport">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkListBox" id="list_main">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-07-20 23:50:50 +02:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Swipe additional item to add to cart, or swipe ID card to complete transaction.</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2019-07-20 16:35:30 +02:00
|
|
|
</object>
|
|
|
|
<packing>
|
2019-07-20 23:50:50 +02:00
|
|
|
<property name="name">page_cart</property>
|
|
|
|
<property name="title" translatable="yes">page0</property>
|
2019-07-20 16:35:30 +02:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
2019-07-20 14:50:57 +02:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|