Changeset 430bd7f7e9 in tspsg for ui/mainwindow.ce.ui
- Timestamp:
- Jul 31, 2009, 8:23:07 PM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- ec54b4490b
- Parents:
- b5c9bcb585
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ui/mainwindow.ce.ui
rb5c9bcb585 r430bd7f7e9 10 10 <x>0</x> 11 11 <y>0</y> 12 <width>2 34</width>13 <height> 292</height>12 <width>225</width> 13 <height>322</height> 14 14 </rect> 15 15 </property> … … 22 22 </property> 23 23 <widget class="QWidget" name="centralwidget"> 24 <property name="enabled">25 <bool>true</bool>26 </property>27 24 <widget class="QTabWidget" name="tabWidget"> 28 25 <property name="enabled"> … … 31 28 <property name="geometry"> 32 29 <rect> 33 <x> 0</x>34 <y> 0</y>35 <width>2 35</width>36 <height>24 0</height>30 <x>9</x> 31 <y>9</y> 32 <width>207</width> 33 <height>248</height> 37 34 </rect> 38 35 </property> … … 206 203 <string>Solution</string> 207 204 </attribute> 208 <layout class="QVBoxLayout" name=" _4">205 <layout class="QVBoxLayout" name="verticalLayout_2"> 209 206 <item> 210 < layout class="QHBoxLayout" name="_5">211 <property name=" spacing">212 < number>0</number>207 <widget class="QTextEdit" name="solutionText"> 208 <property name="enabled"> 209 <bool>false</bool> 213 210 </property> 214 <item> 215 <widget class="QTextEdit" name="textEdit"> 216 <property name="sizePolicy"> 217 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 218 <horstretch>0</horstretch> 219 <verstretch>0</verstretch> 220 </sizepolicy> 221 </property> 222 <property name="statusTip"> 223 <string>Solution steps</string> 224 </property> 225 <property name="readOnly"> 226 <bool>true</bool> 227 </property> 228 </widget> 229 </item> 230 <item> 231 <widget class="QGraphicsView" name="graphicsView"> 232 <property name="statusTip"> 233 <string>Solution graph</string> 234 </property> 235 </widget> 236 </item> 237 </layout> 211 <property name="statusTip"> 212 <string>Solution steps</string> 213 </property> 214 <property name="readOnly"> 215 <bool>true</bool> 216 </property> 217 <property name="textInteractionFlags"> 218 <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> 219 </property> 220 </widget> 238 221 </item> 239 222 </layout> … … 246 229 <x>0</x> 247 230 <y>0</y> 248 <width>2 34</width>249 <height>2 4</height>231 <width>225</width> 232 <height>22</height> 250 233 </rect> 251 234 </property> … … 270 253 <normaloff>:/images/icons/filesaveas.png</normaloff>:/images/icons/filesaveas.png</iconset> 271 254 </property> 272 <addaction name="actionFileSaveTask"/> 273 <addaction name="separator"/> 274 <addaction name="actionFileSaveResultAll"/> 275 <addaction name="actionFileSaveResultMatrices"/> 276 <addaction name="actionFileSaveResultGraph"/> 255 <addaction name="actionFileSaveAsTask"/> 256 <addaction name="actionFileSaveAsSolution"/> 277 257 </widget> 278 258 <addaction name="actionFileNew"/> … … 295 275 </property> 296 276 <property name="title"> 297 <string extracomment="Please, append " / Language" when translating this string.">&Language</string>277 <string comment="Please, append " / Language" when translating this string.">&Language</string> 298 278 </property> 299 279 <property name="icon"> … … 369 349 </property> 370 350 </action> 371 <action name="actionFileSave ResultAll">351 <action name="actionFileSaveAsSolution"> 372 352 <property name="enabled"> 373 353 <bool>false</bool> 374 354 </property> 375 355 <property name="text"> 376 <string>&Solution</string> 356 <string>&Solution...</string> 357 </property> 358 <property name="iconText"> 359 <string>Solution...</string> 377 360 </property> 378 361 <property name="toolTip"> … … 497 480 </property> 498 481 </action> 499 <action name="actionFileSave Task">482 <action name="actionFileSaveAsTask"> 500 483 <property name="icon"> 501 484 <iconset resource="../resources/tspsg.qrc"> … … 567 550 <property name="icon"> 568 551 <iconset resource="../resources/tspsg.qrc"> 569 <normaloff>:/images/ qtlogo-64.png</normaloff>:/images/qtlogo-64.png</iconset>552 <normaloff>:/images/icons/qtlogo-64.png</normaloff>:/images/icons/qtlogo-64.png</iconset> 570 553 </property> 571 554 <property name="text">
Note: See TracChangeset
for help on using the changeset viewer.