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

python implementation of enum settings editor widget wrapper + fix crash #59014

Merged
merged 6 commits into from
Oct 9, 2024

Commits on Oct 8, 2024

  1. use a custom type id for python implementation

    otherwise, QgsSettingsEditorWidgetRegistry is creating a wrapper for this setting type and expects the cpp implemetnation
    (QgsSettingsEntryBaseTemplate and not QgsSettingsEntryBase)
    3nids committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    08aeb13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69993b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. fix import

    3nids committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d929600 View commit details
    Browse the repository at this point in the history
  2. fix mixup

    3nids committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f7a1915 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4b2d59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2ef9ea View commit details
    Browse the repository at this point in the history