-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add icon to layer and fields comboboxes in "map value" widget's Load … #59166
Conversation
🪟 Windows buildsDownload Windows builds of this PR for testing. 🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. |
Hmm... any reason why we wouldn't want to use the standard QgsMapLayerComboBox/ QgsFieldCombo widgets here? |
I simply forgot they exist. Thanks for the reminder. I will do the update. |
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
…field from layer dialog
to handle layer and fields widgets
58d42e3
to
9c5856a
Compare
I moved the widgets to use the dedicated field and map widgets and much better in the way the preview table is populated. And while at it, I added a help button and dialog geometry restoring. |
…field from layer dialog
Before / After