summaryrefslogtreecommitdiffstats
path: root/kwordquiz/src/dlgsortbase.ui
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitce599e4f9f94b4eb00c1b5edb85bce5431ab3df2 (patch)
treed3bb9f5d25a2dc09ca81adecf39621d871534297 /kwordquiz/src/dlgsortbase.ui
downloadtdeedu-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 'kwordquiz/src/dlgsortbase.ui')
-rw-r--r--kwordquiz/src/dlgsortbase.ui143
1 files changed, 143 insertions, 0 deletions
diff --git a/kwordquiz/src/dlgsortbase.ui b/kwordquiz/src/dlgsortbase.ui
new file mode 100644
index 00000000..e2e7e3f6
--- /dev/null
+++ b/kwordquiz/src/dlgsortbase.ui
@@ -0,0 +1,143 @@
+<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
+<class>DlgSortBase</class>
+<widget class="QWidget">
+ <property name="name">
+ <cstring>DlgSortBase</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>200</width>
+ <height>176</height>
+ </rect>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>5</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>200</width>
+ <height>170</height>
+ </size>
+ </property>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <property name="margin">
+ <number>0</number>
+ </property>
+ <widget class="QLayoutWidget" row="0" column="0">
+ <property name="name">
+ <cstring>layout6</cstring>
+ </property>
+ <vbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QButtonGroup">
+ <property name="name">
+ <cstring>grpBase</cstring>
+ </property>
+ <property name="title">
+ <string>Based On</string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Sort based on this column</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Select the column on which you want to base the sort</string>
+ </property>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QRadioButton" row="0" column="0">
+ <property name="name">
+ <cstring>optLang1</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;1 Language 1</string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Sort based on this column</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Select to sort based on the left column</string>
+ </property>
+ </widget>
+ <widget class="QRadioButton" row="1" column="0">
+ <property name="name">
+ <cstring>optLang2</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;2 Language 2</string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Sort based on this column</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Select to sort based on the right column</string>
+ </property>
+ </widget>
+ </grid>
+ </widget>
+ <widget class="QButtonGroup">
+ <property name="name">
+ <cstring>grpDirection</cstring>
+ </property>
+ <property name="title">
+ <string>Direction</string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Sort in this direction</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Select direction for the sort</string>
+ </property>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QRadioButton" row="0" column="0">
+ <property name="name">
+ <cstring>optAscending</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;Ascending</string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Sort in this direction</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Select to sort in ascending order</string>
+ </property>
+ </widget>
+ <widget class="QRadioButton" row="1" column="0">
+ <property name="name">
+ <cstring>optDescending</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;Descending</string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Sort in this direction</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Select to sort in descending order</string>
+ </property>
+ </widget>
+ </grid>
+ </widget>
+ </vbox>
+ </widget>
+ </grid>
+</widget>
+<layoutdefaults spacing="6" margin="11"/>
+</UI>