Changeset 42 in tspsg-svn for trunk/src/settingsdialog.h


Ignore:
Timestamp:
Jul 31, 2009, 8:23:07 PM (15 years ago)
Author:
laleppa
Message:

+ Finished solving algorithm (needs thorough testing).
+ Solution can be saved to HTML or OpenDocument? format.
+ Added VERSIONINFO resource for windows builds.

  • Updated translations to have unified terminology everywhere.

NB: This will be the first public alpha build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/settingsdialog.h

    r31 r42  
    11/*
    2  *  TSPSG - TSP Solver and Generator
     2 *  TSPSG: TSP Solver and Generator
    33 *  Copyright (C) 2007-2009 Lёppa <contacts[at]oleksii[dot]name>
    44 *
     
    3737public:
    3838        SettingsDialog(QWidget *parent = 0);
     39        bool fontChanged() const;
     40        bool colorChanged() const;
    3941
    4042private:
     
    4244        QFont font;
    4345        QColor color;
     46        bool newFont;
     47        bool newColor;
    4448#ifndef Q_OS_WINCE
    4549        bool event(QEvent *);
Note: See TracChangeset for help on using the changeset viewer.