Initial search layout and rename to wince

This commit is contained in:
2022-12-16 16:35:38 -08:00
parent 81bb95cf25
commit 00814dd7e4
8 changed files with 53 additions and 21 deletions

View File

@@ -2,13 +2,32 @@ using Gtk 4.0;
using Adw 1;
Adw.ApplicationWindow mainWindow {
title: "Hello world";
default-width: 300;
default-height: 400;
title: "Wince";
default-width: 400;
default-height: 500;
Gtk.Box {
orientation: vertical;
Adw.HeaderBar {}
Gtk.Box {
orientation: horizontal;
margin-top: 10;
margin-start: 14;
margin-end: 14;
styles ["linked"]
Gtk.Entry searchEntry {
placeholder-text: "Search";
}
Gtk.Entry locationEntry {
placeholder-text: "Location";
}
Gtk.Button searchButton {
icon-name: "edit-find";
}
}
}
}

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/gtktest">
<gresource prefix="/wince">
<file compressed="true" preprocess="xml-stripblanks">ui/compiled/main.ui</file>
</gresource>
</gresources>