mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Support PySide6
This commit is contained in:
parent
ad34c10c75
commit
b905dfe4bb
1 changed files with 2 additions and 2 deletions
|
|
@ -165,9 +165,9 @@ class DebugUI(QtWidgets.QDialog):
|
|||
text_edit = QtWidgets.QTextEdit()
|
||||
text_edit.setFixedHeight(65)
|
||||
font = QtGui.QFont("NONEXISTENTFONT")
|
||||
font.setStyleHint(font.TypeWriter)
|
||||
font.setStyleHint(QtGui.QFont.TypeWriter)
|
||||
text_edit.setFont(font)
|
||||
text_edit.setLineWrapMode(text_edit.NoWrap)
|
||||
text_edit.setLineWrapMode(QtWidgets.QTextEdit.NoWrap)
|
||||
|
||||
step = QtWidgets.QPushButton("Step")
|
||||
step.setEnabled(False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue