notes/notesui/notesviews/src/notesnoteview.cpp
changeset 70 a5ed90760192
parent 55 2c54b51f39c4
equal deleted inserted replaced
64:1881ad52dc45 70:a5ed90760192
   113 	mListView = static_cast<HbListView *> (
   113 	mListView = static_cast<HbListView *> (
   114 			mDocLoader->findWidget("noteListView"));
   114 			mDocLoader->findWidget("noteListView"));
   115 	
   115 	
   116 	// Update the list view model.
   116 	// Update the list view model.
   117 	mListView->setModel(subModel);
   117 	mListView->setModel(subModel);
       
   118 	mListView->setItemPixmapCacheEnabled(true);
   118 	// Setup the operations that can be done with a list view.
   119 	// Setup the operations that can be done with a list view.
   119 	connect(
   120 	connect(
   120 			mListView, SIGNAL(released(const QModelIndex &)),
   121 			mListView, SIGNAL(released(const QModelIndex &)),
   121 			this, SLOT(handleItemReleased(const QModelIndex &)));
   122 			this, SLOT(handleItemReleased(const QModelIndex &)));
   122 	connect(
   123 	connect(