Edit some labels in examples
This commit is contained in:
parent
b8088d64f8
commit
78a181b65f
|
@ -21,7 +21,7 @@ CheckBoxSettingsEditor::CheckBoxSettingsEditor(QWidget *parent)
|
||||||
ui->setupUi(widget);
|
ui->setupUi(widget);
|
||||||
layout->setContentsMargins(20, 20, 20, 20);
|
layout->setContentsMargins(20, 20, 20, 20);
|
||||||
|
|
||||||
m_checkBox->setText("Palak paneer");
|
m_checkBox->setText("Extra cheese");
|
||||||
m_checkBox->setChecked(true);
|
m_checkBox->setChecked(true);
|
||||||
|
|
||||||
layout = new QVBoxLayout;
|
layout = new QVBoxLayout;
|
||||||
|
|
|
@ -47,5 +47,5 @@ void SnackbarSettingsEditor::updateWidget()
|
||||||
|
|
||||||
void SnackbarSettingsEditor::showSnackbar()
|
void SnackbarSettingsEditor::showSnackbar()
|
||||||
{
|
{
|
||||||
m_snackbar->addMessage(QString("Hello from the Snackbar"));
|
m_snackbar->addMessage(QString("Snack attack!"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue