/**********************************************************************
--- Qt Architect generated file ---
File: TfxControlData.h
Last generated: Thu Sep 23 13:35:24 1999
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.
*********************************************************************/
#ifndef TfxControlData_included
#define TfxControlData_included
#include <qpixmap.h>
#include <qwidget.h>
#include <qlabel.h>
#include <qpushbt.h>
#include <qlcdnum.h>
#include <qchkbox.h>
/**
* This class provides the GUI elements for this program.
*
* It is a mainly qtarch-generated class with all the buttons,
* labels and other nice widgets for the user interface.
*
* @short UI class for KTfxWidget
* @author David Banz
* @version 2.6
* @see KTfxWidget
*/
class KTfxControlData : public QWidget
{
Q_OBJECT
public:
/**
*/
KTfxControlData( QWidget* parent = NULL, const char* name = NULL );
/**
*/
virtual ~KTfxControlData();
public slots:
protected slots:
protected:
// QPixmaps for some buttons...
QPixmap aboutPix;
QPixmap helpPix;
QPixmap nextPix;
QPixmap prevPix;
QPixmap playPix;
QPixmap openPix;
QPixmap stopPix;
QPixmap quitPix;
QPixmap monoPix;
QPixmap headphonePix;
QPixmap stereoPix;
// ...end here
QLabel* qtarch_StatusBar;
QLabel* qtarch_FileBar;
QPushButton* qtarch_PlayButton;
QPushButton* qtarch_OpenButton;
QPushButton* qtarch_StopButton;
QPushButton* qtarch_QuitButton;
QLCDNumber* qtarch_SongLcd;
QPushButton* qtarch_DownButton;
QPushButton* qtarch_UpButton;
QLCDNumber* qtarch_BitLcd;
QPushButton* qtarch_EightButton;
QPushButton* qtarch_SixteenButton;
QLCDNumber* qtarch_FreqLcd;
QPushButton* qtarch_HiButton;
QPushButton* qtarch_LoButton;
QCheckBox* qtarch_ToolTipCheck;
QPushButton* qtarch_HelpButton;
QPushButton* qtarch_AboutButton;
QLabel* qtarch_SeparationBar;
QPushButton* qtarch_MonoButton;
QPushButton* qtarch_HeadphonesButton;
QPushButton* qtarch_StereoButton;
QCheckBox* qtarch_OverSample;
};
#endif // TfxControlData_included
Documentation generated by neo@san on Mon May 1 11:29:54 MEST 2000