Changeset 56dca709c9 in tspsg for ui/mainwindow.ui
- Timestamp:
- Aug 4, 2009, 6:18:14 PM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 6332a24386
- Parents:
- f44855d99e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ui/mainwindow.ui
rf44855d99e r56dca709c9 15 15 </property> 16 16 <property name="windowIcon"> 17 <iconset resource="../resources/tspsg.qrc">17 <iconset> 18 18 <normaloff>:/images/icon.png</normaloff>:/images/icon.png</iconset> 19 19 </property> … … 297 297 <addaction name="menuFileSaveAs"/> 298 298 <addaction name="separator"/> 299 <addaction name="actionFilePrint Setup"/>299 <addaction name="actionFilePrintPreview"/> 300 300 <addaction name="actionFilePrint"/> 301 301 <addaction name="separator"/> … … 362 362 <addaction name="actionFileExit"/> 363 363 </widget> 364 <action name="actionFilePrint Setup">364 <action name="actionFilePrintPreview"> 365 365 <property name="enabled"> 366 366 <bool>false</bool> … … 368 368 <property name="icon"> 369 369 <iconset resource="../resources/tspsg.qrc"> 370 <normaloff>:/images/icons/fileprint.png</normaloff>:/images/icons/fileprint.png</iconset> 371 </property> 372 <property name="text"> 373 <string>P&rint Setup...</string> 374 </property> 375 <property name="statusTip"> 376 <string>Setup printing</string> 370 <normaloff>:/images/icons/document_preview.png</normaloff>:/images/icons/document_preview.png</iconset> 371 </property> 372 <property name="text"> 373 <string>P&rint Preview...</string> 374 </property> 375 <property name="iconText"> 376 <string>Print Preview...</string> 377 </property> 378 <property name="toolTip"> 379 <string>Preview solution results</string> 380 </property> 381 <property name="statusTip"> 382 <string>Preview current solution results before printing</string> 377 383 </property> 378 384 </action> … … 388 394 <string>&Print...</string> 389 395 </property> 390 <property name="statusTip"> 391 <string>Print solution results</string> 396 <property name="iconText"> 397 <string>Print...</string> 398 </property> 399 <property name="toolTip"> 400 <string>Print solution</string> 401 </property> 402 <property name="statusTip"> 403 <string>Print current solution results</string> 392 404 </property> 393 405 <property name="shortcut">
Note: See TracChangeset
for help on using the changeset viewer.