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.
236 lines
9.7 KiB
236 lines
9.7 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.40.0 -->
|
|
<interface>
|
|
<requires lib="gtk+" version="3.24"/>
|
|
<object class="GtkListStore" id="LanguagesList">
|
|
<columns>
|
|
<!-- column-name Chosen -->
|
|
<column type="gboolean"/>
|
|
<!-- column-name Code -->
|
|
<column type="gchararray"/>
|
|
<!-- column-name Name -->
|
|
<column type="gchararray"/>
|
|
<!-- column-name Description -->
|
|
<column type="gchararray"/>
|
|
</columns>
|
|
</object>
|
|
<object class="GtkSpinner" id="LoadingSpinner">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="active">True</property>
|
|
</object>
|
|
<object class="GtkImage" id="image8">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="icon-name">com.ublinux.libublsettingsui-gtk3.cancel-uncolored-symbolic</property>
|
|
</object>
|
|
<object class="GtkImage" id="image9">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="icon-name">com.ublinux.libublsettingsui-gtk3.accept-symbolic</property>
|
|
</object>
|
|
<object class="GtkWindow" id="Window">
|
|
<property name="width-request">500</property>
|
|
<property name="height-request">550</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="modal">True</property>
|
|
<property name="icon-name">com.ublinux.ubl-settings-system</property>
|
|
<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>
|
|
<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="GtkOverlay" id="LoadingOverlay">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<child>
|
|
<object class="GtkScrolledWindow">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">True</property>
|
|
<property name="margin-start">5</property>
|
|
<property name="margin-end">5</property>
|
|
<property name="hscrollbar-policy">never</property>
|
|
<property name="shadow-type">in</property>
|
|
<child>
|
|
<object class="GtkTreeView" id="LanguagesTree">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">True</property>
|
|
<property name="model">LanguagesList</property>
|
|
<property name="search-column">1</property>
|
|
<property name="enable-grid-lines">both</property>
|
|
<property name="activate-on-single-click">True</property>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<child>
|
|
<object class="GtkCellRendererToggle" id="ToggleCell"/>
|
|
<attributes>
|
|
<attribute name="active">0</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<property name="title" translatable="yes">Locale</property>
|
|
<child>
|
|
<object class="GtkCellRendererText">
|
|
<property name="wrap-mode">word</property>
|
|
<property name="wrap-width">150</property>
|
|
</object>
|
|
<attributes>
|
|
<attribute name="text">1</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<property name="sizing">autosize</property>
|
|
<property name="min-width">35</property>
|
|
<property name="title" translatable="yes">Language</property>
|
|
<property name="expand">True</property>
|
|
<child>
|
|
<object class="GtkCellRendererText">
|
|
<property name="wrap-mode">word</property>
|
|
<property name="wrap-width">100</property>
|
|
</object>
|
|
<attributes>
|
|
<attribute name="text">2</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn">
|
|
<property name="sizing">autosize</property>
|
|
<property name="title" translatable="yes">Territory</property>
|
|
<property name="expand">True</property>
|
|
<child>
|
|
<object class="GtkCellRendererText">
|
|
<property name="wrap-mode">word</property>
|
|
<property name="wrap-width">125</property>
|
|
</object>
|
|
<attributes>
|
|
<attribute name="text">3</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="index">-1</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">True</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">1</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="spacing">5</property>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="label" translatable="yes">Manual input:</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkEntry" id="ManualEntry">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">True</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">True</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">2</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child type="titlebar">
|
|
<object class="GtkHeaderBar" id="SettingsBar">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<child type="title">
|
|
<object class="GtkLabel" id="TitleLabel">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="label" translatable="yes">System configuration</property>
|
|
<attributes>
|
|
<attribute name="weight" value="bold"/>
|
|
</attributes>
|
|
</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">image8</property>
|
|
<style>
|
|
<class name="button"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkButton" id="AcceptButton">
|
|
<property name="label" translatable="yes">Accept</property>
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">True</property>
|
|
<property name="receives-default">True</property>
|
|
<property name="image">image9</property>
|
|
<style>
|
|
<class name="button"/>
|
|
</style>
|
|
</object>
|
|
<packing>
|
|
<property name="pack-type">end</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|