mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-29 10:56:48 -05:00
Implement drag&drop support in main form to open database files
This commit is contained in:
parent
cdaf25cb3e
commit
7b9b23b143
2 changed files with 42 additions and 0 deletions
|
|
@ -107,6 +107,10 @@ private:
|
|||
void updateTrayIcon();
|
||||
bool isTrayIconEnabled() const;
|
||||
|
||||
static QStringList kdbxFilesFromUrls(const QList<QUrl>& urls);
|
||||
void dragEnterEvent(QDragEnterEvent* event) override;
|
||||
void dropEvent(QDropEvent* event) override;
|
||||
|
||||
const QScopedPointer<Ui::MainWindow> m_ui;
|
||||
SignalMultiplexer m_actionMultiplexer;
|
||||
QAction* m_clearHistoryAction;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue