1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-18 23:43:02 +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 -1
View File
@@ -34,13 +34,13 @@ class ALSeatMapWidget(QWidget):
):
super().__init__(parent)
self.__floor = floor
self.__room = room
self.__seats_data = seats_data
self.__selected_seats = []
self.__seat_frames = {}
self.__confirmed = False
self.setupUi()
self.connectSignals()