测试了密胺的整个流程、add(点位设置界面增加了 停止功能按钮)、fix bug(修复了点位名称写入数据库不一致的错误)

This commit is contained in:
2025-09-28 17:55:32 +08:00
parent 80272b92b4
commit faea225e24
16 changed files with 10403 additions and 154 deletions

View File

@ -64,7 +64,7 @@ class Window(FramelessWindow):
self.setTitleBar(StandardTitleBar(self))
# use dark theme mode
# setTheme(Theme.DARK)
setTheme(Theme.DARK)
# change the theme color
# setThemeColor('#0078d4')
@ -226,13 +226,8 @@ class Window(FramelessWindow):
QDesktopServices.openUrl(QUrl("https://afdian.net/a/zhiyiYo"))
def move_test(pos_list: list):
print("移动:", pos_list)
# if __name__ == "__main__":
# app = QApplication([])
# w = Window()
# w.position.formsWidget.form_move_signal.connect(move_test)
# w.show()
# app.exec()
if __name__ == "__main__":
app = QApplication([])
w = Window()
w.show()
app.exec()