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

ui: programmatically design all tabs and forms #11

Open
tahini opened this issue May 9, 2024 · 0 comments
Open

ui: programmatically design all tabs and forms #11

tahini opened this issue May 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tahini
Copy link
Contributor

tahini commented May 9, 2024

See #10

Now the forms are half defined in QT designer .ui file and half programmatically (all fields). The result is that widgets cannot be entirely resized or contained in layouts, what works in QT designer does not in QGis. And not all can be scrolled.

QGis also define their own widgets that extend QT widgets, like QgsScrollArea (https://qgis.org/pyqgis/3.4/gui/QgsScrollArea.html), that can be used instead of the base widgets.

Programmatically defining the forms may give us more control in their layout.

@tahini tahini added the enhancement New feature or request label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant