Home
last modified time | relevance | path

Searched refs:cloneButtonBox (Results 1 – 1 of 1) sorted by relevance

/dports/security/keepassxc/keepassxc-2.6.6/tests/gui/
H A DTestGui.cpp1103 auto* cloneButtonBox = cloneDialog->findChild<QDialogButtonBox*>("buttonBox"); in testCloneEntry() local
1104 QTest::mouseClick(cloneButtonBox->button(QDialogButtonBox::Ok), Qt::LeftButton); in testCloneEntry()