mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Add clipboard-text and refresh icons to resources
This commit is contained in:
parent
243f68e0e8
commit
7168bcdbe5
5 changed files with 33 additions and 17 deletions
|
@ -103,7 +103,8 @@ PasswordGeneratorWidget::~PasswordGeneratorWidget()
|
|||
{
|
||||
}
|
||||
|
||||
PasswordGeneratorWidget* PasswordGeneratorWidget::popupGenerator(QWidget* parent) {
|
||||
PasswordGeneratorWidget* PasswordGeneratorWidget::popupGenerator(QWidget* parent)
|
||||
{
|
||||
auto pwGenerator = new PasswordGeneratorWidget(parent);
|
||||
pwGenerator->setWindowModality(Qt::ApplicationModal);
|
||||
pwGenerator->setWindowFlags(Qt::Dialog | Qt::MSWindowsFixedSizeDialogHint);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue