修改提示文字
This commit is contained in:
@@ -61,7 +61,7 @@ class ExportSettingsCard(GroupHeaderCardWidget):
|
|||||||
self.startButton = PrimaryPushButton(FluentIcon.PLAY_SOLID, "开始")
|
self.startButton = PrimaryPushButton(FluentIcon.PLAY_SOLID, "开始")
|
||||||
|
|
||||||
self.hintIcon = IconWidget(InfoBarIcon.INFORMATION)
|
self.hintIcon = IconWidget(InfoBarIcon.INFORMATION)
|
||||||
self.hintLabel = BodyLabel("点击导出按钮以开始生成 👉")
|
self.hintLabel = BodyLabel("点击开始按钮以开始生成 👉")
|
||||||
self.chooseExportDirectoryButton.setFixedWidth(120)
|
self.chooseExportDirectoryButton.setFixedWidth(120)
|
||||||
self.startButton.setFixedWidth(120)
|
self.startButton.setFixedWidth(120)
|
||||||
self.exportFileNameLineEdit.setFixedWidth(360)
|
self.exportFileNameLineEdit.setFixedWidth(360)
|
||||||
|
|||||||
Reference in New Issue
Block a user