From 7cb7ee22e0df089c0883f5babfdb8256603fc82c Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Fri, 10 Jun 2022 17:32:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=BB=E7=AA=97=E5=8F=A3?= =?UTF-8?q?=E5=92=8C=E8=A3=81=E5=88=87=E5=8C=BA=E5=9F=9F=E7=AA=97=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/scanner/cutpapertool.ui | 37 ++++++++++++++++++++++++++++--------- app/scanner/mainwindow.cpp | 1 + 2 files changed, 29 insertions(+), 9 deletions(-) diff --git a/app/scanner/cutpapertool.ui b/app/scanner/cutpapertool.ui index b1ff26fc..af8c0a65 100644 --- a/app/scanner/cutpapertool.ui +++ b/app/scanner/cutpapertool.ui @@ -6,8 +6,8 @@ 0 0 - 461 - 281 + 439 + 700 @@ -19,7 +19,7 @@ 自定义扫描区域 - + @@ -143,13 +143,32 @@ - - - - 0 - 0 - + + + true + + + + 0 + 0 + 421 + 454 + + + + + + + + 0 + 0 + + + + + + diff --git a/app/scanner/mainwindow.cpp b/app/scanner/mainwindow.cpp index 723c3efa..49d5f187 100644 --- a/app/scanner/mainwindow.cpp +++ b/app/scanner/mainwindow.cpp @@ -77,6 +77,7 @@ MainWindow::MainWindow(QWidget *parent) #endif this->setAutoFillBackground(true); this->setPalette(QPalette(QColor(230, 230, 230))); + resize(950,720); m_config.load();