Qt4 Support

This commit is contained in:
Alex Spataru 2014-11-04 19:07:23 -06:00
parent bb2ad9fa3a
commit 1b4530dc3c
2 changed files with 2 additions and 8 deletions

View File

@ -87,8 +87,8 @@ void Example::onCheckingFinished() {
// so we inform the user and clear the text of the change log text edit
else {
ui->changelogTextEdit->setPlainText("");
ui->changelogTextEdit->setPlaceholderText("The change log was not downloaded because you "
"are running the latest version of the application...");
//ui->changelogTextEdit->setPlaceholderText("The change log was not downloaded because you "
// "are running the latest version of the application...");
QMessageBox::information(this, tr("No updates available"),
tr("Congratulations! You are running the latest version of the application!"));

View File

@ -26,9 +26,6 @@
<property name="placeholderText">
<string>0.1 (default)</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item>
@ -58,9 +55,6 @@
<property name="backgroundVisible">
<bool>false</bool>
</property>
<property name="placeholderText">
<string>Click on the &quot;Check for Updates&quot; button to download the changelog of the latest version</string>
</property>
</widget>
</item>
<item>