Changeset e0fcac5f2c in tspsg for src/settingsdialog.h


Ignore:
Timestamp:
Oct 24, 2009, 3:37:48 PM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
8af59c4aa3
Parents:
85ad815b0b
Message:
  • Finished documentation.
  • Sorted all functions in .cpp files according to order of their declaration in .h files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/settingsdialog.h

    r85ad815b0b re0fcac5f2c  
    11/*!
    2  * \class SettingsDialog
    3  * \brief Class for handling Settings Dialog UI and logic.
     2 * \file settingsdialog.h
    43 * \author Copyright &copy; 2007-2009 Lёppa <contacts[at]oleksii[dot]name>
    54 *
    65 *  $Id$
    76 *  $URL$
     7 *
     8 * \brief Defines SettingsDialog class.
    89 *
    910 *  <b>TSPSG: TSP Solver and Generator</b>
     
    2829#define SETTINGSDIALOG_H
    2930
    30 /*!
    31  * \file settingsdialog.h
    32  * \brief Defines SettingsDialog class.
    33  */
    34 
    3531#include "globals.h"
    3632
    3733#include "ui_settingsdialog.h"
    3834
     35/*!
     36 * \brief Class for handling Settings Dialog UI and logic.
     37 * \author Copyright &copy; 2007-2009 Lёppa <contacts[at]oleksii[dot]name>
     38 */
    3939class SettingsDialog: public QDialog, Ui::SettingsDialog
    4040{
     
    5252        QSettings *settings;
    5353#ifndef Q_OS_WINCE
    54         bool event(QEvent *);
    55 
    5654        QCheckBox *cbSaveState;
    5755        QLabel *imgIcon;
    5856        QLabel *labelHint;
    5957        QFrame *lineVertical;
     58
     59        bool event(QEvent *);
    6060#endif // Q_OS_WINCE
    6161
Note: See TracChangeset for help on using the changeset viewer.