mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
[oemid] Add summary widget text
This commit is contained in:
parent
672634547b
commit
1df726fc1d
2 changed files with 7 additions and 0 deletions
|
@ -113,6 +113,12 @@ QString OEMViewStep::prettyName() const
|
||||||
return tr( "OEM Configuration" );
|
return tr( "OEM Configuration" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QString OEMViewStep::prettyStatus() const
|
||||||
|
{
|
||||||
|
return tr( "Set the OEM Batch Identifier to <code>%1</code>." ).arg( m_user_batchIdentifier );
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
QWidget * OEMViewStep::widget()
|
QWidget * OEMViewStep::widget()
|
||||||
{
|
{
|
||||||
if (!m_widget)
|
if (!m_widget)
|
||||||
|
|
|
@ -37,6 +37,7 @@ public:
|
||||||
virtual ~OEMViewStep() override;
|
virtual ~OEMViewStep() override;
|
||||||
|
|
||||||
QString prettyName() const override;
|
QString prettyName() const override;
|
||||||
|
QString prettyStatus() const override;
|
||||||
|
|
||||||
QWidget* widget() override;
|
QWidget* widget() override;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue