Changeset b424a7e320 in tspsg for ui


Ignore:
Timestamp:
Aug 2, 2009, 9:47:45 PM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
6b3d3c1bbb
Parents:
9aa0e521ed
Message:

+ Current file name is displayed in main application window header.

  • Created a method for prompt for unsaved changes to unify it throughout the code.
  • Some stylistic README changes.
Location:
ui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ui/mainwindow.ce.ui

    r9aa0e521ed rb424a7e320  
    1515  </property>
    1616  <property name="windowTitle">
    17    <string>Travelling salesman problem[*]</string>
     17   <string>Travelling Salesman Problem[*]</string>
    1818  </property>
    1919  <property name="windowIcon">
    2020   <iconset resource="../resources/tspsg.qrc">
    21     <normaloff>:/images/Icon.png</normaloff>:/images/Icon.png</iconset>
     21    <normaloff>:/images/icon.png</normaloff>:/images/icon.png</iconset>
    2222  </property>
    2323  <widget class="QWidget" name="centralwidget">
  • ui/mainwindow.ui

    r9aa0e521ed rb424a7e320  
    1212  </property>
    1313  <property name="windowTitle">
    14    <string>Travelling salesman problem[*]</string>
     14   <string>Travelling Salesman Problem</string>
    1515  </property>
    1616  <property name="windowIcon">
    1717   <iconset resource="../resources/tspsg.qrc">
    18     <normaloff>:/images/Icon.png</normaloff>:/images/Icon.png</iconset>
     18    <normaloff>:/images/icon.png</normaloff>:/images/icon.png</iconset>
    1919  </property>
    2020  <widget class="QWidget" name="centralwidget">
Note: See TracChangeset for help on using the changeset viewer.