Merge branch 'master' of gitee.com:Barryda/QtScrcpy

This commit is contained in:
rankun 2019-02-04 13:57:51 +08:00
commit b8ce7d6bd2
2 changed files with 8 additions and 2 deletions

View file

@ -13,8 +13,8 @@ ToolForm::ToolForm(QWidget* adsorbWidget, AdsorbPositions adsorbPos)
, ui(new Ui::ToolForm) , ui(new Ui::ToolForm)
{ {
ui->setupUi(this); ui->setupUi(this);
//setWindowFlags(windowFlags() | Qt::FramelessWindowHint); setWindowFlags(windowFlags() | Qt::FramelessWindowHint);
setWindowFlags(windowFlags() & ~Qt::WindowMinMaxButtonsHint); //setWindowFlags(windowFlags() & ~Qt::WindowMinMaxButtonsHint);
m_videoForm = dynamic_cast<VideoForm*>(adsorbWidget); m_videoForm = dynamic_cast<VideoForm*>(adsorbWidget);

View file

@ -13,7 +13,13 @@
<property name="windowTitle"> <property name="windowTitle">
<string>Tool</string> <string>Tool</string>
</property> </property>
<property name="styleSheet">
<string notr="true"/>
</property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<property name="topMargin">
<number>30</number>
</property>
<item> <item>
<widget class="QPushButton" name="fullScreenBtn"> <widget class="QPushButton" name="fullScreenBtn">
<property name="toolTip"> <property name="toolTip">