bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicesearchdialogwidget.h
changeset 31 a0ea99b6fa53
parent 29 48ae3789ce00
child 40 997690c3397a
child 42 b72428996822
--- a/bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicesearchdialogwidget.h	Wed May 05 09:56:48 2010 +0300
+++ b/bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicesearchdialogwidget.h	Mon May 17 11:06:23 2010 +0300
@@ -28,7 +28,8 @@
 #include <qstandarditemmodel.h>
 #include <hbradiobuttonlist.h>
 #include <hblistwidget.h>
-
+#include <hbpushbutton.h>
+#include <hblabel.h>
 
 struct device
     {
@@ -53,11 +54,12 @@
     HbPopup *deviceDialogWidget() const;
     
 public slots:
-    void stopClicked();
+    void stopRetryClicked();
     void retryClicked();
-//    void viewByClicked();
+    void viewByClicked();
     void deviceSelected(const QModelIndex& modelIndex);
 //    void viewByItemSelected(int index);
+    void selectionDialogClosed(HbAction*);
     
 private:
     bool constructDialog(const QVariantMap &parameters);
@@ -85,6 +87,11 @@
     QList<QString>      mDeviceTypeList;
     QList<device>       mDeviceList;
     HbListView*         mListView;
+    HbPushButton*       mStopRetryBtn;
+    HbPushButton*       mViewByBtn;
+    HbLabel*            mSearchLabel; 
+    HbLabel*            mSearchIconLabel;
+    HbLabel*            mSearchDoneLabel;
     bool                mViewByChosen;
     QList<device>       mDeviceLstOfType;
     int                 mDeviceLstIdx;