Skip to content

Commit

Permalink
Update '_common_members' for QtCore.
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-chatterjee committed Feb 26, 2024
1 parent 2c0f4dc commit 27bc1b0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,12 @@

_common_members = {
"QtCore": [
"Property",
"QAbstractAnimation",
"QAbstractEventDispatcher",
"QAbstractItemModel",
"QAbstractListModel",
"QAbstractProxyModel",
"QAbstractState",
"QAbstractTableModel",
"QAbstractTransition",
Expand Down Expand Up @@ -114,6 +116,8 @@
"QGenericArgument",
"QGenericReturnArgument",
"QHistoryState",
"QItemSelection",
"QItemSelectionModel",
"QItemSelectionRange",
"QIODevice",
"QLibraryInfo",
Expand Down Expand Up @@ -155,8 +159,10 @@
"QSize",
"QSizeF",
"QSocketNotifier",
"QSortFilterProxyModel",
"QState",
"QStateMachine",
"QStringListModel",
"QSysInfo",
"QSystemSemaphore",
"QT_TRANSLATE_NOOP",
Expand Down Expand Up @@ -211,7 +217,9 @@
"qVersion",
"qWarning",
"qrand",
"qsrand"
"qsrand",
"Signal",
"Slot"
],
"QtGui": [
"QAbstractTextDocumentLayout",
Expand Down

0 comments on commit 27bc1b0

Please sign in to comment.