mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2025-04-14 08:44:46 +00:00
It's not put into use yet. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
32 lines
952 B
XML
32 lines
952 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">
|
|
<property name="show-tabs">0</property>
|
|
<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>
|