Skip to content

SG-41634 Unused PySide1 generated files#209

Merged
eduardoChaucaGallegos merged 1 commit intomasterfrom
ticket/SG-41634-removing-unused-pySide1-generated-files
Jan 28, 2026
Merged

SG-41634 Unused PySide1 generated files#209
eduardoChaucaGallegos merged 1 commit intomasterfrom
ticket/SG-41634-removing-unused-pySide1-generated-files

Conversation

@eduardoChaucaGallegos
Copy link
Contributor

This pull request removes the entire Ui_Preferences class implementation from the python/tk_desktop/ui/preferences.py file. The change deletes all code related to the UI setup for the Preferences dialog, including widget creation, layout configuration, and translation logic.

Removal of Preferences UI implementation:

  • Deleted the Ui_Preferences class and its setupUi and retranslateUi methods, which previously defined the Preferences dialog's UI, including widgets for auto-start and hotkey configuration.
  • Removed imports for QtCore, QtGui, HotKeyEditor, and resources_rc, as they are no longer needed after the UI code was deleted.

@eduardoChaucaGallegos eduardoChaucaGallegos requested a review from a team January 9, 2026 17:28
@eduardoChaucaGallegos eduardoChaucaGallegos merged commit 4bc8700 into master Jan 28, 2026
21 checks passed
@eduardoChaucaGallegos eduardoChaucaGallegos deleted the ticket/SG-41634-removing-unused-pySide1-generated-files branch January 28, 2026 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants