Changeset 899d1b8e15 in tspsg for ui/mainwindow.ui
- Timestamp:
- Jun 24, 2009, 6:54:10 PM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- ac4cb71650
- Parents:
- 78282ec778
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ui/mainwindow.ui
r78282ec778 r899d1b8e15 237 237 </property> 238 238 <widget class="QMenu" name="menuFileSave"> 239 <property name="statusTip">240 <string/>241 </property>242 239 <property name="title"> 243 240 <string>&Save</string> … … 249 246 <addaction name="actionFileSaveTask"/> 250 247 <addaction name="separator"/> 251 <addaction name="actionFileSave ResultAll"/>252 <addaction name="actionFileSave ResultMatrices"/>253 <addaction name="actionFileSave ResultGraph"/>248 <addaction name="actionFileSaveSolutionAll"/> 249 <addaction name="actionFileSaveSolutionMatrices"/> 250 <addaction name="actionFileSaveSolutionGraph"/> 254 251 </widget> 255 252 <addaction name="actionFileNew"/> … … 266 263 <string>&Settings</string> 267 264 </property> 268 <addaction name="actionSettingsSettings"/> 265 <widget class="QMenu" name="menuSettingsLanguage"> 266 <property name="toolTip"> 267 <string>Select language</string> 268 </property> 269 <property name="statusTip"> 270 <string>Select application language</string> 271 </property> 272 <property name="title"> 273 <string extracomment="Please, append " / Language" when translating this string.">&Language</string> 274 </property> 275 <addaction name="actionSettingsLanguageAutodetect"/> 276 </widget> 277 <addaction name="menuSettingsLanguage"/> 278 <addaction name="separator"/> 279 <addaction name="actionSettingsPreferences"/> 269 280 </widget> 270 281 <widget class="QMenu" name="menuHelp"> … … 303 314 <addaction name="separator"/> 304 315 <addaction name="actionFilePrint"/> 305 <addaction name="actionSettings Settings"/>316 <addaction name="actionSettingsPreferences"/> 306 317 <addaction name="separator"/> 307 318 <addaction name="actionFileExit"/> … … 337 348 </property> 338 349 </action> 339 <action name="actionFileSave ResultMatrices">350 <action name="actionFileSaveSolutionMatrices"> 340 351 <property name="enabled"> 341 352 <bool>false</bool> … … 351 362 </property> 352 363 </action> 353 <action name="actionFileSave ResultGraph">364 <action name="actionFileSaveSolutionGraph"> 354 365 <property name="enabled"> 355 366 <bool>false</bool> … … 365 376 </property> 366 377 </action> 367 <action name="actionFileSave ResultAll">378 <action name="actionFileSaveSolutionAll"> 368 379 <property name="enabled"> 369 380 <bool>false</bool> … … 424 435 </property> 425 436 </action> 426 <action name="actionSettings Settings">437 <action name="actionSettingsPreferences"> 427 438 <property name="icon"> 428 439 <iconset resource="../resources/tspsg.qrc"> … … 518 529 <property name="shortcut"> 519 530 <string>Ctrl+S</string> 531 </property> 532 </action> 533 <action name="actionSettingsLanguageAutodetect"> 534 <property name="checkable"> 535 <bool>true</bool> 536 </property> 537 <property name="checked"> 538 <bool>true</bool> 539 </property> 540 <property name="text"> 541 <string>&Autodetect</string> 542 </property> 543 <property name="toolTip"> 544 <string>Detect language automatically</string> 545 </property> 546 <property name="statusTip"> 547 <string>Detect language automatically based on regional settings</string> 520 548 </property> 521 549 </action>
Note: See TracChangeset
for help on using the changeset viewer.