mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-14 22:09:34 +00:00
readded the object names for the license radio buttons
This commit is contained in:
parent
e0cd5413b6
commit
5cbb606bb7
@ -727,6 +727,8 @@ LicenseAgreementPage::LicenseAgreementPage(Installer *inst)
|
|||||||
licenseBoxLayout->addWidget(m_textBrowser);
|
licenseBoxLayout->addWidget(m_textBrowser);
|
||||||
|
|
||||||
m_acceptRadioButton = new QRadioButton(this);
|
m_acceptRadioButton = new QRadioButton(this);
|
||||||
|
m_acceptRadioButton->setObjectName(QString::fromUtf8("acceptLicenseRB"));
|
||||||
|
|
||||||
m_acceptRadioButton->setShortcut(QKeySequence(tr("Alt+A", "agree license")));
|
m_acceptRadioButton->setShortcut(QKeySequence(tr("Alt+A", "agree license")));
|
||||||
QLabel *acceptLabel = new QLabel(tr("I h<u>a</u>ve read and agree to the following terms contained in "
|
QLabel *acceptLabel = new QLabel(tr("I h<u>a</u>ve read and agree to the following terms contained in "
|
||||||
"the license agreements accompanying the Qt SDK and additional items. I agree that my use of "
|
"the license agreements accompanying the Qt SDK and additional items. I agree that my use of "
|
||||||
@ -736,6 +738,8 @@ LicenseAgreementPage::LicenseAgreementPage(Installer *inst)
|
|||||||
acceptLabel->installEventFilter(acceptClickForwarder);
|
acceptLabel->installEventFilter(acceptClickForwarder);
|
||||||
|
|
||||||
m_rejectRadioButton = new QRadioButton(this);
|
m_rejectRadioButton = new QRadioButton(this);
|
||||||
|
m_acceptRadioButton->setObjectName(QString::fromUtf8("rejectLicenseRB"));
|
||||||
|
|
||||||
m_rejectRadioButton->setShortcut(QKeySequence(tr("Alt+N", "do not agree license")));
|
m_rejectRadioButton->setShortcut(QKeySequence(tr("Alt+N", "do not agree license")));
|
||||||
QLabel *rejectLabel = new QLabel(tr("I do <u>n</u>ot accept the terms and conditions of the above "
|
QLabel *rejectLabel = new QLabel(tr("I do <u>n</u>ot accept the terms and conditions of the above "
|
||||||
"listed license agreements. Please note by checking the box, you must cancel the "
|
"listed license agreements. Please note by checking the box, you must cancel the "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user