X Tutup
Skip to content

Commit 847355c

Browse files
authored
Update qt.py example - tested configurations
1 parent da45b0d commit 847355c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/qt.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# bar and a browser.
44
#
55
# Tested configurations:
6-
# - PyQt 5.8.2 on Windows/Linux/Mac
7-
# - PyQt 4.11 (qt 4.8) on Windows/Linux
8-
# - PySide 1.2 (qt 4.8) on Windows/Linux/Mac
6+
# - PyQt 5.8.2 (qt 5.8.0) on Windows/Linux/Mac
7+
# - PyQt 4.10.4 / 4.11 (qt 4.8.6) on Windows/Linux
8+
# - PySide 1.2.1 (qt 4.8.6) on Windows/Linux/Mac
99
# - CEF Python v55.4+
1010
#
1111
# Issues with PySide 1.2:

0 commit comments

Comments
 (0)
X Tutup