Qt4 Support
This commit is contained in:
parent
bb2ad9fa3a
commit
1b4530dc3c
@ -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!"));
|
||||
|
@ -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 "Check for Updates" button to download the changelog of the latest version</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user