mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-01 20:04:49 -05:00
add test for DB creation
This commit is contained in:
parent
c8911c0dfd
commit
c3c67f18b8
6 changed files with 64 additions and 26 deletions
|
|
@ -38,19 +38,17 @@ public:
|
|||
explicit CsvImportWizard(QWidget *parent = nullptr);
|
||||
~CsvImportWizard();
|
||||
void load(const QString& filename, Database *database);
|
||||
void keyFinished(bool accepted, CompositeKey key);
|
||||
|
||||
signals:
|
||||
void importFinished(bool accepted);
|
||||
|
||||
private slots:
|
||||
void keyFinished(bool accepted);
|
||||
void parseFinished(bool accepted);
|
||||
|
||||
private:
|
||||
Database* m_db;
|
||||
CsvImportWidget* parse;
|
||||
ChangeMasterKeyWidget* key;
|
||||
QStackedWidget *m_pages;
|
||||
CsvImportWidget* m_parse;
|
||||
QGridLayout *m_layout;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue