some changes

This commit is contained in:
DenioD
2020-05-05 17:15:05 +02:00
parent b8a1443832
commit 492ebbf1c5
5 changed files with 30 additions and 69 deletions

View File

@@ -20,6 +20,7 @@ void ContactModel::renderContactList(QListView* view)
view->setIconSize(QSize(60,70));
view->setUniformItemSizes(true);
view->setDragDropMode(QAbstractItemView::DropOnly);
view->show();
}