You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
259 lines
11 KiB
259 lines
11 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.38.2 -->
|
|
<interface domain="libublsettingsui-gtk3">
|
|
<requires lib="gtk+" version="3.24"/>
|
|
<!-- interface-css-provider-path libublsettingsui-gtk3.css -->
|
|
<object class="GtkCheckButton" id="ToggleAllCheck">
|
|
<property name="label" translatable="yes">Save</property>
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">True</property>
|
|
<property name="receives-default">False</property>
|
|
<property name="draw-indicator">True</property>
|
|
</object>
|
|
<object class="GtkImage" id="image1">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="icon-name">com.ublinux.libublsettingsui-gtk3.cancel-symbolic</property>
|
|
<style>
|
|
<class name="marginright"/>
|
|
</style>
|
|
</object>
|
|
<object class="GtkImage" id="image2">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="icon-name">com.ublinux.libublsettingsui-gtk3.accept-symbolic</property>
|
|
<style>
|
|
<class name="marginright"/>
|
|
</style>
|
|
</object>
|
|
<object class="GtkListStore" id="liststore1">
|
|
<columns>
|
|
<!-- column-name Active -->
|
|
<column type="gboolean"/>
|
|
<!-- column-name Parameter -->
|
|
<column type="gchararray"/>
|
|
<!-- column-name OldValue -->
|
|
<column type="gchararray"/>
|
|
<!-- column-name NewValue -->
|
|
<column type="gchararray"/>
|
|
<!-- column-name Color -->
|
|
<column type="gchararray"/>
|
|
<!-- column-name Show -->
|
|
<column type="gboolean"/>
|
|
<!-- column-name Section -->
|
|
<column type="gchararray"/>
|
|
<!-- column-name CompareString -->
|
|
<column type="gchararray"/>
|
|
</columns>
|
|
</object>
|
|
<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>
|
|
<object class="GtkBox">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="spacing">5</property>
|
|
<child>
|
|
<object class="GtkBox" id="StatusBox">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<placeholder/>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="visible">True</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="GtkScrolledWindow">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">True</property>
|
|
<property name="shadow-type">in</property>
|
|
<child>
|
|
<object class="GtkTreeView" id="ParametersTree">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">True</property>
|
|
<property name="model">liststore1</property>
|
|
<property name="enable-grid-lines">horizontal</property>
|
|
<property name="tooltip-column">3</property>
|
|
<child internal-child="selection">
|
|
<object class="GtkTreeSelection">
|
|
<property name="mode">none</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<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>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<property name="resizable">True</property>
|
|
<property name="title" translatable="yes">Parameter</property>
|
|
<child>
|
|
<object class="GtkCellRendererText">
|
|
<property name="wrap-width">150</property>
|
|
</object>
|
|
<attributes>
|
|
<attribute name="cell-background">4</attribute>
|
|
<attribute name="sensitive">5</attribute>
|
|
<attribute name="text">1</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn" id="OldValueColumn">
|
|
<property name="visible">False</property>
|
|
<property name="resizable">True</property>
|
|
<property name="sizing">fixed</property>
|
|
<property name="title" translatable="yes">Old value</property>
|
|
<child>
|
|
<object class="GtkCellRendererText" id="OldValueCell">
|
|
<property name="wrap-width">250</property>
|
|
</object>
|
|
<attributes>
|
|
<attribute name="cell-background">4</attribute>
|
|
<attribute name="sensitive">5</attribute>
|
|
<attribute name="text">2</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn" id="NewValueColumn">
|
|
<property name="visible">False</property>
|
|
<property name="sizing">autosize</property>
|
|
<property name="title" translatable="yes">New value</property>
|
|
<child>
|
|
<object class="GtkCellRendererText" id="NewValueCell">
|
|
<property name="wrap-width">250</property>
|
|
</object>
|
|
<attributes>
|
|
<attribute name="cell-background">4</attribute>
|
|
<attribute name="sensitive">5</attribute>
|
|
<attribute name="text">3</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<property name="title" translatable="yes">Value
|
|
(Old/New)</property>
|
|
<child>
|
|
<object class="GtkCellRendererText"/>
|
|
<attributes>
|
|
<attribute name="markup">7</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">2</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child type="titlebar">
|
|
<object class="GtkHeaderBar">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<child type="title">
|
|
<object class="GtkLabel" id="HeaderTopic">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="label" translatable="yes">TEMPLATE Manager</property>
|
|
<attributes>
|
|
<attribute name="weight" value="bold"/>
|
|
</attributes>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkImage" id="HeaderImage">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="pixel-size">32</property>
|
|
<property name="icon-name">com.ublinux.libublsettingsui-gtk3</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkButton" id="CancelButton">
|
|
<property name="label" translatable="yes">Cancel</property>
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">True</property>
|
|
<property name="receives-default">True</property>
|
|
<property name="image">image1</property>
|
|
<style>
|
|
<class name="marginright"/>
|
|
</style>
|
|
</object>
|
|
<packing>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkButton" id="SaveButton">
|
|
<property name="label" translatable="yes">Save</property>
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">True</property>
|
|
<property name="receives-default">True</property>
|
|
<property name="image">image2</property>
|
|
<style>
|
|
<class name="marginright"/>
|
|
</style>
|
|
</object>
|
|
<packing>
|
|
<property name="pack-type">end</property>
|
|
<property name="position">2</property>
|
|
</packing>
|
|
</child>
|
|
<style>
|
|
<class name="toolbar"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
<object class="GtkTreeModelFilter" id="listfilter1">
|
|
<property name="child-model">liststore1</property>
|
|
</object>
|
|
</interface>
|