Changeset 107 in tspsg-svn for trunk/ui


Ignore:
Timestamp:
Apr 25, 2010, 4:36:27 PM (14 years ago)
Author:
laleppa
Message:

+ Added SStep::next that indicates what branch was selected for the next step.
+ Added "Show solution graph" option.
+ New CTSPSolver::getTotalSteps() method that returns a total number of steps in the current solution.

  • Moved SCandidate declaration into SStep declaration.
  • Moved everything in tspsolver.h and tspsolver.cpp into TSPSolver namespace.
  • Force CopyAction? on file drop or it will be deleted after dropping in Windows if MoveAction? was selected.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ui/settingsdialog.ui

    r104 r107  
    289289           <layout class="QVBoxLayout" name="_6">
    290290                <item>
     291                 <widget class="QCheckBox" name="cbShowGraph">
     292                  <property name="cursor">
     293                   <cursorShape>PointingHandCursor</cursorShape>
     294                  </property>
     295                  <property name="statusTip">
     296                   <string>Show graphical representation of the solution</string>
     297                  </property>
     298                  <property name="text">
     299                   <string>Show solution graph</string>
     300                  </property>
     301                 </widget>
     302                </item>
     303                <item>
    291304                 <widget class="QCheckBox" name="cbShowMatrix">
    292305                  <property name="cursor">
Note: See TracChangeset for help on using the changeset viewer.