Changeset 5587b87fac in tspsg for ui/settingsdialog.ce.ui
- Timestamp:
- Jun 23, 2009, 7:56:29 PM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 78282ec778
- Parents:
- 0621172ec1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ui/settingsdialog.ce.ui
r0621172ec1 r5587b87fac 7 7 <x>0</x> 8 8 <y>0</y> 9 <width>2 14</width>10 <height> 207</height>9 <width>235</width> 10 <height>190</height> 11 11 </rect> 12 12 </property> 13 13 <property name="windowTitle"> 14 <string> Параметры</string>14 <string>Preferences</string> 15 15 </property> 16 16 <property name="windowIcon"> … … 98 98 <widget class="QGroupBox" name="groupRandomSettings"> 99 99 <property name="title"> 100 <string> Случайные значения:</string>100 <string>Random values:</string> 101 101 </property> 102 <layout class="QVBoxLayout" >102 <layout class="QVBoxLayout" name="_5"> 103 103 <item> 104 <layout class="QHBoxLayout" >104 <layout class="QHBoxLayout" name="_6"> 105 105 <item> 106 106 <widget class="QLabel" name="labelRandMin"> … … 112 112 </property> 113 113 <property name="text"> 114 <string> Ми&нимум:</string>114 <string>&Minimal:</string> 115 115 </property> 116 116 <property name="buddy"> … … 125 125 </property> 126 126 <property name="statusTip"> 127 <string> Нижняя граница для генерации случайных значений</string>127 <string>Minimum for random number generation</string> 128 128 </property> 129 129 <property name="maximum"> … … 138 138 </item> 139 139 <item> 140 <layout class="QHBoxLayout" >140 <layout class="QHBoxLayout" name="_7"> 141 141 <item> 142 142 <widget class="QLabel" name="labelRandMax"> … … 148 148 </property> 149 149 <property name="text"> 150 <string> &Максимум:</string>150 <string>Ma&ximal:</string> 151 151 </property> 152 152 <property name="buddy"> … … 161 161 </property> 162 162 <property name="statusTip"> 163 <string> Верхняя граница для генерации случайных значений</string>163 <string>Maximum for random number generation</string> 164 164 </property> 165 165 <property name="minimum"> … … 196 196 <item> 197 197 <widget class="QPushButton" name="buttonColor"> 198 <property name="cursor"> 199 <cursorShape>PointingHandCursor</cursorShape> 200 </property> 198 201 <property name="statusTip"> 199 <string> Задать цвет шрифта, используемого при печати</string>202 <string>Font color for printing</string> 200 203 </property> 201 204 <property name="text"> 202 <string>& Цвет...</string>205 <string>&Color...</string> 203 206 </property> 204 207 <property name="icon"> … … 214 217 </property> 215 218 <property name="statusTip"> 216 <string> Задать параметры шрифта, используемого при печати</string>219 <string>Font face for printing</string> 217 220 </property> 218 221 <property name="text"> 219 <string>& Шрифт...</string>222 <string>&Font...</string> 220 223 </property> 221 224 <property name="icon"> … … 274 277 </property> 275 278 <item> 276 <widget class="QToolButton" name="toolButton"> 279 <widget class="QToolButton" name="buttonHelp"> 280 <property name="enabled"> 281 <bool>false</bool> 282 </property> 277 283 <property name="cursor"> 278 284 <cursorShape>PointingHandCursor</cursorShape> 279 285 </property> 280 286 <property name="toolTip"> 281 <string> Справка</string>287 <string>Help</string> 282 288 </property> 283 289 <property name="statusTip"> 284 <string> Получить помощь по настройкам</string>290 <string>Get preferences help</string> 285 291 </property> 286 292 <property name="text"> 287 <string> Помощь</string>293 <string>Help</string> 288 294 </property> 289 295 <property name="icon"> … … 315 321 </property> 316 322 <property name="statusTip"> 317 <string> Сохранить новые параметры</string>323 <string>Save new preferences</string> 318 324 </property> 319 325 <property name="text"> … … 335 341 </property> 336 342 <property name="statusTip"> 337 <string> Закрыть окно без сохранения параметров</string>343 <string>Close without saving preferences</string> 338 344 </property> 339 345 <property name="text"> 340 <string>& Отмена</string>346 <string>&Cancel</string> 341 347 </property> 342 348 <property name="icon">
Note: See TracChangeset
for help on using the changeset viewer.