Mercurial > hg > sonic-visualiser
diff main/NetworkPermissionTester.cpp @ 664:b4a7c98e4c83
Small relayout
author | Chris Cannam |
---|---|
date | Tue, 26 Nov 2013 13:14:33 +0000 |
parents | 55efa5a18814 |
children | 7e0d135e6758 |
line wrap: on
line diff
--- a/main/NetworkPermissionTester.cpp Tue Nov 26 13:10:28 2013 +0000 +++ b/main/NetworkPermissionTester.cpp Tue Nov 26 13:14:33 2013 +0000 @@ -48,7 +48,19 @@ QLabel *label = new QLabel; label->setWordWrap(true); - label->setText(QCoreApplication::translate("NetworkPermissionTester", "<h3>Welcome to Sonic Visualiser!</h3><p>Sonic Visualiser is a program for viewing and exploring audio data for semantic music analysis and annotation.</p><p>Developed in the Centre for Digital Music at Queen Mary, University of London, Sonic Visualiser is provided free as open source software under the GNU General Public License.</p><p><b>Before we start...</b></p><p>Sonic Visualiser needs to make occasional network requests to our servers.</p><p>This is in order to:</p><ul><li>download metadata about available and installed plugins; and</li><li>find out when a newer version of Sonic Visualiser is available.</li></ul><p>No personal or identifying information will be sent, and your use of the program will not be tracked.</p><p>We recommend that you allow this, but if you do not wish to do so, please un-check the box below.</p>")); + label->setText + (QCoreApplication::translate + ("NetworkPermissionTester", + "<h3>Welcome to Sonic Visualiser!</h3>" + "<p>Sonic Visualiser is a program for viewing and exploring audio data for semantic music analysis and annotation.</p>" + "<p>Developed in the Centre for Digital Music at Queen Mary, University of London, Sonic Visualiser is provided free as open source software under the GNU General Public License.</p>" + "<p><b>Before we start...</b></p>" + "<p>Sonic Visualiser needs to make occasional network requests to our servers.</p>" + "<p>This is in order to:</p>" + "<ul><li>download metadata about available and installed plugins; and</li>" + "<li>find out when a newer version of Sonic Visualiser is available.</li></ul>" + "<p>No personal or identifying information will be sent, and your use of the program will not be tracked.</p>" + "<p>We recommend that you allow this, but if you do not wish to do so, please un-check the box below.<br></p>")); layout->addWidget(label, 0, 0); QCheckBox *cb = new QCheckBox(QCoreApplication::translate("NetworkPermissionTester", "Allow Sonic Visualiser to make these network requests"));