Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to typed enums from QtCore.Qt #5548

Open
wants to merge 33 commits into
base: develop
Choose a base branch
from

Commits on Jun 25, 2024

  1. refactor: Use typed enum AlignmentFlag

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    739163a View commit details
    Browse the repository at this point in the history
  2. refactor: Use typed enum ApplicationAttribute

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6f3c44b View commit details
    Browse the repository at this point in the history
  3. refactor: Use typed enum AspectRatioMode

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d9f32dd View commit details
    Browse the repository at this point in the history
  4. refactor: Use typed enum CaseSensitivity

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    27fa09f View commit details
    Browse the repository at this point in the history
  5. refactor: Use typed enum CheckState

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8c1daaf View commit details
    Browse the repository at this point in the history
  6. refactor: Use typed enum ClipOperation

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b63b36e View commit details
    Browse the repository at this point in the history
  7. refactor: Use typed enum ConnectionType

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ff86ecb View commit details
    Browse the repository at this point in the history
  8. refactor: Use typed enum Corner

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f7b8a52 View commit details
    Browse the repository at this point in the history
  9. refactor: Use typed enum CursorShape

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b73b38d View commit details
    Browse the repository at this point in the history
  10. refactor: Use typed enum DockWidgetArea

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    003949f View commit details
    Browse the repository at this point in the history
  11. refactor: Use typed enum DropAction

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    78fc568 View commit details
    Browse the repository at this point in the history
  12. refactor: Use typed enum FillRule

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f0d94d1 View commit details
    Browse the repository at this point in the history
  13. refactor: Use typed enum FocusPolicy

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    91af3a4 View commit details
    Browse the repository at this point in the history
  14. refactor: Use typed enum GlobalColor

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9351399 View commit details
    Browse the repository at this point in the history
  15. refactor: Use typed enum ItemDataRole

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    cce0e5e View commit details
    Browse the repository at this point in the history
  16. refactor: Use typed enum ItemFlag

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f795293 View commit details
    Browse the repository at this point in the history
  17. refactor: Use typed enum Key

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6cb85d9 View commit details
    Browse the repository at this point in the history
  18. refactor: Use typed enum KeyboardModifier

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    2330ece View commit details
    Browse the repository at this point in the history
  19. refactor: Use typed enum MouseButton

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    97e5bfa View commit details
    Browse the repository at this point in the history
  20. refactor: Use typed enum Orientation

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7539011 View commit details
    Browse the repository at this point in the history
  21. refactor: Use typed enum PenStyle

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c7aa072 View commit details
    Browse the repository at this point in the history
  22. refactor: Use typed enum ScrollBarAsNeeded

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8cab2cd View commit details
    Browse the repository at this point in the history
  23. refactor: Use typed enum ShortcutContext

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c0ce99a View commit details
    Browse the repository at this point in the history
  24. refactor: Use typed enum SizeMode

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0a21dfb View commit details
    Browse the repository at this point in the history
  25. refactor: Use typed enum SortOrder

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f2d2718 View commit details
    Browse the repository at this point in the history
  26. refactor: Use typed enum TextElideMode

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    df835bb View commit details
    Browse the repository at this point in the history
  27. refactor: Use typed enum TextFormat

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    93ab0e4 View commit details
    Browse the repository at this point in the history
  28. refactor: Use typed enum TextInteractionFlag

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5897e60 View commit details
    Browse the repository at this point in the history
  29. refactor: Use typed enum ToolButtonStyle

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7634dc4 View commit details
    Browse the repository at this point in the history
  30. refactor: Use typed enum TransformationMode

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5385076 View commit details
    Browse the repository at this point in the history
  31. refactor: Use typed enum WidgetAttribute

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7188d34 View commit details
    Browse the repository at this point in the history
  32. refactor: Use typed enum WindowState

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b0e1e94 View commit details
    Browse the repository at this point in the history
  33. refactor: Use typed enum WindowType

    PyQt6 requires typed enums; they are already available in PyQt5.
    Vekhir committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    aaf10e2 View commit details
    Browse the repository at this point in the history