equal
deleted
inserted
replaced
29 class HbIcon; |
29 class HbIcon; |
30 class HbDocumentLoader; |
30 class HbDocumentLoader; |
31 class HbListView; |
31 class HbListView; |
32 class BtAbstractDelegate; |
32 class BtAbstractDelegate; |
33 class HbSelectionDialog; |
33 class HbSelectionDialog; |
|
34 class HbGroupBox; |
|
35 class HbDataForm; |
34 |
36 |
35 class BtCpUiSearchView : public BtCpUiBaseView |
37 class BtCpUiSearchView : public BtCpUiBaseView |
36 { |
38 { |
37 Q_OBJECT |
39 Q_OBJECT |
38 |
40 |
70 BtUiDevOtherDevice |
72 BtUiDevOtherDevice |
71 }; |
73 }; |
72 private: |
74 private: |
73 HbDocumentLoader *mLoader; |
75 HbDocumentLoader *mLoader; |
74 HbLabel *mDeviceIcon; |
76 HbLabel *mDeviceIcon; |
75 HbLabel *mLabelFoundDevices; |
77 HbDataForm *mDataForm; |
76 HbLabel *mLabelSearching; |
78 HbLabel *mLabelSearching; |
77 HbListView *mDeviceList; |
79 HbListView *mDeviceList; |
78 QStringList mDevTypeList; |
80 QStringList mDevTypeList; |
79 HbSelectionDialog *mQuery; |
81 HbSelectionDialog *mQuery; |
80 |
82 |
84 BtCpUiBaseView* mMainView; |
86 BtCpUiBaseView* mMainView; |
85 HbAction * mSoftKeyBackAction; |
87 HbAction * mSoftKeyBackAction; |
86 HbAction* mViewBy; |
88 HbAction* mViewBy; |
87 HbAction* mStop; |
89 HbAction* mStop; |
88 HbAction* mRetry; |
90 HbAction* mRetry; |
89 HbAction* mExit; |
|
90 HbAction* mConnect; |
|
91 |
91 |
92 //pointer to abstract delegate, and it is instantiated at runtime |
92 //pointer to abstract delegate, and it is instantiated at runtime |
93 BtAbstractDelegate* mAbstractDelegate; |
93 BtAbstractDelegate* mAbstractDelegate; |
94 BtuiModelSortFilter* mBtuiModelSortFilter; |
94 BtuiModelSortFilter* mBtuiModelSortFilter; |
95 }; |
95 }; |