mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2025-04-14 08:44:46 +00:00
31 lines
904 B
XML
31 lines
904 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="QemuConsole" parent="GtkWidget">
|
|
<property name="layout-manager">
|
|
<object class="GtkBinLayout"/>
|
|
</property>
|
|
<child>
|
|
<object class="GtkNotebook">
|
|
<child>
|
|
<object class="QemuConsoleArea" id="area"/>
|
|
</child>
|
|
<child type="tab">
|
|
<object class="GtkLabel" id="notebook-tab">
|
|
<property name="label">Console</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="label">
|
|
<property name="label" translatable="yes">Hello world2!</property>
|
|
</object>
|
|
</child>
|
|
<child type="tab">
|
|
<object class="GtkLabel" id="notebook-tab2">
|
|
<property name="label">Tab2</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|