From 26c7e63572e729b4846e4f7551bb041aa6d4bd83 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 14 Jul 2002 18:04:14 +0000 Subject: - able to configure HCID - able to save and restore known devices - able to scan servivces and shows the right pixmap too - able to do some more - scan dialog clean up ( tiny ) --- (limited to 'noncore/net/opietooth/manager/scandialog.h') diff --git a/noncore/net/opietooth/manager/scandialog.h b/noncore/net/opietooth/manager/scandialog.h index f18784d..8f8d39a 100644 --- a/noncore/net/opietooth/manager/scandialog.h +++ b/noncore/net/opietooth/manager/scandialog.h @@ -46,13 +46,14 @@ class Device; ScanDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~ScanDialog(); + private: // make them private -zecke QFrame* Frame7; QProgressBar* progress; - QPushButton* StartButton; - QPushButton* StopButton; + QPushButton* StartStopButton; +// QPushButton* StopButton; QListView* ListView1; -public slots: + public slots: void accept(); protected: @@ -65,6 +66,7 @@ public slots: void fillList(const QString& device, RemoteDevice::ValueList list); private: + bool m_search:1; void emitToManager(); Manager *localDevice; int progressStat; -- cgit v0.9.0.2