Add New/Preview Entry Attachments dialog and functionality (#11637)

Closes #11506
Closes #3383

* This change adds a new opportunity to add attachments that don’t require a real file in the file system.
* Add a new dialog window to add and preview attachments and integrate it into the EntryAttachmentsWidget.
* Attachment preview support for images and plain text files.

Additional enhancements:
* Fix sizing of attachment columns
* Add padding to attachment table items
* Fix targeting of preview widget styling to not impact unintended children
This commit is contained in:
Kuznetsov Oleg 2025-01-12 07:08:19 +03:00 committed by GitHub
parent 40ee047ef0
commit dce34de875
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 717 additions and 47 deletions

View file

@ -37,6 +37,7 @@ private slots:
void testConvertToRegex();
void testConvertToRegex_data();
void testArrayContainsValues();
void testMimeTypes();
};
#endif // KEEPASSX_TESTTOOLS_H