- Timestamp:
- Jun 23, 2009, 7:56:29 PM (15 years ago)
- Location:
- trunk/ui
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/mainwindow.ce.ui
r21 r27 3 3 <class>MainWindow</class> 4 4 <widget class="QMainWindow" name="MainWindow"> 5 <property name="enabled"> 6 <bool>true</bool> 7 </property> 5 8 <property name="geometry"> 6 9 <rect> … … 12 15 </property> 13 16 <property name="windowTitle"> 14 <string> Задача коммивояжера</string>17 <string>Travelling salesman problem</string> 15 18 </property> 16 19 <property name="windowIcon"> … … 51 54 <widget class="QWidget" name="tabTask"> 52 55 <attribute name="title"> 53 <string> Задача</string>56 <string>Task</string> 54 57 </attribute> 55 58 <layout class="QVBoxLayout" name="verticalLayout"> … … 72 75 <widget class="QLabel" name="labelVariant"> 73 76 <property name="text"> 74 <string>& Вариант:</string>77 <string>&Variant:</string> 75 78 </property> 76 79 <property name="buddy"> … … 85 88 </property> 86 89 <property name="statusTip"> 87 <string> Номер варианта</string>90 <string>Number of variant</string> 88 91 </property> 89 92 <property name="minimum"> … … 95 98 <widget class="QLabel" name="labelCities"> 96 99 <property name="text"> 97 <string>& Городов:</string>100 <string>&Cities:</string> 98 101 </property> 99 102 <property name="buddy"> … … 108 111 </property> 109 112 <property name="statusTip"> 110 <string> Количество городов, которые обходит коммивояжер</string>113 <string>Number of cities</string> 111 114 </property> 112 115 <property name="minimum"> … … 139 142 <widget class="QTableView" name="taskView"> 140 143 <property name="statusTip"> 141 <string> Стоимости переходов/переездов из города в город</string>144 <string>Cost of travel from city to city</string> 142 145 </property> 143 146 <property name="selectionMode"> … … 167 170 </property> 168 171 <property name="statusTip"> 169 <string> Заполнить таблицу случайными значениями</string>172 <string>Fill table with random numbers</string> 170 173 </property> 171 174 <property name="text"> 172 <string> Случайно</string>175 <string>Random</string> 173 176 </property> 174 177 </widget> … … 180 183 </property> 181 184 <property name="statusTip"> 182 <string> Решить текущую задачу</string>185 <string>Solve current task</string> 183 186 </property> 184 187 <property name="text"> 185 <string> Решить</string>188 <string>Solve</string> 186 189 </property> 187 190 <property name="icon"> … … 197 200 <widget class="QWidget" name="tabSolution"> 198 201 <attribute name="title"> 199 <string> Решение</string>202 <string>Solution</string> 200 203 </attribute> 201 204 <layout class="QVBoxLayout" name="_4"> … … 214 217 </property> 215 218 <property name="statusTip"> 216 <string> Ход решения</string>219 <string>Solution steps</string> 217 220 </property> 218 221 <property name="readOnly"> … … 224 227 <widget class="QGraphicsView" name="graphicsView"> 225 228 <property name="statusTip"> 226 <string> Граф решения</string>229 <string>Solution graph</string> 227 230 </property> 228 231 </widget> … … 250 253 </property> 251 254 <property name="title"> 252 <string>& Файл</string>255 <string>&File</string> 253 256 </property> 254 257 <widget class="QMenu" name="menuFileSave"> … … 257 260 </property> 258 261 <property name="title"> 259 <string> Со&хранить</string>262 <string>&Save</string> 260 263 </property> 261 264 <property name="icon"> … … 277 280 <widget class="QMenu" name="menuSettings"> 278 281 <property name="title"> 279 <string>& Настройки</string>282 <string>&Settings</string> 280 283 </property> 281 284 <addaction name="actionSettingsSettings"/> … … 283 286 <widget class="QMenu" name="menuHelp"> 284 287 <property name="title"> 285 <string>& Помощь</string>288 <string>&Help</string> 286 289 </property> 287 290 <addaction name="actionHelpContents"/> … … 323 326 </property> 324 327 <property name="text"> 325 <string>&Ход решения</string> 326 </property> 327 <property name="statusTip"> 328 <string>Сохранить только хоод решения</string> 328 <string>Solution st&eps</string> 329 </property> 330 <property name="toolTip"> 331 <string>Save solution steps</string> 332 </property> 333 <property name="statusTip"> 334 <string>Save solution steps only</string> 329 335 </property> 330 336 </action> … … 334 340 </property> 335 341 <property name="text"> 336 <string>&Граф решения</string> 337 </property> 338 <property name="statusTip"> 339 <string>Сохранить только граф решения</string> 342 <string>Solution &graph</string> 343 </property> 344 <property name="toolTip"> 345 <string>Save solution graph</string> 346 </property> 347 <property name="statusTip"> 348 <string>Save solution graph only</string> 340 349 </property> 341 350 </action> … … 345 354 </property> 346 355 <property name="text"> 347 <string>&Решение</string> 348 </property> 349 <property name="statusTip"> 350 <string>Сохранить ход и граф решения</string> 356 <string>&Solution</string> 357 </property> 358 <property name="toolTip"> 359 <string>Save solution</string> 360 </property> 361 <property name="statusTip"> 362 <string>Save solution steps and graph</string> 351 363 </property> 352 364 </action> … … 357 369 </property> 358 370 <property name="text"> 359 <string>&Создать</string> 360 </property> 361 <property name="statusTip"> 362 <string>Создать новую задачу</string> 371 <string>&New</string> 372 </property> 373 <property name="iconText"> 374 <string>New</string> 375 </property> 376 <property name="toolTip"> 377 <string>New task</string> 378 </property> 379 <property name="statusTip"> 380 <string>Create new task</string> 363 381 </property> 364 382 <property name="shortcut"> … … 367 385 </action> 368 386 <action name="actionFileOpen"> 387 <property name="enabled"> 388 <bool>false</bool> 389 </property> 369 390 <property name="icon"> 370 391 <iconset resource="../resources/tspsg.qrc"> … … 372 393 </property> 373 394 <property name="text"> 374 <string>&Открыть</string> 395 <string>&Open...</string> 396 </property> 397 <property name="iconText"> 398 <string>Open...</string> 375 399 </property> 376 400 <property name="toolTip"> 377 <string> Открыть задачу</string>378 </property> 379 <property name="statusTip"> 380 <string> Открыть сохраненное условие задачи</string>401 <string>Open task</string> 402 </property> 403 <property name="statusTip"> 404 <string>Open saved task</string> 381 405 </property> 382 406 <property name="shortcut"> … … 390 414 </property> 391 415 <property name="text"> 392 <string>&Параметры</string> 393 </property> 394 <property name="statusTip"> 395 <string>Настройка параметров программмы</string> 416 <string>&Preferences...</string> 417 </property> 418 <property name="iconText"> 419 <string>Preferences...</string> 420 </property> 421 <property name="statusTip"> 422 <string>Application preferences</string> 396 423 </property> 397 424 </action> 398 425 <action name="actionHelpContents"> 426 <property name="enabled"> 427 <bool>false</bool> 428 </property> 399 429 <property name="icon"> 400 430 <iconset resource="../resources/tspsg.qrc"> … … 402 432 </property> 403 433 <property name="text"> 404 <string>& Содежание</string>405 </property> 406 <property name="statusTip"> 407 <string> Вызвать справку по программе</string>434 <string>&Contents</string> 435 </property> 436 <property name="statusTip"> 437 <string>Open help contents</string> 408 438 </property> 409 439 </action> 410 440 <action name="actionHelpContextual"> 441 <property name="enabled"> 442 <bool>false</bool> 443 </property> 411 444 <property name="icon"> 412 445 <iconset resource="../resources/tspsg.qrc"> … … 414 447 </property> 415 448 <property name="text"> 416 <string>& Контекстная справка</string>417 </property> 418 <property name="statusTip"> 419 <string> Вызвать контекстную справку</string>449 <string>&Context help</string> 450 </property> 451 <property name="statusTip"> 452 <string>Open context help</string> 420 453 </property> 421 454 </action> … … 426 459 </property> 427 460 <property name="text"> 428 <string>&Про...</string> 429 </property> 430 <property name="statusTip"> 431 <string>Получить информацию о программе</string> 461 <string>&About...</string> 462 </property> 463 <property name="iconText"> 464 <string>About...</string> 465 </property> 466 <property name="statusTip"> 467 <string>About application</string> 432 468 </property> 433 469 </action> … … 438 474 </property> 439 475 <property name="text"> 440 <string> В&ыход</string>441 </property> 442 <property name="statusTip"> 443 <string> Выйти из программы</string>476 <string>E&xit</string> 477 </property> 478 <property name="statusTip"> 479 <string>Exit application</string> 444 480 </property> 445 481 </action> 446 482 <action name="actionFileSaveTask"> 483 <property name="enabled"> 484 <bool>false</bool> 485 </property> 447 486 <property name="icon"> 448 487 <iconset resource="../resources/tspsg.qrc"> … … 450 489 </property> 451 490 <property name="text"> 452 <string>& Задачу</string>491 <string>&Task...</string> 453 492 </property> 454 493 <property name="iconText"> 455 <string> Сохранить</string>494 <string>Task...</string> 456 495 </property> 457 496 <property name="toolTip"> 458 <string> Сохранить задачу</string>459 </property> 460 <property name="statusTip"> 461 <string> Сохранить условие задачи в файл</string>497 <string>Save task</string> 498 </property> 499 <property name="statusTip"> 500 <string>Save task to file</string> 462 501 </property> 463 502 <property name="shortcut"> -
trunk/ui/mainwindow.ui
r21 r27 12 12 </property> 13 13 <property name="windowTitle"> 14 <string> Задача коммивояжера</string>14 <string>Travelling salesman problem</string> 15 15 </property> 16 16 <property name="windowIcon"> … … 33 33 <widget class="QWidget" name="tabTask"> 34 34 <attribute name="title"> 35 <string> Задача</string>35 <string>Task</string> 36 36 </attribute> 37 37 <layout class="QVBoxLayout"> … … 54 54 <widget class="QLabel" name="labelVariant"> 55 55 <property name="text"> 56 <string>& Вариант:</string>56 <string>&Variant:</string> 57 57 </property> 58 58 <property name="buddy"> … … 67 67 </property> 68 68 <property name="statusTip"> 69 <string> Номер варианта</string>69 <string>Number of variant</string> 70 70 </property> 71 71 <property name="minimum"> … … 77 77 <widget class="QLabel" name="labelCities"> 78 78 <property name="text"> 79 <string>& Городов:</string>79 <string>&Cities:</string> 80 80 </property> 81 81 <property name="buddy"> … … 90 90 </property> 91 91 <property name="statusTip"> 92 <string> Количество городов, которые обходит коммивояжер</string>92 <string>Number of cities</string> 93 93 </property> 94 94 <property name="minimum"> … … 121 121 <widget class="QTableView" name="taskView"> 122 122 <property name="statusTip"> 123 <string> Стоимости переходов/переездов из города в город</string>123 <string>Cost of travel from city to city</string> 124 124 </property> 125 125 <property name="selectionMode"> … … 149 149 </property> 150 150 <property name="statusTip"> 151 <string> Заполнить таблицу случайными значениями</string>151 <string>Fill table with random numbers</string> 152 152 </property> 153 153 <property name="text"> 154 <string> Случайно</string>154 <string>Random</string> 155 155 </property> 156 156 </widget> … … 162 162 </property> 163 163 <property name="statusTip"> 164 <string> Решить текущую задачу</string>164 <string>Solve current task</string> 165 165 </property> 166 166 <property name="text"> 167 <string> Решить</string>167 <string>Solve</string> 168 168 </property> 169 169 <property name="icon"> … … 179 179 <widget class="QWidget" name="tabSolution"> 180 180 <attribute name="title"> 181 <string> Решение</string>181 <string>Solution</string> 182 182 </attribute> 183 183 <layout class="QVBoxLayout"> … … 196 196 </property> 197 197 <property name="statusTip"> 198 <string> Ход решения</string>198 <string>Solution steps</string> 199 199 </property> 200 200 <property name="readOnly"> … … 206 206 <widget class="QGraphicsView" name="graphicsView"> 207 207 <property name="statusTip"> 208 <string> Граф решения</string>208 <string>Solution graph</string> 209 209 </property> 210 210 </widget> … … 234 234 </property> 235 235 <property name="title"> 236 <string>& Файл</string>236 <string>&File</string> 237 237 </property> 238 238 <widget class="QMenu" name="menuFileSave"> … … 241 241 </property> 242 242 <property name="title"> 243 <string> Со&хранить</string>243 <string>&Save</string> 244 244 </property> 245 245 <property name="icon"> … … 264 264 <widget class="QMenu" name="menuSettings"> 265 265 <property name="title"> 266 <string>& Настройки</string>266 <string>&Settings</string> 267 267 </property> 268 268 <addaction name="actionSettingsSettings"/> … … 270 270 <widget class="QMenu" name="menuHelp"> 271 271 <property name="title"> 272 <string>& Помощь</string>272 <string>&Help</string> 273 273 </property> 274 274 <addaction name="actionHelpContents"/> … … 313 313 </property> 314 314 <property name="text"> 315 <string> &Настройка печати</string>316 </property> 317 <property name="statusTip"> 318 <string> Настроить принтер для печати</string>315 <string>P&rint setup...</string> 316 </property> 317 <property name="statusTip"> 318 <string>Setup printing</string> 319 319 </property> 320 320 </action> … … 328 328 </property> 329 329 <property name="text"> 330 <string>& Печать...</string>331 </property> 332 <property name="statusTip"> 333 <string> Распечатать результаты решения</string>330 <string>&Print...</string> 331 </property> 332 <property name="statusTip"> 333 <string>Print solution results</string> 334 334 </property> 335 335 <property name="shortcut"> … … 342 342 </property> 343 343 <property name="text"> 344 <string>&Ход решения</string> 345 </property> 346 <property name="statusTip"> 347 <string>Сохранить только хоод решения</string> 344 <string>Solution st&eps</string> 345 </property> 346 <property name="toolTip"> 347 <string>Save solution steps</string> 348 </property> 349 <property name="statusTip"> 350 <string>Save solution steps only</string> 348 351 </property> 349 352 </action> … … 353 356 </property> 354 357 <property name="text"> 355 <string>&Граф решения</string> 356 </property> 357 <property name="statusTip"> 358 <string>Сохранить только граф решения</string> 358 <string>Solution &graph</string> 359 </property> 360 <property name="toolTip"> 361 <string>Save solution graph</string> 362 </property> 363 <property name="statusTip"> 364 <string>Save solution graph only</string> 359 365 </property> 360 366 </action> … … 364 370 </property> 365 371 <property name="text"> 366 <string>&Решение</string> 367 </property> 368 <property name="statusTip"> 369 <string>Сохранить ход и граф решения</string> 372 <string>&Solution</string> 373 </property> 374 <property name="toolTip"> 375 <string>Save solution</string> 376 </property> 377 <property name="statusTip"> 378 <string>Save solution steps and graph</string> 370 379 </property> 371 380 </action> … … 376 385 </property> 377 386 <property name="text"> 378 <string>&Создать</string> 379 </property> 380 <property name="statusTip"> 381 <string>Создать новую задачу</string> 387 <string>&New</string> 388 </property> 389 <property name="iconText"> 390 <string>New</string> 391 </property> 392 <property name="toolTip"> 393 <string>New task</string> 394 </property> 395 <property name="statusTip"> 396 <string>Create new task</string> 382 397 </property> 383 398 <property name="shortcut"> … … 386 401 </action> 387 402 <action name="actionFileOpen"> 403 <property name="enabled"> 404 <bool>false</bool> 405 </property> 388 406 <property name="icon"> 389 407 <iconset resource="../resources/tspsg.qrc"> … … 391 409 </property> 392 410 <property name="text"> 393 <string>&Открыть</string> 411 <string>&Open...</string> 412 </property> 413 <property name="iconText"> 414 <string>Open...</string> 394 415 </property> 395 416 <property name="toolTip"> 396 <string> Открыть задачу</string>397 </property> 398 <property name="statusTip"> 399 <string> Открыть сохраненное условие задачи</string>417 <string>Open task</string> 418 </property> 419 <property name="statusTip"> 420 <string>Open saved task</string> 400 421 </property> 401 422 <property name="shortcut"> … … 409 430 </property> 410 431 <property name="text"> 411 <string>&Параметры</string> 412 </property> 413 <property name="statusTip"> 414 <string>Настройка параметров программмы</string> 432 <string>&Preferences...</string> 433 </property> 434 <property name="iconText"> 435 <string>Preferences...</string> 436 </property> 437 <property name="statusTip"> 438 <string>Application preferences</string> 415 439 </property> 416 440 </action> 417 441 <action name="actionHelpContents"> 442 <property name="enabled"> 443 <bool>false</bool> 444 </property> 418 445 <property name="icon"> 419 446 <iconset resource="../resources/tspsg.qrc"> … … 421 448 </property> 422 449 <property name="text"> 423 <string>& Содежание</string>424 </property> 425 <property name="statusTip"> 426 <string> Вызвать справку по программе</string>450 <string>&Contents</string> 451 </property> 452 <property name="statusTip"> 453 <string>Open help contents</string> 427 454 </property> 428 455 </action> 429 456 <action name="actionHelpContextual"> 457 <property name="enabled"> 458 <bool>false</bool> 459 </property> 430 460 <property name="icon"> 431 461 <iconset resource="../resources/tspsg.qrc"> … … 433 463 </property> 434 464 <property name="text"> 435 <string>& Контекстная справка</string>436 </property> 437 <property name="statusTip"> 438 <string> Вызвать контекстную справку</string>465 <string>&Context help</string> 466 </property> 467 <property name="statusTip"> 468 <string>Open context help</string> 439 469 </property> 440 470 </action> … … 445 475 </property> 446 476 <property name="text"> 447 <string>&Про...</string> 448 </property> 449 <property name="statusTip"> 450 <string>Получить информацию о программе</string> 477 <string>&About...</string> 478 </property> 479 <property name="iconText"> 480 <string>About...</string> 481 </property> 482 <property name="statusTip"> 483 <string>About application</string> 451 484 </property> 452 485 </action> … … 457 490 </property> 458 491 <property name="text"> 459 <string> В&ыход</string>460 </property> 461 <property name="statusTip"> 462 <string> Выйти из программы</string>492 <string>E&xit</string> 493 </property> 494 <property name="statusTip"> 495 <string>Exit application</string> 463 496 </property> 464 497 </action> 465 498 <action name="actionFileSaveTask"> 499 <property name="enabled"> 500 <bool>false</bool> 501 </property> 466 502 <property name="icon"> 467 503 <iconset resource="../resources/tspsg.qrc"> … … 469 505 </property> 470 506 <property name="text"> 471 <string>& Задачу</string>507 <string>&Task...</string> 472 508 </property> 473 509 <property name="iconText"> 474 <string> Сохранить</string>510 <string>Task...</string> 475 511 </property> 476 512 <property name="toolTip"> 477 <string> Сохранить задачу</string>478 </property> 479 <property name="statusTip"> 480 <string> Сохранить условие задачи в файл</string>513 <string>Save task</string> 514 </property> 515 <property name="statusTip"> 516 <string>Save task to file</string> 481 517 </property> 482 518 <property name="shortcut"> -
trunk/ui/settingsdialog.ce.ui
r26 r27 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"> -
trunk/ui/settingsdialog.ui
r26 r27 7 7 <x>0</x> 8 8 <y>0</y> 9 <width>4 98</width>10 <height>1 88</height>9 <width>448</width> 10 <height>174</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"> … … 149 149 <widget class="QGroupBox" name="groupRandomSettings"> 150 150 <property name="title"> 151 <string> Случайные значения:</string>151 <string>Random values:</string> 152 152 </property> 153 153 <layout class="QVBoxLayout"> … … 163 163 </property> 164 164 <property name="text"> 165 <string> Ми&нимум:</string>165 <string>&Minimal:</string> 166 166 </property> 167 167 <property name="buddy"> … … 176 176 </property> 177 177 <property name="statusTip"> 178 <string> Нижняя граница для генерации случайных значений</string>178 <string>Minimum for random number generation</string> 179 179 </property> 180 180 <property name="maximum"> … … 199 199 </property> 200 200 <property name="text"> 201 <string> &Максимум:</string>201 <string>Ma&ximal:</string> 202 202 </property> 203 203 <property name="buddy"> … … 212 212 </property> 213 213 <property name="statusTip"> 214 <string> Верхняя граница для генерации случайных значений</string>214 <string>Maximum for random number generation</string> 215 215 </property> 216 216 <property name="minimum"> … … 233 233 <widget class="QGroupBox" name="groupPrintSetup"> 234 234 <property name="title"> 235 <string> Настройки печати:</string>235 <string>Print settings:</string> 236 236 </property> 237 237 <layout class="QVBoxLayout" name="verticalLayout"> … … 247 247 </property> 248 248 <property name="text"> 249 <string>& Левый отступ:</string>249 <string>&Left margin:</string> 250 250 </property> 251 251 <property name="buddy"> … … 260 260 </property> 261 261 <property name="statusTip"> 262 <string> Размер отступа от левого края страницы</string>262 <string>Left border margin for page</string> 263 263 </property> 264 264 <property name="maximum"> … … 286 286 </property> 287 287 <property name="statusTip"> 288 <string> Задать цвет шрифта, используемого при печати</string>288 <string>Font color for printing</string> 289 289 </property> 290 290 <property name="text"> 291 <string>& Цвет...</string>291 <string>&Color...</string> 292 292 </property> 293 293 <property name="icon"> … … 303 303 </property> 304 304 <property name="statusTip"> 305 <string> Задать параметры шрифта, используемого при печати</string>305 <string>Font face for printing</string> 306 306 </property> 307 307 <property name="text"> 308 <string>& Шрифт...</string>308 <string>&Font...</string> 309 309 </property> 310 310 <property name="icon"> … … 327 327 </property> 328 328 <property name="statusTip"> 329 <string> Восстанавливать состояние и размеры окна после перезапуска программы</string>329 <string>Restore main window state and position on application restart</string> 330 330 </property> 331 331 <property name="text"> 332 <string> Сохранять состояние и положение главного окна</string>332 <string>Save main window state and position</string> 333 333 </property> 334 334 </widget> … … 367 367 </property> 368 368 <item> 369 <widget class="QToolButton" name="toolButton"> 369 <widget class="QToolButton" name="buttonHelp"> 370 <property name="enabled"> 371 <bool>false</bool> 372 </property> 370 373 <property name="cursor"> 371 374 <cursorShape>PointingHandCursor</cursorShape> 372 375 </property> 373 376 <property name="toolTip"> 374 <string> Справка</string>377 <string>Help</string> 375 378 </property> 376 379 <property name="statusTip"> 377 <string> Получить помощь по настройкам</string>380 <string>Get preferences help</string> 378 381 </property> 379 382 <property name="text"> 380 <string> Помощь</string>383 <string>Help</string> 381 384 </property> 382 385 <property name="icon"> … … 398 401 </property> 399 402 <property name="statusTip"> 400 <string> Наведите указатель мыши на элемент диалога, чтоб получить подсказку</string>403 <string>Hover mouse pointer over dialog elements to get additional help</string> 401 404 </property> 402 405 <property name="text"> … … 420 423 </property> 421 424 <property name="statusTip"> 422 <string> Сохранить новые параметры</string>425 <string>Save new preferences</string> 423 426 </property> 424 427 <property name="text"> … … 440 443 </property> 441 444 <property name="statusTip"> 442 <string> Закрыть окно без сохранения параметров</string>445 <string>Close without saving preferences</string> 443 446 </property> 444 447 <property name="text"> 445 <string>& Отмена</string>448 <string>&Cancel</string> 446 449 </property> 447 450 <property name="icon">
Note: See TracChangeset
for help on using the changeset viewer.