From 64aef1ef73e11aed3629fd52fc7f89f2ac6f124a Mon Sep 17 00:00:00 2001 From: Barry <870709864@qq.com> Date: Sun, 20 Jan 2019 22:08:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0TODO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QtScrcpy/toolform.cpp | 2 +- TODO.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 TODO.txt diff --git a/QtScrcpy/toolform.cpp b/QtScrcpy/toolform.cpp index 000729a..0afd7f8 100644 --- a/QtScrcpy/toolform.cpp +++ b/QtScrcpy/toolform.cpp @@ -8,7 +8,7 @@ ToolForm::ToolForm(QWidget* adsorbWidget, AdsorbPositions adsorbPos) , ui(new Ui::ToolForm) { ui->setupUi(this); - setWindowFlags(windowFlags() | Qt::FramelessWindowHint); + //setWindowFlags(windowFlags() | Qt::FramelessWindowHint); } ToolForm::~ToolForm() diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..da2c20b --- /dev/null +++ b/TODO.txt @@ -0,0 +1,2 @@ +手机窗口启动动画 +工具窗口 \ No newline at end of file