From bcb704366cb5e333a626c18c308c7e0448a8e69f Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- wifi/kwireless/propertytable.h | 45 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 wifi/kwireless/propertytable.h (limited to 'wifi/kwireless/propertytable.h') diff --git a/wifi/kwireless/propertytable.h b/wifi/kwireless/propertytable.h new file mode 100644 index 00000000..4eadc78a --- /dev/null +++ b/wifi/kwireless/propertytable.h @@ -0,0 +1,45 @@ +/* + $ Author: Mirko Boehm $ + $ License: This code is licensed under the LGPL $ + $ Copyright: (C) 1996-2003, Mirko Boehm $ + $ Contact: Mirko Boehm + http://www.kde.org + http://www.hackerbuero.org $ +*/ + +#ifndef KWIRELESS_PROPERTYTABLE_H +#define KWIRELESS_PROPERTYTABLE_H + +#include +#include +#include "propertytablebase.h" + +class DeviceInfo; +class QTimer; + +class PropertyTable : public PropertyTableBase +{ + Q_OBJECT +public: + PropertyTable(QWidget *parent = 0, const char* name = 0); + ~PropertyTable(); +}; + + +class PropertiesDialog : public KDialogBase +{ + Q_OBJECT +public: + PropertiesDialog(QWidget *parent = 0, const char *name = 0); +protected: + PropertyTable *table; + QPtrList *info; + bool wait; + QTimer *timer; +public slots: + void update(QPtrList *); + void timeout(); + void selected(int); +}; + +#endif // KWIRELESS_PROPERTYTABLE_H -- cgit v1.2.1