Initial commit
This commit is contained in:
6
data/gtktest.gresource.xml
Normal file
6
data/gtktest.gresource.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<gresources>
|
||||
<gresource prefix="/gtktest">
|
||||
<file compressed="true" preprocess="xml-stripblanks">ui/compiled/main.ui</file>
|
||||
</gresource>
|
||||
</gresources>
|
||||
14
data/ui/main.blp
Normal file
14
data/ui/main.blp
Normal file
@@ -0,0 +1,14 @@
|
||||
using Gtk 4.0;
|
||||
using Adw 1;
|
||||
|
||||
Adw.ApplicationWindow mainWindow {
|
||||
title: "Hello world";
|
||||
default-width: 300;
|
||||
default-height: 400;
|
||||
|
||||
Gtk.Box {
|
||||
orientation: vertical;
|
||||
|
||||
Adw.HeaderBar {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user