-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: datyuesh <[email protected]>
- Loading branch information
datyuesh
committed
Feb 20, 2021
1 parent
ded8b0f
commit 4b0c8fb
Showing
6 changed files
with
49 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ About::About(QWidget *parent) : | |
XAtomHelper::getInstance()->setWindowMotifHint(this->winId(), hints); | ||
|
||
ui->iconLabel->setPixmap(QIcon::fromTheme("kylin-notebook").pixmap(24,24)); | ||
ui->titleLabel->setText(tr("Kylin Memo")); | ||
ui->closeBtn->setIcon(QIcon::fromTheme("window-close-symbolic")); | ||
ui->closeBtn->setProperty("isWindowButton", 0x2); | ||
ui->closeBtn->setProperty("useIconHighlightEffect", 0x8); | ||
|
@@ -38,6 +39,7 @@ About::About(QWidget *parent) : | |
"style=\"color: palette(buttonText)\">" | ||
"[email protected]</a>"); | ||
ui->appiconLabel->setPixmap(QIcon::fromTheme("kylin-notebook").pixmap(96,96)); | ||
ui->appnameLabel->setText(tr("Kylin Memo")); | ||
ui->introduceLabel->setText(tr("Kylin Memo is a self-developed sidebar application plug-in, " | ||
"which provides a rich interface, convenient operation and stable functions, " | ||
"aiming at a friendly user experience.")); | ||
|
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
Binary file not shown.
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