-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
846a723
commit 3d6492e
Showing
8 changed files
with
13 additions
and
7 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
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 |
---|---|---|
|
@@ -11,8 +11,5 @@ | |
|
||
2、安装后,配置根目录下conf.ini中的服务端ip、端口等信息。 | ||
|
||
## TODO | ||
3、启动软件,开始使用 | ||
|
||
人员管理待实现 | ||
|
||
仓库入库账目审批待实现 |
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 |
---|---|---|
|
@@ -46,6 +46,7 @@ void MainWindow::flushMainWindow() | |
|
||
void MainWindow::initMainWindow() | ||
{ | ||
setWindowTitle(config.softName); | ||
errorW = new ErrorWidget(this); | ||
errorW->hide(); | ||
ui->orderTable->setOrderTitle(); | ||
|
@@ -560,7 +561,7 @@ void MainWindow::on_about_me_triggered() | |
void MainWindow::on_about_writer_triggered() | ||
{ | ||
QString emailA = QString("<a href='mailto:[email protected]'>[email protected]</a>"); | ||
QString text = QString("RJ仓库管理系统 v") + config.nowClientVersion | ||
QString text = config.softName + QString(" v") + config.nowClientVersion | ||
+ QString("<br>反馈:") + emailA + QString("<br>作者:姜雨奇<br>院校:HUST"); | ||
QMessageBox::information(nullptr, QString("关于本软件"), text); | ||
} | ||
|
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
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