summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/scandialog.h
authorzecke <zecke>2002-07-14 18:04:14 (UTC)
committer zecke <zecke>2002-07-14 18:04:14 (UTC)
commit26c7e63572e729b4846e4f7551bb041aa6d4bd83 (patch) (unidiff)
tree5c3bc09142bd19e84fbebb88f2e37b02e6d603cd /noncore/net/opietooth/manager/scandialog.h
parent31e233a6cf72bc853137ea05285f4d0f41665365 (diff)
downloadopie-26c7e63572e729b4846e4f7551bb041aa6d4bd83.zip
opie-26c7e63572e729b4846e4f7551bb041aa6d4bd83.tar.gz
opie-26c7e63572e729b4846e4f7551bb041aa6d4bd83.tar.bz2
- 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 )
Diffstat (limited to 'noncore/net/opietooth/manager/scandialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/scandialog.h8
1 files changed, 5 insertions, 3 deletions
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
@@ -48,9 +48,10 @@ class Device;
48 48
49 private: // make them private -zecke
49 QFrame* Frame7; 50 QFrame* Frame7;
50 QProgressBar* progress; 51 QProgressBar* progress;
51 QPushButton* StartButton; 52 QPushButton* StartStopButton;
52 QPushButton* StopButton; 53// QPushButton* StopButton;
53 QListView* ListView1; 54 QListView* ListView1;
54 55
55public slots: 56 public slots:
56 void accept(); 57 void accept();
@@ -67,2 +68,3 @@ public slots:
67 private: 68 private:
69 bool m_search:1;
68 void emitToManager(); 70 void emitToManager();