1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-19 07:53:04 +08:00

style(*): 格式化一些界面类的构造函数

This commit is contained in:
2026-01-16 22:33:01 +08:00
parent ba60a5d884
commit 6474f6e3bb
6 changed files with 6 additions and 7 deletions
+1
View File
@@ -28,6 +28,7 @@ class ALSeatFrame(QFrame):
super().__init__(parent)
self.__seat_number = seat_number
self.__is_selected = False
self.setupUi()
def setupUi(