|
|
|
|
@ -44,38 +44,19 @@
|
|
|
|
|
<column type="gchararray"/>
|
|
|
|
|
</columns>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkDialog" id="Window">
|
|
|
|
|
<object class="GtkWindow" id="Window">
|
|
|
|
|
<property name="width-request">450</property>
|
|
|
|
|
<property name="height-request">500</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="modal">True</property>
|
|
|
|
|
<property name="icon-name">com.ublinux.libublsettingsui-gtk3</property>
|
|
|
|
|
<property name="type-hint">dialog</property>
|
|
|
|
|
<child internal-child="vbox">
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="margin-bottom">5</property>
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
<property name="spacing">5</property>
|
|
|
|
|
<child internal-child="action_area">
|
|
|
|
|
<object class="GtkButtonBox">
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="layout-style">end</property>
|
|
|
|
|
<child>
|
|
|
|
|
<placeholder/>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<placeholder/>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">False</property>
|
|
|
|
|
<property name="pack-type">end</property>
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkBox" id="StatusBox">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
@ -92,83 +73,96 @@
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="shadow-type">in</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="margin-start">5</property>
|
|
|
|
|
<property name="margin-end">5</property>
|
|
|
|
|
<property name="margin-bottom">5</property>
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeView" id="ParametersTree">
|
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="model">liststore1</property>
|
|
|
|
|
<child internal-child="selection">
|
|
|
|
|
<object class="GtkTreeSelection">
|
|
|
|
|
<property name="mode">none</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<property name="shadow-type">in</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Save</property>
|
|
|
|
|
<object class="GtkTreeView" id="ParametersTree">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="model">liststore1</property>
|
|
|
|
|
<child internal-child="selection">
|
|
|
|
|
<object class="GtkTreeSelection"/>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererToggle" id="ToggleCell"/>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="cell-background">4</attribute>
|
|
|
|
|
<attribute name="sensitive">5</attribute>
|
|
|
|
|
<attribute name="active">0</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Save</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererToggle" id="ToggleCell"/>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="cell-background">4</attribute>
|
|
|
|
|
<attribute name="sensitive">5</attribute>
|
|
|
|
|
<attribute name="active">0</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="resizable">True</property>
|
|
|
|
|
<property name="title" translatable="yes">Parameter</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="cell-background">4</attribute>
|
|
|
|
|
<attribute name="sensitive">5</attribute>
|
|
|
|
|
<attribute name="text">1</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="resizable">True</property>
|
|
|
|
|
<property name="title" translatable="yes">Parameter</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="cell-background">4</attribute>
|
|
|
|
|
<attribute name="sensitive">5</attribute>
|
|
|
|
|
<attribute name="text">1</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="resizable">True</property>
|
|
|
|
|
<property name="sizing">fixed</property>
|
|
|
|
|
<property name="title" translatable="yes">Old value</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="cell-background">4</attribute>
|
|
|
|
|
<attribute name="sensitive">5</attribute>
|
|
|
|
|
<attribute name="text">2</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="resizable">True</property>
|
|
|
|
|
<property name="sizing">fixed</property>
|
|
|
|
|
<property name="title" translatable="yes">Old value</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="cell-background">4</attribute>
|
|
|
|
|
<attribute name="sensitive">5</attribute>
|
|
|
|
|
<attribute name="text">2</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="sizing">autosize</property>
|
|
|
|
|
<property name="title" translatable="yes">New value</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="cell-background">4</attribute>
|
|
|
|
|
<attribute name="sensitive">5</attribute>
|
|
|
|
|
<attribute name="text">3</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="sizing">autosize</property>
|
|
|
|
|
<property name="title" translatable="yes">New value</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="cell-background">4</attribute>
|
|
|
|
|
<attribute name="sensitive">5</attribute>
|
|
|
|
|
<attribute name="text">3</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
<property name="position">2</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
@ -177,6 +171,7 @@
|
|
|
|
|
<object class="GtkHeaderBar">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="show-close-button">True</property>
|
|
|
|
|
<child type="title">
|
|
|
|
|
<object class="GtkLabel" id="HeaderTopic">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|