22 lines
801 B
XML
22 lines
801 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<template class="MemoryCardsSetupScene" parent="GtkApplicationWindow">
|
||
|
<property name="title">Memory cards setup</property>
|
||
|
<child>
|
||
|
<object class="GtkBox" id="content">
|
||
|
<property name="orientation">horizontal</property>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="edit_button">
|
||
|
<property name="label">test</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="start_button">
|
||
|
<property name="label">test2</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</template>
|
||
|
</interface>
|