mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-21 23:40:57 -05:00
Add attachments tab to details view
This commit is contained in:
parent
90a64dbde2
commit
0c200d360b
8 changed files with 82 additions and 9 deletions
|
|
@ -111,6 +111,9 @@ DatabaseWidget::DatabaseWidget(Database* db, QWidget* parent)
|
|||
"border-radius: 5px;");
|
||||
|
||||
m_detailsView = new DetailsWidget(this);
|
||||
connect(m_detailsView, &DetailsWidget::errorOccured, this, [this](const QString& error) {
|
||||
showMessage(error, MessageWidget::MessageType::Error, false);
|
||||
});
|
||||
|
||||
QVBoxLayout* vLayout = new QVBoxLayout(rightHandSideWidget);
|
||||
vLayout->setMargin(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue