mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-06 16:45:15 -04:00
Add convenience method EditWidget::setHeadline().
This commit is contained in:
parent
21a2e9583b
commit
82d697b657
5 changed files with 12 additions and 8 deletions
|
@ -18,14 +18,12 @@
|
|||
#include "SettingsWidget.h"
|
||||
#include "ui_SettingsWidgetSecurity.h"
|
||||
|
||||
#include <QtGui/QLabel>
|
||||
|
||||
SettingsWidget::SettingsWidget(QWidget* parent)
|
||||
: EditWidget(parent)
|
||||
, m_secWidget(new QWidget())
|
||||
, m_secUi(new Ui::SettingsWidgetSecurity())
|
||||
{
|
||||
headlineLabel()->setText(tr("Application Settings"));
|
||||
setHeadline(tr("Application Settings"));
|
||||
|
||||
m_secUi->setupUi(m_secWidget);
|
||||
add(tr("Security"), m_secWidget);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue