X Tutup
Skip to content

Commit c6b648e

Browse files
committed
Update qt.py: comments on issues with PySide 1.2
1 parent c6c7f11 commit c6b648e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/qt.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
# - PySide 1.2 (qt 4.8) on Windows/Linux/Mac
99
# - CEF Python v55.4+
1010
#
11-
# Issues with PySide 1.2 on Mac:
12-
# - Keyboard focus issues when switching between controls (Issue #284)
13-
# - Mouse cursor never changes when hovering over links (Issue #311)
14-
# - Sometimes process hangs when quitting app
11+
# Issues with PySide 1.2:
12+
# - Mac: Keyboard focus issues when switching between controls (Issue #284)
13+
# - Mac: Mouse cursor never changes when hovering over links (Issue #311)
14+
# - Windows/Mac: Sometimes process hangs when quitting app (Issue #360)
1515

1616
from cefpython3 import cefpython as cef
1717
import ctypes

0 commit comments

Comments
 (0)
X Tutup