/***************************************************************************
                          MyClass.h  -  description
                             -------------------
    begin                : Wed Apr 12 2000
    copyright            : (C) 2000 by Richard Dale
    email                : Richard_Dale@tipitina.demon.co.uk
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

#ifndef MYCLASS_H
#define MYCLASS_H

//Generated area. DO NOT EDIT!!!(begin)
#include <qtobjc/QWidget.h>
#include <qtobjc/QGroupBox.h>
#include <qtobjc/QLabel.h>
#include <qtobjc/QScrollBar.h>
#include <qtobjc/QLCDNumber.h>
#include <qtobjc/QPushButton.h>
#include <qtobjc/QCheckBox.h>
#include <qtobjc/QRadioButton.h>
#include <qtobjc/QComboBox.h>
#include <qtobjc/QListBox.h>
#include <qtobjc/QButtonGroup.h>
#include <qtobjc/QLineEdit.h>
#include <qtobjc/QProgressBar.h>
#include <qtobjc/QMultiLineEdit.h>
#include <qtobjc/QListView.h>
#include <qtobjc/QSpinBox.h>
//Generated area. DO NOT EDIT!!!(end)

#include <qtobjc/QWidget.h>

/**
  *@author Richard Dale
  */

@interface MyClass : QWidget 
{
@protected 
	//Generated area. DO NOT EDIT!!!(begin)
	QGroupBox *QGroupBox_1;
	QLabel *QLabel_1;
	QScrollBar *QScrollBar_1;
	QLCDNumber *QLCDNumber_1;
	QWidget *qWidget1;
	QPushButton *QPushButton_1;
	QCheckBox *QCheckBox_1;
	QRadioButton *QRadioButton_1;
	QComboBox *QComboBox_1;
	QListBox *QListBox_1;
	QButtonGroup *QButtonGroup_1;
	QLineEdit *QLineEdit_1;
	QProgressBar *QProgressBar_1;
	QMultiLineEdit *QMultiLineEdit_1;
	QListView *QListView_1;
	QSpinBox *QSpinBox_1;
	//Generated area. DO NOT EDIT!!!(end)

@private 
}

- initWithParent: (QWidget *) parent name: (NSString *) name;
- (void) dealloc;
@end

@interface MyClass (MyClassData)
- (void) initDialog;
@end

#endif

Documentation generated by duke@tipitina on Sat May 6 11:42:52 EDT 2000