2022-01-23 21:41:47 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Generated with glade 3.38.2 -->
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="3.24"/>
|
|
|
|
<object class="GtkStack" id="main_stack">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
2022-01-26 20:08:57 +08:00
|
|
|
<property name="transition-type">crossfade</property>
|
2022-01-23 21:41:47 +08:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="login_page">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
2022-01-26 20:08:57 +08:00
|
|
|
<object class="GtkImage" id="user_image">
|
2022-01-23 21:41:47 +08:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
2022-01-26 20:08:57 +08:00
|
|
|
<property name="pixel-size">48</property>
|
2022-01-23 21:41:47 +08:00
|
|
|
<property name="icon-name">My_GtkUI</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2022-01-26 20:08:57 +08:00
|
|
|
<object class="GtkLabel" id="user_label">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="label" translatable="yes">dale</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="btnlogin">
|
2022-01-23 21:41:47 +08:00
|
|
|
<property name="label" translatable="yes">Login</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
<property name="relief">none</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
2022-01-26 20:08:57 +08:00
|
|
|
<property name="position">2</property>
|
2022-01-23 21:41:47 +08:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">page0</property>
|
|
|
|
<property name="title" translatable="yes">page0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="main_page">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">page1</property>
|
|
|
|
<property name="title" translatable="yes">page1</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2022-01-26 20:08:57 +08:00
|
|
|
<placeholder/>
|
2022-01-23 21:41:47 +08:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|