mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Support moving groups with drag and drop.
This commit is contained in:
parent
9e0a6ad2d8
commit
d3fbb291bd
4 changed files with 114 additions and 2 deletions
|
@ -91,7 +91,7 @@ void TestGroupModel::test()
|
|||
QSignalSpy spyMoved(model, SIGNAL(rowsMoved(QModelIndex,int,int,QModelIndex,int)));
|
||||
|
||||
Group* group2 = new Group();
|
||||
group1->setObjectName("group2");
|
||||
group2->setObjectName("group2");
|
||||
group2->setName("group2");
|
||||
group2->setParent(groupRoot);
|
||||
QModelIndex index2 = model->index(1, 0, indexRoot);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue