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 | 4aed2c8219774f5d797760606b8489a92ddc5163 (patch) | |
tree | 3f8c130f7d269626bf6a9447407ef6c35954426a /kcontrol/input/logitechmouse_base.ui | |
download | tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.tar.gz tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.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/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcontrol/input/logitechmouse_base.ui')
-rw-r--r-- | kcontrol/input/logitechmouse_base.ui | 153 |
1 files changed, 153 insertions, 0 deletions
diff --git a/kcontrol/input/logitechmouse_base.ui b/kcontrol/input/logitechmouse_base.ui new file mode 100644 index 000000000..5c9c1cd9a --- /dev/null +++ b/kcontrol/input/logitechmouse_base.ui @@ -0,0 +1,153 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>LogitechMouseBase</class> +<widget class="QDialog"> + <property name="name"> + <cstring>LogitechMouseBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>458</width> + <height>383</height> + </rect> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>cordlessNameLabel</cstring> + </property> + <property name="text"> + <string>Cordless Name</string> + </property> + </widget> + <widget class="QLabel" row="4" column="0"> + <property name="name"> + <cstring>permissionProblemText</cstring> + </property> + <property name="text"> + <string>You have a Logitech Mouse connected, and libusb was found at compile time, but it was not possible to access this mouse. This is probably caused by a permissions problem - you should consult the manual on how to fix this.</string> + </property> + <property name="alignment"> + <set>WordBreak|AlignVCenter</set> + </property> + </widget> + <widget class="QButtonGroup" row="1" column="0"> + <property name="name"> + <cstring>resolutionSelector</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="title"> + <string>Sensor Resolution</string> + </property> + <property name="radioButtonExclusive"> + <bool>true</bool> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QRadioButton"> + <property name="name"> + <cstring>button400cpi</cstring> + </property> + <property name="text"> + <string>400 counts per inch</string> + </property> + <property name="buttonGroupId"> + <number>1</number> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>button800cpi</cstring> + </property> + <property name="text"> + <string>800 counts per inch</string> + </property> + <property name="buttonGroupId"> + <number>1</number> + </property> + </widget> + </hbox> + </widget> + <widget class="QGroupBox" row="2" column="0"> + <property name="name"> + <cstring>batteryBox</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="title"> + <string>Battery Level</string> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QProgressBar"> + <property name="name"> + <cstring>batteryBar</cstring> + </property> + <property name="totalSteps"> + <number>7</number> + </property> + </widget> + </hbox> + </widget> + <widget class="QButtonGroup" row="3" column="0"> + <property name="name"> + <cstring>channelSelector</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="title"> + <string>RF Channel</string> + </property> + <property name="exclusive"> + <bool>true</bool> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QRadioButton"> + <property name="name"> + <cstring>channel1</cstring> + </property> + <property name="text"> + <string>Channel 1</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + <property name="buttonGroupId"> + <number>3</number> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>channel2</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Channel 2</string> + </property> + <property name="buttonGroupId"> + <number>3</number> + </property> + </widget> + </hbox> + </widget> + </grid> +</widget> +<layoutdefaults spacing="6" margin="11"/> +</UI> |