phonebookui/pbkcommonui/src/cntgroupdeletepopup.cpp
changeset 37 fd64c38c277d
parent 31 2a11b5b00470
child 40 b46a585f6909
equal deleted inserted replaced
31:2a11b5b00470 37:fd64c38c277d
    52     // Set the select option for those contacts in the selectionModel
    52     // Set the select option for those contacts in the selectionModel
    53     mListView->setModel(mModel);
    53     mListView->setModel(mModel);
    54     // set the listview to multiSelection mode, this will bring MarkAll functionality (from Orbit)
    54     // set the listview to multiSelection mode, this will bring MarkAll functionality (from Orbit)
    55     mListView->setSelectionMode(HbAbstractItemView::MultiSelection);
    55     mListView->setSelectionMode(HbAbstractItemView::MultiSelection);
    56     mListView->setFrictionEnabled(true);
    56     mListView->setFrictionEnabled(true);
    57     mListView->setScrollingStyle(HbScrollArea::PanOrFlick);
    57     mListView->setScrollingStyle(HbScrollArea::PanWithFollowOn);
    58     
    58     
    59     setContentWidget(mListView);
    59     setContentWidget(mListView);
    60     
    60     
    61     setTimeout(HbDialog::NoTimeout);
    61     setTimeout(HbDialog::NoTimeout);
    62     setDismissPolicy(HbDialog::NoDismiss);
    62     setDismissPolicy(HbDialog::NoDismiss);