summaryrefslogtreecommitdiffstats
path: root/setup
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-01-07 14:13:29 +0800
committerPeng Wu <alexepico@gmail.com>2014-01-07 14:13:29 +0800
commitd81679dd26a59dd179e549342a56905e304efa04 (patch)
tree98b520329d91c5de40815e59e6d01f9d47899b79 /setup
parent5bfaabb7800c1b0f464bc8bc9dbde140d6a92aad (diff)
downloadibus-libzhuyin-d81679dd26a59dd179e549342a56905e304efa04.tar.gz
ibus-libzhuyin-d81679dd26a59dd179e549342a56905e304efa04.tar.xz
ibus-libzhuyin-d81679dd26a59dd179e549342a56905e304efa04.zip
add list stores to setup ui
Diffstat (limited to 'setup')
-rw-r--r--setup/ibus-libzhuyin-preferences.ui72
1 files changed, 71 insertions, 1 deletions
diff --git a/setup/ibus-libzhuyin-preferences.ui b/setup/ibus-libzhuyin-preferences.ui
index aa3309f..c8f3807 100644
--- a/setup/ibus-libzhuyin-preferences.ui
+++ b/setup/ibus-libzhuyin-preferences.ui
@@ -1,7 +1,74 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.16.0 on Tue Jan 7 13:34:55 2014 -->
+<!-- Generated with glade 3.16.0 on Tue Jan 7 14:01:02 2014 -->
<interface>
<!-- interface-requires gtk+ 3.10 -->
+ <object class="GtkListStore" id="liststoreKeyboardMapping">
+ <columns>
+ <!-- column-name mapping -->
+ <column type="gchararray"/>
+ </columns>
+ <data>
+ <row>
+ <col id="0" translatable="yes">Standard</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">HSU</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">IBM</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">GinYieh</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Eten</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Eten26</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Standard Dvorak</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">HSU Dvorak</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">DaChen CP26</col>
+ </row>
+ </data>
+ </object>
+ <object class="GtkListStore" id="liststoreSelectionKeys">
+ <columns>
+ <!-- column-name keys -->
+ <column type="gchararray"/>
+ </columns>
+ <data>
+ <row>
+ <col id="0">1234567890</col>
+ </row>
+ <row>
+ <col id="0">asdfghjkl;</col>
+ </row>
+ <row>
+ <col id="0">asdfzxcv89</col>
+ </row>
+ <row>
+ <col id="0">asdfjkl789</col>
+ </row>
+ <row>
+ <col id="0">aoeu;qjkix</col>
+ </row>
+ <row>
+ <col id="0">aoeuhtnsid</col>
+ </row>
+ <row>
+ <col id="0">aoeuidhtns</col>
+ </row>
+ <row>
+ <col id="0">1234qweras</col>
+ </row>
+ </data>
+ </object>
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<child>
@@ -216,6 +283,7 @@
<property name="can_focus">False</property>
<property name="valign">center</property>
<property name="margin_left">10</property>
+ <property name="model">liststoreKeyboardMapping</property>
<child>
<object class="GtkCellRendererText" id="cellrenderertext1"/>
</child>
@@ -233,7 +301,9 @@
<property name="can_focus">False</property>
<property name="valign">center</property>
<property name="margin_left">10</property>
+ <property name="model">liststoreSelectionKeys</property>
<property name="has_entry">True</property>
+ <property name="entry_text_column">0</property>
<child internal-child="entry">
<object class="GtkEntry" id="combobox-entry">
<property name="can_focus">False</property>