gtk: start a custom Console widget

This commit is contained in:
Marc-André Lureau
2021-02-09 17:51:01 +04:00
parent edaffdb868
commit 54f299599f
7 changed files with 127 additions and 11 deletions
+2 -5
View File
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<menu id="primary_menu">
<section>
@@ -29,11 +30,7 @@
</object>
</child>
<child>
<object class="GtkLabel" id="label">
<property name="label" translatable="yes">Hello world!</property>
<style>
<class name="title-header"/>
</style>
<object class="QemuConsole" id="console">
</object>
</child>
</template>