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

Skip overriden qt methods #153

Merged
merged 4 commits into from
Aug 8, 2024

Commits on Aug 8, 2024

  1. Don't include showing base class qt methods with no added docstrings

    Avoids base PyQt methods showing QObject/QWidget methods for
    all subclasses, when there's no overrides or docstrings added in
    the derived PyQGIS class. This avoids cluttering up the class
    pages with a bunch of low-level methods.
    nyalldawson committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    12afbbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfb66dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dee723 View commit details
    Browse the repository at this point in the history
  4. Fix exception

    nyalldawson committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    360d6b0 View commit details
    Browse the repository at this point in the history