mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-19 19:48:36 -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
|
@ -51,6 +51,11 @@ void EditWidget::setCurrentRow(int index)
|
|||
m_ui->categoryList->setCurrentRow(index);
|
||||
}
|
||||
|
||||
void EditWidget::setHeadline(const QString& text)
|
||||
{
|
||||
m_ui->headerLabel->setText(text);
|
||||
}
|
||||
|
||||
QLabel* EditWidget::headlineLabel()
|
||||
{
|
||||
return m_ui->headerLabel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue