/****************************************************************************
** Form interface generated from reading ui file './TimerSettings.ui'
**
** Created: Fri May 24 05:35:18 2002
**      by:  The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef TIMERSETTINGS_H
#define TIMERSETTINGS_H

#include <qvariant.h>
#include <qdialog.h>
class QVBoxLayout; 
class QHBoxLayout; 
class QGridLayout; 
class QCheckBox;
class QGroupBox;
class QLabel;
class QPushButton;
class QSpinBox;

class TimerSettings : public QDialog
{ 
    Q_OBJECT

public:
    TimerSettings( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
    ~TimerSettings();

    QPushButton* okButton;
    QPushButton* cancelButton;
    QGroupBox* Properties;
    QCheckBox* useGlobalUpdate;
    QLabel* TextLabel1;
    QSpinBox* interval;
    QLabel* TextLabel2;


protected:
    QGridLayout* TimerSettingsLayout;
    QHBoxLayout* Layout4;
    QVBoxLayout* PropertiesLayout;
    QVBoxLayout* Layout4_2;
    QHBoxLayout* Layout3;
};

#endif // TIMERSETTINGS_H
