comparison main/NetworkPermissionTester.cpp @ 583:684a917e2d96

Bitbucket -> Sourcehut, and subrepo update
author Chris Cannam
date Fri, 30 Aug 2019 12:14:16 +0100
parents f52766aa747b
children 525076f84504
comparison
equal deleted inserted replaced
582:46cd8639d48b 583:684a917e2d96
51 QLabel *label = new QLabel; 51 QLabel *label = new QLabel;
52 label->setWordWrap(true); 52 label->setWordWrap(true);
53 label->setText 53 label->setText
54 (QCoreApplication::translate 54 (QCoreApplication::translate
55 ("NetworkPermissionTester", 55 ("NetworkPermissionTester",
56 "<h2>Tony: a tool for melody annotation</h2>" 56 "<h2>Welcome to Tony!</h2>"
57 "<p><img src=\":icons/qm-logo-smaller.png\" style=\"float:right\">Tony is a program for computer-assisted pitch and note annotation of unaccompanied melody.</p>" 57 "<p><img src=\":icons/qm-logo-smaller.png\" style=\"float:right\">Tony is a program for computer-assisted pitch and note annotation of unaccompanied melody.</p>"
58 "<p>Developed in the Centre for Digital Music at Queen Mary, University of London, Tony is provided free as open source software under the GNU General Public License.</p>" 58 "<p>Developed in the Centre for Digital Music at Queen Mary, University of London, Tony is open source software under the GNU General Public License.</p>"
59 "<p><hr></p>" 59 "<p><hr></p>"
60 "<p><b>Before we go on...</b></p>" 60 "<p><b>Before we go on...</b></p>"
61 "<p>Tony needs to make occasional network requests to our servers.</p>" 61 "<p>Tony needs to make occasional network requests to our servers.</p>"
62 "<p>This is to:</p>" 62 "<p>This is to:</p>"
63 "<ul><li> tell you when updates are available.</li></ul>" 63 "<ul><li> Tell you when updates are available.</li></ul>"
64 "<p>No personal information will be sent, no tracking is carried out, and all requests happen in the background without interrupting your work.</p>" 64 "<p><b>No personal information will be sent, no tracking is carried out, and no individual information will be shared with anyone else.</b> We will however make aggregate counts of distinct requests for usage reporting.</p>"
65 "<p>We recommend that you allow this. But if you do not wish to do so, please un-check the box below.<br></p>")); 65 "<p>We recommend that you allow this, because it makes Tony more useful to you and supports the public funding of this work. But if you do not wish to allow it, please un-check the box below.<br></p>"));
66 layout->addWidget(label, 0, 0); 66 layout->addWidget(label, 0, 0);
67 67
68 QCheckBox *cb = new QCheckBox(QCoreApplication::translate("NetworkPermissionTester", "Allow this")); 68 QCheckBox *cb = new QCheckBox(QCoreApplication::translate("NetworkPermissionTester", "Allow this"));
69 cb->setChecked(true); 69 cb->setChecked(true);
70 layout->addWidget(cb, 1, 0); 70 layout->addWidget(cb, 1, 0);