feat: add barebones ui file for GettingStartedPage
parent
f3df221577
commit
82841a1271
|
@ -1 +1,84 @@
|
||||||
<
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
- file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
|
-->
|
||||||
|
<interface>
|
||||||
|
<requires lib="gtk+" version="4.5.0" />
|
||||||
|
<template class="GettingStartedPage">
|
||||||
|
<property name="margin-top">40</property>
|
||||||
|
<property name="margin-bottom">40</property>
|
||||||
|
<property name="margin-start">40</property>
|
||||||
|
<property name="margin-end">40</property>
|
||||||
|
<property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkBox">
|
||||||
|
<property name="orientation">GTK_ORIENTATION_VERTICAL</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkBox">
|
||||||
|
<property name="orientation">GTK_ORIENTATION_VERTICAL</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkLinkButton" id="link_new_file">
|
||||||
|
<child>
|
||||||
|
<object class="GtkLabel">
|
||||||
|
<property name="label">New File</property>
|
||||||
|
<property name="halign">GTK_ALIGN_START</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkButton" id="link_open_file">
|
||||||
|
<property name="has-frame">0</property>c
|
||||||
|
<property name="use-underline">1</property>
|
||||||
|
<property name="icon-name">text-x-generic-symbolic</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkLabel">
|
||||||
|
<property name="label">__Open File__</property>
|
||||||
|
|
||||||
|
<property name="halign">GTK_ALIGN_START</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkButton" id="link_open_folder">
|
||||||
|
<property name="has-frame">0</property>
|
||||||
|
<property name="use-underline">1</property>
|
||||||
|
<property name="icon-name">folder-symbolic</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkLabel">
|
||||||
|
<property name="label">Open Folder</property>
|
||||||
|
|
||||||
|
<property name="halign">GTK_ALIGN_START</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkButton" id="link_clone_git_repo">
|
||||||
|
<property name="has-frame">0</property>
|
||||||
|
<property name="use-underline">1</property>
|
||||||
|
<property name="icon-name">folder-new-symbolic</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkLabel">
|
||||||
|
<property name="label">Clone Git Repository</property>
|
||||||
|
|
||||||
|
<property name="halign">GTK_ALIGN_START</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
|
||||||
|
</object>
|
||||||
|
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkBox"></object>
|
||||||
|
|
||||||
|
</child>
|
||||||
|
</template>
|
||||||
|
</interface>
|
Loading…
Reference in New Issue