[PyKDE] Migrating to qt2.0
Pete Ware
ware at cis.ohio-state.edu
Sat Apr 1 21:22:57 BST 2000
I found myself adding this code fragment:
if qt.QT_VERSION >= 200:
qt.CTRL = qt.Qt.Modifier.CTRL
qt.Key_Delete = qt.Qt.Key.Key_Delete
qt.Key_A = qt.Qt.Key.Key_A
qt.Key_B = qt.Qt.Key.Key_B
qt.Key_C = qt.Qt.Key.Key_C
qt.Key_D = qt.Qt.Key.Key_D
qt.Key_G = qt.Qt.Key.Key_G
qt.Key_H = qt.Qt.Key.Key_H
qt.Key_L = qt.Qt.Key.Key_L
qt.Key_M = qt.Qt.Key.Key_M
qt.Key_N = qt.Qt.Key.Key_N
qt.Key_P = qt.Qt.Key.Key_P
qt.Key_Q = qt.Qt.Key.Key_Q
qt.Key_S = qt.Qt.Key.Key_S
qt.Key_T = qt.Qt.Key.Key_T
to help my application run under either qt 1.44 or qt 2.0.x
--pete
More information about the PyQt
mailing list