This commit is contained in:
恍兮惚兮 2024-06-21 20:01:49 +08:00
parent f6014cf9a8
commit 1bf9edb063
2 changed files with 2 additions and 1 deletions

View File

@ -182,6 +182,7 @@ class MySwitch(QWidget):
def click(self):
self.setChecked(not self.checked)
self.clicked.emit(self.checked)
def sizeHint(self):
return QSize(

View File

@ -29,7 +29,7 @@ include(generate_product_version)
set(VERSION_MAJOR 5)
set(VERSION_MINOR 2)
set(VERSION_PATCH 0)
set(VERSION_PATCH 1)
add_library(pch pch.cpp)
target_precompile_headers(pch PUBLIC pch.h)