UI: 更换棋盘风格为暖调木质并更换棋子为玉色风格
|
@ -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>
|
||||
|
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 358 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 358 KiB |
Before Width: | Height: | Size: 56 KiB |
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
@ -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);
|
||||
|
|