diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2 (patch) | |
tree | d3bb9f5d25a2dc09ca81adecf39621d871534297 /kiten/configlearn.ui | |
download | tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.tar.gz tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kiten/configlearn.ui')
-rw-r--r-- | kiten/configlearn.ui | 161 |
1 files changed, 161 insertions, 0 deletions
diff --git a/kiten/configlearn.ui b/kiten/configlearn.ui new file mode 100644 index 00000000..b101de38 --- /dev/null +++ b/kiten/configlearn.ui @@ -0,0 +1,161 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>ConfigLearn</class> +<widget class="QWidget"> + <property name="name"> + <cstring>ConfigLearn</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>519</width> + <height>400</height> + </rect> + </property> + <property name="caption"> + <string>Learn</string> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout12</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox"> + <property name="name"> + <cstring>kcfg_startLearn</cstring> + </property> + <property name="text"> + <string>Start "learn" on Kiten startup</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer6</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + <widget class="QGroupBox"> + <property name="name"> + <cstring>groupBox1</cstring> + </property> + <property name="title"> + <string>Quizzing</string> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout13</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>Clue:</string> + </property> + </widget> + <widget class="QComboBox"> + <item> + <property name="text"> + <string>Kanji</string> + </property> + </item> + <item> + <property name="text"> + <string>Meaning</string> + </property> + </item> + <item> + <property name="text"> + <string>Reading</string> + </property> + </item> + <property name="name"> + <cstring>kcfg_QuizOn</cstring> + </property> + </widget> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>Possible answers:</string> + </property> + </widget> + <widget class="QComboBox"> + <item> + <property name="text"> + <string>Kanji</string> + </property> + </item> + <item> + <property name="text"> + <string>Meaning</string> + </property> + </item> + <item> + <property name="text"> + <string>Reading</string> + </property> + </item> + <property name="name"> + <cstring>kcfg_GuessOn</cstring> + </property> + </widget> + </vbox> + </widget> + </hbox> + </widget> + <spacer> + <property name="name"> + <cstring>spacer7</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </vbox> + </widget> + </hbox> +</widget> +<tabstops> + <tabstop>kcfg_startLearn</tabstop> + <tabstop>kcfg_QuizOn</tabstop> + <tabstop>kcfg_GuessOn</tabstop> +</tabstops> +<layoutdefaults spacing="6" margin="11"/> +</UI> |