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

WIP: Port to PySide6 #11

Closed
wants to merge 3 commits into from
Closed

Commits on Feb 17, 2024

  1. Port to PySide6

    * Update imports to reference `PySide6`
    * Update `QAction` imports, it has moved from `QtWidgets` to `QtGui`
    
    For general porting notes, see:
      https://doc.qt.io/qtforpython-6/gettingstarted/porting_from2.html
    
    Signed-off-by: Joao Goncalves <jsvgoncalves@gmail.com>
    jsvgoncalves committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    9ba7360 View commit details
    Browse the repository at this point in the history
  2. Fix combobox signal handing not supporting str

    * Signal handling in PyQt6 is more generic and the `activated` signal
      emits only the index, see:
      https://doc.qt.io/qtforpython-6/PySide6/QtWidgets/QComboBox.html#PySide6.QtWidgets.PySide6.QtWidgets.QComboBox.activated
    
    Signed-off-by: Joao Goncalves <jsvgoncalves@gmail.com>
    jsvgoncalves committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    b8f06d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17b540e View commit details
    Browse the repository at this point in the history