Initial search layout and rename to wince
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user