Changeset 7177744fc7 in tspsg for ui/mainwindow.ui
- Timestamp:
- Oct 15, 2007, 8:35:24 PM (17 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 721c99d482
- Parents:
- bb994a7ff8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ui/mainwindow.ui
rbb994a7ff8 r7177744fc7 6 6 <x>0</x> 7 7 <y>0</y> 8 <width> 506</width>9 <height> 396</height>8 <width>640</width> 9 <height>480</height> 10 10 </rect> 11 11 </property> … … 31 31 <widget class="QWidget" name="tabTask" > 32 32 <attribute name="title" > 33 <string>Зада ние</string>33 <string>Задача</string> 34 34 </attribute> 35 35 <layout class="QVBoxLayout" > … … 64 64 <cursorShape>PointingHandCursor</cursorShape> 65 65 </property> 66 <property name="statusTip" > 67 <string>Номер варианта</string> 68 </property> 66 69 <property name="minimum" > 67 70 <number>1</number> … … 83 86 <property name="cursor" > 84 87 <cursorShape>PointingHandCursor</cursorShape> 88 </property> 89 <property name="statusTip" > 90 <string>Количество городов, которые обходит окммивояжер</string> 85 91 </property> 86 92 <property name="minimum" > … … 112 118 <item> 113 119 <widget class="QTableWidget" name="tableTask" > 120 <property name="statusTip" > 121 <string>Стоимости переходов/переездов из города в город</string> 122 </property> 114 123 <property name="selectionMode" > 115 124 <enum>QAbstractItemView::NoSelection</enum> … … 183 192 <widget class="QWidget" name="tabSolution" > 184 193 <attribute name="title" > 185 <string>Ре зультат</string>194 <string>Решение</string> 186 195 </attribute> 187 196 <layout class="QVBoxLayout" > … … 199 208 </sizepolicy> 200 209 </property> 210 <property name="statusTip" > 211 <string>Ход решения</string> 212 </property> 201 213 <property name="readOnly" > 202 214 <bool>true</bool> … … 205 217 </item> 206 218 <item> 207 <widget class="QGraphicsView" name="graphicsView" /> 219 <widget class="QGraphicsView" name="graphicsView" > 220 <property name="statusTip" > 221 <string>Граф решения</string> 222 </property> 223 </widget> 208 224 </item> 209 225 </layout> … … 220 236 <x>0</x> 221 237 <y>0</y> 222 <width> 506</width>238 <width>640</width> 223 239 <height>21</height> 224 240 </rect> … … 232 248 </property> 233 249 <widget class="QMenu" name="menuFileSave" > 250 <property name="statusTip" > 251 <string/> 252 </property> 234 253 <property name="title" > 235 254 <string>Со&хранить</string> … … 238 257 <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/Save.png</iconset> 239 258 </property> 240 <addaction name="actionFileSaveResults" /> 241 <addaction name="actionFileSaveGraph" /> 242 <addaction name="actionFileSaveAll" /> 259 <addaction name="actionFileSaveTask" /> 260 <addaction name="separator" /> 261 <addaction name="actionFileSaveResultAll" /> 262 <addaction name="actionFileSaveResultMatrices" /> 263 <addaction name="actionFileSaveResultGraph" /> 243 264 </widget> 244 265 <addaction name="actionFileNew" /> … … 288 309 </attribute> 289 310 <addaction name="actionFileNew" /> 290 <addaction name="separator" />291 <addaction name="actionFileSaveAll" />292 311 <addaction name="actionFileOpen" /> 312 <addaction name="actionFileSaveTask" /> 293 313 <addaction name="separator" /> 294 314 <addaction name="actionFilePrint" /> … … 304 324 <string>&Настройка печати</string> 305 325 </property> 326 <property name="statusTip" > 327 <string>Настроить принтер для печати</string> 328 </property> 306 329 </action> 307 330 <action name="actionFilePrint" > 331 <property name="enabled" > 332 <bool>false</bool> 333 </property> 308 334 <property name="icon" > 309 335 <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/Print.png</iconset> … … 311 337 <property name="text" > 312 338 <string>&Печать...</string> 339 </property> 340 <property name="statusTip" > 341 <string>Распечатать результаты решения</string> 313 342 </property> 314 343 <property name="shortcut" > … … 316 345 </property> 317 346 </action> 318 <action name="actionFileSaveResults" > 347 <action name="actionFileSaveResultMatrices" > 348 <property name="enabled" > 349 <bool>false</bool> 350 </property> 319 351 <property name="text" > 320 352 <string>&Ход решения</string> 321 353 </property> 322 </action> 323 <action name="actionFileSaveGraph" > 354 <property name="statusTip" > 355 <string>Сохранить только хоод решения</string> 356 </property> 357 </action> 358 <action name="actionFileSaveResultGraph" > 359 <property name="enabled" > 360 <bool>false</bool> 361 </property> 324 362 <property name="text" > 325 363 <string>&Граф решения</string> 326 364 </property> 327 </action> 328 <action name="actionFileSaveAll" > 329 <property name="icon" > 330 <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/Save.png</iconset> 331 </property> 332 <property name="text" > 333 <string>Сохранить &все</string> 365 <property name="statusTip" > 366 <string>Сохранить только граф решения</string> 367 </property> 368 </action> 369 <action name="actionFileSaveResultAll" > 370 <property name="enabled" > 371 <bool>false</bool> 372 </property> 373 <property name="text" > 374 <string>&Решение</string> 375 </property> 376 <property name="statusTip" > 377 <string>Сохранить ход и граф решения</string> 334 378 </property> 335 379 <property name="shortcut" > … … 344 388 <string>&Создать</string> 345 389 </property> 390 <property name="statusTip" > 391 <string>Создать новую задачу</string> 392 </property> 346 393 <property name="shortcut" > 347 394 <string>Ctrl+N</string> … … 355 402 <string>&Открыть</string> 356 403 </property> 404 <property name="toolTip" > 405 <string>Открыть задачу</string> 406 </property> 407 <property name="statusTip" > 408 <string>Открыть сохраненное условие задачи</string> 409 </property> 357 410 <property name="shortcut" > 358 411 <string>Ctrl+O</string> … … 366 419 <string>&Параметры</string> 367 420 </property> 421 <property name="statusTip" > 422 <string>Настройка параметров программмы</string> 423 </property> 368 424 </action> 369 425 <action name="actionHelpContents" > … … 374 430 <string>&Содежание</string> 375 431 </property> 432 <property name="statusTip" > 433 <string>Вызвать справку по программе</string> 434 </property> 376 435 </action> 377 436 <action name="actionHelpContextual" > … … 382 441 <string>&Контекстная справка</string> 383 442 </property> 443 <property name="statusTip" > 444 <string>Вызвать контекстную справку</string> 445 </property> 384 446 </action> 385 447 <action name="actionHelpAbout" > … … 400 462 <property name="statusTip" > 401 463 <string>Выйти из программы</string> 464 </property> 465 </action> 466 <action name="actionFileSaveTask" > 467 <property name="icon" > 468 <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/Save.png</iconset> 469 </property> 470 <property name="text" > 471 <string>&Задачу</string> 472 </property> 473 <property name="iconText" > 474 <string>Сохранить</string> 475 </property> 476 <property name="toolTip" > 477 <string>Сохранить задачу</string> 478 </property> 479 <property name="statusTip" > 480 <string>Сохранить условие задачи в файл</string> 481 </property> 482 <property name="shortcut" > 483 <string>Ctrl+S</string> 402 484 </property> 403 485 </action>
Note: See TracChangeset
for help on using the changeset viewer.