mirror of
https://github.com/KenanZhu/AutoLibrary.git
synced 2026-06-18 07:23:03 +08:00
refactor(gui): 统一 setupUi 命名并调整按钮布局
This commit is contained in:
@@ -28,15 +28,14 @@ class ALTimerTaskHistoryDialog(QDialog):
|
||||
):
|
||||
|
||||
super().__init__(parent)
|
||||
|
||||
self.__task_data = task_data
|
||||
self.__history = task_data.get("repeat_history", [])
|
||||
|
||||
self.modifyUi()
|
||||
self.setupUi()
|
||||
self.connectSignals()
|
||||
|
||||
|
||||
def modifyUi(
|
||||
def setupUi(
|
||||
self
|
||||
):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user