Changeset 54 in tspsg-svn for trunk/tspsg.pri


Ignore:
Timestamp:
Aug 9, 2009, 1:45:19 AM (15 years ago)
Author:
laleppa
Message:
  • mainwindow.ui and mainwindow.ce.ui had differences only in printing actions and statusbar, so I merged them into one. Differences are now applied in source code. This will simplify Main Window maintenance.
  • Changed #ifndef Q_OS_WINCE to #ifndef QT_NO_PRINTER where relevant.
  • Now using method at() instead of operator [] in solving algorithm. This change dramatically decreased solution time (from 13 seconds to 10-40 milliseconds for 20 cities on my PC).
  • Increased maximum number of cities to 30. Setting more makes no sense at this moment, because generated solution output is big and inserting it to QTextEdit takes veeeeery long time.
  • Translations were updated.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tspsg.pri

    r42 r54  
    2929
    3030#Forms
    31 FORMS += ui/mainwindow.ce.ui \
    32         ui/mainwindow.ui \
     31FORMS += ui/mainwindow.ui \
    3332        ui/settingsdialog.ui \
    3433        ui/settingsdialog.ce.ui
Note: See TracChangeset for help on using the changeset viewer.