Changeset 54 in tspsg-svn for trunk/ui/mainwindow.ui
- Timestamp:
- Aug 9, 2009, 1:45:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/mainwindow.ui
r52 r54 7 7 <x>0</x> 8 8 <y>0</y> 9 <width> 502</width>10 <height> 407</height>9 <width>344</width> 10 <height>381</height> 11 11 </rect> 12 12 </property> … … 15 15 </property> 16 16 <property name="windowIcon"> 17 <iconset >17 <iconset resource="../resources/tspsg.qrc"> 18 18 <normaloff>:/images/icon.png</normaloff>:/images/icon.png</iconset> 19 19 </property> … … 33 33 <verstretch>0</verstretch> 34 34 </sizepolicy> 35 </property> 36 <property name="tabPosition"> 37 <enum>QTabWidget::North</enum> 35 38 </property> 36 39 <property name="currentIndex"> … … 268 271 <x>0</x> 269 272 <y>0</y> 270 <width> 502</width>273 <width>344</width> 271 274 <height>22</height> 272 275 </rect> … … 296 299 <addaction name="actionFileSave"/> 297 300 <addaction name="menuFileSaveAs"/> 298 <addaction name="separator"/>299 <addaction name="actionFilePrintPreview"/>300 <addaction name="actionFilePrint"/>301 301 <addaction name="separator"/> 302 302 <addaction name="actionFileExit"/> … … 342 342 <addaction name="menuHelp"/> 343 343 </widget> 344 <widget class="QStatusBar" name="statusbar"/>345 344 <widget class="QToolBar" name="toolBar"> 346 345 <property name="cursor"> 347 346 <cursorShape>ArrowCursor</cursorShape> 347 </property> 348 <property name="windowTitle"> 349 <string>Toolbar</string> 348 350 </property> 349 351 <attribute name="toolBarArea"> … … 357 359 <addaction name="actionFileSave"/> 358 360 <addaction name="separator"/> 359 <addaction name="actionFilePrint"/>360 361 <addaction name="actionSettingsPreferences"/> 361 362 <addaction name="separator"/> … … 405 406 <property name="shortcut"> 406 407 <string>Ctrl+P</string> 407 </property>408 </action>409 <action name="actionFileSaveSolutionMatrices">410 <property name="enabled">411 <bool>false</bool>412 </property>413 <property name="text">414 <string>Solution S&teps</string>415 </property>416 <property name="toolTip">417 <string>Save solution steps</string>418 </property>419 <property name="statusTip">420 <string>Save solution steps only</string>421 </property>422 </action>423 <action name="actionFileSaveSolutionGraph">424 <property name="enabled">425 <bool>false</bool>426 </property>427 <property name="text">428 <string>Solution &Graph</string>429 </property>430 <property name="toolTip">431 <string>Save solution graph</string>432 </property>433 <property name="statusTip">434 <string>Save solution graph only</string>435 408 </property> 436 409 </action>
Note: See TracChangeset
for help on using the changeset viewer.