We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7141d commit 965c7d2Copy full SHA for 965c7d2
examples/examples_ScrollableAreaQt6.py
@@ -33,7 +33,7 @@ def grid_of_widgets(self, window):
33
34
def single_widget(self, window):
35
self.win2 = window
36
- window.setWindowTitle('`ScrollableAreaQt5` demo')
+ window.setWindowTitle('`ScrollableAreaQt6` demo')
37
window.resize(QSize(600, 200))
38
39
scrollable_area = ScrollableAreaQt6()
0 commit comments