-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"api": "1.0" | ||
} | ||
"api": "1.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -164,7 +164,7 @@ void WeatherPlugin::invokedMenuItem(const QString &itemKey, const QString &menuI | |
|
||
void WeatherPlugin::MBAbout() | ||
{ | ||
QMessageBox aboutMB(QMessageBox::NoIcon, "海天鹰天气预报 4.9.1", "关于\n\n深度Linux系统上一款在任务栏显示天气的插件。\n作者:黄颖\nE-mail: [email protected]\n源码:https://github.com/sonichy/WEATHER_DDE_DOCK\n天气API:https://www.sojson.com/blog/305.html"); | ||
QMessageBox aboutMB(QMessageBox::NoIcon, "海天鹰天气预报 4.9.2", "关于\n\n深度Linux系统上一款在任务栏显示天气的插件。\n作者:黄颖\nE-mail: [email protected]\n源码:https://github.com/sonichy/WEATHER_DDE_DOCK\n天气API:https://www.sojson.com/blog/305.html"); | ||
aboutMB.setIconPixmap(QPixmap(":/icon/sunny.png")); | ||
aboutMB.exec(); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,4 +77,4 @@ void WeatherWidget::mousePressEvent(QMouseEvent *e) | |
} | ||
|
||
QWidget::mousePressEvent(e); | ||
} | ||
} |