|
|
/*************************************************************************** dcddlg.h - description ------------------- begin : Sat Aug 12 2000 copyright : (C) 2000 by Luc Langehegermann email : luc@1409.org ***************************************************************************/ /*************************************************************************** * * * 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 DCDDLG_H #define DCDDLG_H #include#include #include #include "server/server.h" /** *@author Luc Langehegermann */ class dcdDlg : public QDialog { Q_OBJECT public: dcdDlg(QWidget *parent=0, int ch=COMM_RXCH, int level=0); ~dcdDlg(); private: QSlider* slider; int channel; private slots: // Private slots void slotDCDChanged (int value); }; #endif
Generated by: ernie on homer on Fri Aug 30 19:54:09 2002, using kdoc 2.0a53. |