|
43 | 43 | import shutil |
44 | 44 |
|
45 | 45 |
|
46 | | -__version__ = "1.1.0.b5" |
| 46 | +__version__ = "1.1.0.b6" |
47 | 47 |
|
48 | 48 | # Enable support for `from Qt import *` |
49 | 49 | __all__ = [] |
|
109 | 109 | "QGenericArgument", |
110 | 110 | "QGenericReturnArgument", |
111 | 111 | "QHistoryState", |
| 112 | + "QItemSelectionRange", |
112 | 113 | "QIODevice", |
113 | 114 | "QLibraryInfo", |
114 | 115 | "QLine", |
|
660 | 661 | "QtCore.QSortFilterProxyModel": "QtCore.QSortFilterProxyModel", |
661 | 662 | "QtCore.QItemSelection": "QtCore.QItemSelection", |
662 | 663 | "QtCore.QItemSelectionModel": "QtCore.QItemSelectionModel", |
| 664 | + "QtCore.QItemSelectionRange": "QtCore.QItemSelectionRange", |
663 | 665 | }, |
664 | 666 | "PyQt5": { |
665 | 667 | "QtCore.pyqtProperty": "QtCore.Property", |
|
670 | 672 | "QtCore.QStringListModel": "QtCore.QStringListModel", |
671 | 673 | "QtCore.QItemSelection": "QtCore.QItemSelection", |
672 | 674 | "QtCore.QItemSelectionModel": "QtCore.QItemSelectionModel", |
| 675 | + "QtCore.QItemSelectionRange": "QtCore.QItemSelectionRange", |
673 | 676 | }, |
674 | 677 | "PySide": { |
675 | 678 | "QtGui.QAbstractProxyModel": "QtCore.QAbstractProxyModel", |
|
680 | 683 | "QtCore.Property": "QtCore.Property", |
681 | 684 | "QtCore.Signal": "QtCore.Signal", |
682 | 685 | "QtCore.Slot": "QtCore.Slot", |
| 686 | + "QtGui.QItemSelectionRange": "QtCore.QItemSelectionRange", |
683 | 687 |
|
684 | 688 | }, |
685 | 689 | "PyQt4": { |
|
691 | 695 | "QtCore.pyqtProperty": "QtCore.Property", |
692 | 696 | "QtCore.pyqtSignal": "QtCore.Signal", |
693 | 697 | "QtCore.pyqtSlot": "QtCore.Slot", |
| 698 | + "QtGui.QItemSelectionRange": "QtCore.QItemSelectionRange", |
694 | 699 | } |
695 | 700 | } |
696 | 701 |
|
|
0 commit comments