Changeset 67 in tspsg-svn for trunk/src/settingsdialog.h
- Timestamp:
- Oct 24, 2009, 3:37:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/settingsdialog.h
r66 r67 1 1 /*! 2 * \class SettingsDialog 3 * \brief Class for handling Settings Dialog UI and logic. 2 * \file settingsdialog.h 4 3 * \author Copyright © 2007-2009 Lёppa <contacts[at]oleksii[dot]name> 5 4 * 6 5 * $Id$ 7 6 * $URL$ 7 * 8 * \brief Defines SettingsDialog class. 8 9 * 9 10 * <b>TSPSG: TSP Solver and Generator</b> … … 28 29 #define SETTINGSDIALOG_H 29 30 30 /*!31 * \file settingsdialog.h32 * \brief Defines SettingsDialog class.33 */34 35 31 #include "globals.h" 36 32 37 33 #include "ui_settingsdialog.h" 38 34 35 /*! 36 * \brief Class for handling Settings Dialog UI and logic. 37 * \author Copyright © 2007-2009 Lёppa <contacts[at]oleksii[dot]name> 38 */ 39 39 class SettingsDialog: public QDialog, Ui::SettingsDialog 40 40 { … … 52 52 QSettings *settings; 53 53 #ifndef Q_OS_WINCE 54 bool event(QEvent *);55 56 54 QCheckBox *cbSaveState; 57 55 QLabel *imgIcon; 58 56 QLabel *labelHint; 59 57 QFrame *lineVertical; 58 59 bool event(QEvent *); 60 60 #endif // Q_OS_WINCE 61 61
Note: See TracChangeset
for help on using the changeset viewer.