1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

add author gui (#799)

This commit is contained in:
Alex Xu
2025-01-04 21:49:51 -08:00
committed by GitHub
parent 6d21bfa6fa
commit 9e318ed33e
3 changed files with 275 additions and 235 deletions

View File

@@ -269,6 +269,8 @@ class WorkerThread(QtCore.QThread):
options.customheight = str(GUI.heightBox.value())
if GUI.targetDirectory != '':
options.output = GUI.targetDirectory
if GUI.authorEdit.text():
options.author = str(GUI.authorEdit.text())
for i in range(GUI.jobList.count()):
# Make sure that we don't consider any system message as job to do