Skip to content

Commit

Permalink
fix PyQt6 enum
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Jan 13, 2025
1 parent 7e3af2d commit 5d72ea9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(self, config, parent):
os.path.join(os.path.dirname(__file__), "../qml/OrderedImageList.qml")
)
)
self.view.setResizeMode(QQuickWidget.SizeRootObjectToView)
self.view.setResizeMode(QQuickWidget.ResizeMode.SizeRootObjectToView)
layout.addWidget(self.view)

def config(self):
Expand Down

0 comments on commit 5d72ea9

Please sign in to comment.