Add some more type constants
This commit is contained in:
@@ -109,9 +109,14 @@ QtRoleReject = QDialogButtonBox.ButtonRole.RejectRole
|
||||
|
||||
QtKeepAnchor = QTextCursor.MoveMode.KeepAnchor
|
||||
QtMoveAnchor = QTextCursor.MoveMode.MoveAnchor
|
||||
|
||||
QtMoveLeft = QTextCursor.MoveOperation.Left
|
||||
QtMoveRight = QTextCursor.MoveOperation.Right
|
||||
|
||||
QtSelectWord = QTextCursor.SelectionType.WordUnderCursor
|
||||
QtSelectBlock = QTextCursor.SelectionType.BlockUnderCursor
|
||||
QtSelectDocument = QTextCursor.SelectionType.Document
|
||||
|
||||
QtImCursorRectangle = Qt.InputMethodQuery.ImCursorRectangle
|
||||
|
||||
# Size Policy
|
||||
|
||||
Reference in New Issue
Block a user