| 497 | } |
| 498 | |
| 499 | void MainWindow::setTheme(QString theme) { |
| 500 | PubLib::setConfig("Theme",theme); |
| 501 | Global::gTheme = theme; |
| 502 | QMessageBox::about(this, tr("提示"), tr("主题设置成功,重启生效!")); |
| 503 | } |
| 504 | |
| 505 | void MainWindow::setThemeIcon() { |
| 506 | if(Global::gTheme == DARK_THEME) { |
nothing calls this directly
no outgoing calls
no test coverage detected