Changeset 42 in tspsg-svn for trunk/src/settingsdialog.h
- Timestamp:
- Jul 31, 2009, 8:23:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/settingsdialog.h
r31 r42 1 1 /* 2 * TSPSG -TSP Solver and Generator2 * TSPSG: TSP Solver and Generator 3 3 * Copyright (C) 2007-2009 Lёppa <contacts[at]oleksii[dot]name> 4 4 * … … 37 37 public: 38 38 SettingsDialog(QWidget *parent = 0); 39 bool fontChanged() const; 40 bool colorChanged() const; 39 41 40 42 private: … … 42 44 QFont font; 43 45 QColor color; 46 bool newFont; 47 bool newColor; 44 48 #ifndef Q_OS_WINCE 45 49 bool event(QEvent *);
Note: See TracChangeset
for help on using the changeset viewer.