50 lines
2.0 KiB
Plaintext
50 lines
2.0 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!-- Generated with glade 3.38.1 -->
|
||
|
<interface>
|
||
|
<requires lib="gtk+" version="3.24"/>
|
||
|
<object class="GtkWindow" id="main-window">
|
||
|
<property name="name">main-window</property>
|
||
|
<property name="can-focus">False</property>
|
||
|
<child>
|
||
|
<object class="GtkScrolledWindow">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">True</property>
|
||
|
<property name="shadow-type">in</property>
|
||
|
<child>
|
||
|
<object class="GtkTreeView" id="error-mem-tree-view">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">True</property>
|
||
|
<child internal-child="selection">
|
||
|
<object class="GtkTreeSelection"/>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child type="titlebar">
|
||
|
<object class="GtkHeaderBar" id="header-bar">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">False</property>
|
||
|
<property name="title" translatable="yes">Error Memory Viewer</property>
|
||
|
<property name="subtitle" translatable="yes">Reflow Controller Error Memory Viewer</property>
|
||
|
<property name="show-close-button">True</property>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="open-button">
|
||
|
<property name="label">gtk-open</property>
|
||
|
<property name="name">open-button</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">True</property>
|
||
|
<property name="receives-default">True</property>
|
||
|
<property name="use-stock">True</property>
|
||
|
<property name="always-show-image">True</property>
|
||
|
<signal name="clicked" handler="open_button_clicked_cb" swapped="no"/>
|
||
|
<style>
|
||
|
<class name="suggested-action"/>
|
||
|
</style>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|