kandy Library API Documentation

kandyprefsdialog.h

00001 // $Id: kandyprefsdialog.h,v 1.4 2002/06/30 14:24:31 cschumac Exp $
00002 // (C) 2001 by Cornelius Schumacher
00003 
00004 #ifndef _KANDYPREFSDIALOG_H
00005 #define _KANDYPREFSDIALOG_H
00006 
00007 #include <qframe.h>
00008 #include <qlineedit.h>
00009 #include <qcombobox.h>
00010 #include <qcheckbox.h>
00011 #include <qradiobutton.h>
00012 #include <qpushbutton.h>
00013 
00014 #include <kdialogbase.h>
00015 
00016 #include <libkdepim/kprefsdialog.h>
00017 
00021 class KandyPrefsDialog : public KPrefsDialog
00022 {
00023     Q_OBJECT
00024   public:
00026     KandyPrefsDialog(QWidget *parent=0,char *name=0,bool modal=false);
00027     ~KandyPrefsDialog();
00028 
00029   protected:
00030     void setupSerialTab();
00031     void setupWindowsTab();
00032  private:
00033     KPrefsWidString *serialDevice;
00034     KPrefsWidBool *openOnStartup;
00035     KPrefsWidBool *startupTerminal;
00036     KPrefsWidBool *startupMobile;
00037 };
00038 
00039 #endif
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sat Oct 18 02:47:06 2003 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001