Edit more label texts

This commit is contained in:
johanneshilden 2017-09-30 10:33:56 +03:00
parent 49d5d69e78
commit 4d7851aea7
1 changed files with 3 additions and 3 deletions

View File

@ -24,9 +24,9 @@ RadioButtonSettingsEditor::RadioButtonSettingsEditor(QWidget *parent)
ui->setupUi(widget);
layout->setContentsMargins(20, 20, 20, 20);
m_radioButton1->setText("Palak paneer");
m_radioButton2->setText("Kadai veg");
m_radioButton3->setText("Garlic naan");
m_radioButton1->setText("Coffee");
m_radioButton2->setText("Tea");
m_radioButton3->setText("Algebraic Topology");
layout = new QVBoxLayout;
canvas->setLayout(layout);