equal
deleted
inserted
replaced
87 |
87 |
88 // Load items from xml file |
88 // Load items from xml file |
89 loadItemsFromResources(loader); |
89 loadItemsFromResources(loader); |
90 |
90 |
91 // Set list widget items |
91 // Set list widget items |
92 mListPlugins->setLongPressEnabled(true); |
|
93 mListPlugins->setClampingStyle(HbScrollArea::BounceBackClamping); |
92 mListPlugins->setClampingStyle(HbScrollArea::BounceBackClamping); |
94 mListPlugins->setFrictionEnabled(true); |
93 mListPlugins->setFrictionEnabled(true); |
95 |
94 |
96 // Create stop profiling action |
95 // Create stop profiling action |
97 mActionStopProfiling = new HbAction("Stop Profiling", this); |
96 mActionStopProfiling = new HbAction("Stop Profiling", this); |
185 // --------------------------------------------------------------------------- |
184 // --------------------------------------------------------------------------- |
186 |
185 |
187 void PIMainView::showAboutPopup() |
186 void PIMainView::showAboutPopup() |
188 { |
187 { |
189 |
188 |
190 Notifications::showMessageBox("Version 2.2.0.2 - 4th May 2010. \n" |
189 Notifications::showMessageBox("Version 2.2.1 - 10th August 2010. \n" |
191 "Copyright © 2010 Nokia Corporation " |
190 "Copyright © 2010 Nokia Corporation " |
192 "and/or its subsidiary(-ies). " |
191 "and/or its subsidiary(-ies). " |
193 "All rights reserved."); |
192 "All rights reserved."); |
194 |
193 |
195 } |
194 } |