mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Move attachments view to the separate widget EntryAttachmentsWidget
This commit is contained in:
parent
ed0bda98a6
commit
c490c21cd5
10 changed files with 541 additions and 367 deletions
|
@ -111,8 +111,8 @@ 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);
|
||||
connect(m_detailsView, &DetailsWidget::errorOccurred, this, [this](const QString& error) {
|
||||
showMessage(error, MessageWidget::MessageType::Error);
|
||||
});
|
||||
|
||||
QVBoxLayout* vLayout = new QVBoxLayout(rightHandSideWidget);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue