UI: 更换棋盘风格为暖调木质并更换棋子为玉色风格

This commit is contained in:
CalciteM Team 2019-09-01 20:13:32 +08:00
parent 575f5396a5
commit 6d056a0340
15 changed files with 0 additions and 8 deletions

View File

@ -2,7 +2,6 @@
<qresource prefix="/image">
<file>resources/image/black_piece.png</file>
<file>resources/image/board.png</file>
<file>resources/image/donate.png</file>
<file>resources/image/white_piece.png</file>
<file>resources/image/background.png</file>
</qresource>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 358 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 358 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -983,13 +983,6 @@ void NineChessWindow::on_actionAbout_A_triggered()
version_text->setText(tr("Version: ") + versionNumber);
version_text->setAlignment(Qt::AlignLeft);
donate_text->setText("Donate");
donate_text->setAlignment(Qt::AlignCenter);
label_image->setPixmap(QPixmap(QString::fromUtf8(":/image/resources/image/donate.png")));
label_image->setAlignment(Qt::AlignCenter);
label_image->setScaledContents(true);
// 布局
vLayout->addLayout(hLayout);
//hLayout->addWidget(label_icon1);