-
Notifications
You must be signed in to change notification settings - Fork 22
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
12 changed files
with
46,361 additions
and
33,867 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
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 |
---|---|---|
|
@@ -8,10 +8,11 @@ | |
#include <QMenu> | ||
|
||
const QString ShowJCR::author = "hitfyd"; | ||
const QString ShowJCR::version = "v2022-1.2"; | ||
const QString ShowJCR::version = "v2023-1.0"; | ||
const QString ShowJCR::email = "[email protected]"; | ||
const QString ShowJCR::codeURL = "https://github.com/hitfyd/ShowJCR"; | ||
const QString ShowJCR::updateURL = "https://github.com/hitfyd/ShowJCR/releases"; | ||
const QString ShowJCR::windowTitile = tr("中科院分区表升级版2023"); | ||
const QString ShowJCR::logoIconName = ":/image/jcr-logo.jpg"; | ||
const QString ShowJCR::datasetName = "jcr.db"; //数据集暂时无法使用资源文件;在程序自启动时,程序的运行目录是C:/WINDOWS/system32而不是程序目录,因此需要结合QApplication::applicationFilePath()修改 | ||
const QString ShowJCR::defaultJournal = "National Science Review"; | ||
|
@@ -21,6 +22,7 @@ ShowJCR::ShowJCR(QWidget *parent) | |
, ui(new Ui::ShowJCR) | ||
{ | ||
ui->setupUi(this); | ||
this->setWindowTitle(windowTitile); | ||
|
||
//获取程序运行信息 | ||
appName = QApplication::applicationName();//程序名称 | ||
|
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
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
Oops, something went wrong.