This commit is contained in:
Barry 2018-11-19 22:39:53 +08:00
parent a680d8d722
commit bcf4be72ce
2 changed files with 13 additions and 1 deletions

View file

@ -11,7 +11,7 @@ Dialog::Dialog(QWidget *parent) :
{
ui->setupUi(this);
setAttribute(Qt::WA_DeleteOnClose);
//setWindowFlags(windowFlags() | Qt::WindowMaximizeButtonHint | Qt::WindowMinimizeButtonHint);
setWindowFlags(windowFlags() | Qt::WindowMinimizeButtonHint);
connect(&m_adb, &AdbProcess::adbProcessResult, this, [this](AdbProcess::ADB_EXEC_RESULT processResult){
QString log = "";

View file

@ -10,6 +10,18 @@
<height>412</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>442</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>442</width>
<height>16777215</height>
</size>
</property>
<property name="windowTitle">
<string>QtScrcpy</string>
</property>