Changeset ec54b4490b in tspsg for resources


Ignore:
Timestamp:
Aug 2, 2009, 1:50:14 AM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
9aa0e521ed
Parents:
430bd7f7e9
Message:

+ Wait Cursor (a.k.a Hourglass) while application starts.
+ Open file, passed as command-line argument.

  • Renamed all resources to have lowercase names.
  • Application couldn't be built on Qt < 4.5, because it has no QTextDocumentWriter class. Made a workaround.
Location:
resources
Files:
2 deleted
2 edited
3 moved

Legend:

Unmodified
Added
Removed
  • resources/tspsg.qrc

    r430bd7f7e9 rec54b4490b  
    11<RCC>
    22    <qresource prefix="/images" >
    3         <file>About.bmp</file>
    4         <file>Icon.png</file>
    5         <file>Settings.png</file>
    6         <file>Task.bmp</file>
     3        <file>about.bmp</file>
     4        <file>icon.png</file>
    75        <file>icons/button_cancel.png</file>
    86        <file>icons/button_ok.png</file>
  • resources/tspsg.rc

    r430bd7f7e9 rec54b4490b  
    1515
    1616// Main Icon
    17 IDI_APPICON     ICON    "Icon.ico"
     17IDI_APPICON     ICON    "icon.ico"
    1818
    1919// Version Info
     
    3939        BLOCK "000004b0"
    4040        BEGIN
    41             VALUE "Comments", BUILD_STATUS
     41//            VALUE "Comments", BUILD_STATUS
    4242            VALUE "CompanyName", "..::Lёppsville::.. Homes"
    4343            VALUE "FileDescription", "TSPSG: TSP Solver and Generator"
Note: See TracChangeset for help on using the changeset viewer.