qemu-display/qemu-gtk4/data/resources/ui/console.ui

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>