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 86e5bc8 commit c069f15Copy full SHA for c069f15
README.md
@@ -69,9 +69,9 @@ Add widgets to the `area` attribute of a `ScrollableAreaQt5`/`ScrollableAreaQt6`
69
In GTK, containers are widgets, so they can be aligned in other containers.
70
71
```Python
72
-import itertools
73
import gi; gi.require_version('Gtk', '3.0')
74
-from gi.repository import Gtk
+import gi.repository.Gtk as Gtk
+import itertools
75
76
window = Gtk.Window()
77
window.connect('destroy', Gtk.main_quit)
0 commit comments