forked from github_mirror/framelesshelper
Use new screenshot
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
parent
8b3da2d31a
commit
b51c6ce564
26
README.md
26
README.md
|
@ -4,31 +4,9 @@ If you are using part of or all the code from this repository in your own projec
|
||||||
|
|
||||||
如果您正在使用此项目的部分或全部代码,这是我的荣幸,我很高兴能帮到您,但我同时也希望,您能将您项目的首页或仓库的网址告诉我(闭源或收费都没关系),我将在这个自述文件中链接到您所提供的网址,以供展示。如果您能一并提供一些软件运行时的截图,那就更好了。
|
如果您正在使用此项目的部分或全部代码,这是我的荣幸,我很高兴能帮到您,但我同时也希望,您能将您项目的首页或仓库的网址告诉我(闭源或收费都没关系),我将在这个自述文件中链接到您所提供的网址,以供展示。如果您能一并提供一些软件运行时的截图,那就更好了。
|
||||||
|
|
||||||
## Screenshots - Win32
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Screenshots - Cross platform
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|
|
@ -2,17 +2,7 @@
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,6 @@ void Widget::setupUi()
|
||||||
const QWindow *win = windowHandle();
|
const QWindow *win = windowHandle();
|
||||||
const int titleBarHeight = Utilities::getSystemMetric(win, Utilities::SystemMetric::TitleBarHeight, false);
|
const int titleBarHeight = Utilities::getSystemMetric(win, Utilities::SystemMetric::TitleBarHeight, false);
|
||||||
const QSize systemButtonSize = {qRound(titleBarHeight * 1.5), titleBarHeight};
|
const QSize systemButtonSize = {qRound(titleBarHeight * 1.5), titleBarHeight};
|
||||||
//const QSizePolicy systemButtonSizePolicy = {QSizePolicy::Fixed, QSizePolicy::Fixed};
|
|
||||||
m_minimizeButton = new QPushButton(this);
|
m_minimizeButton = new QPushButton(this);
|
||||||
m_minimizeButton->setObjectName(QStringLiteral("MinimizeButton"));
|
m_minimizeButton->setObjectName(QStringLiteral("MinimizeButton"));
|
||||||
m_minimizeButton->setFixedSize(systemButtonSize);
|
m_minimizeButton->setFixedSize(systemButtonSize);
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 140 KiB |
Loading…
Reference in New Issue