notes/notesui/notesviews/src/notesnoteview.cpp
changeset 77 b0711afde476
parent 58 ef813d54df51
equal deleted inserted replaced
68:a5a1242fd2e8 77:b0711afde476
   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(