2

I would like to ask if you can create a form in Qt Designer to create a form that can search for a point on the map using data that the user will provide such as the Name.

I am currently creating a map in QGIS for my school project and i was thinking if i can create a form that can search the layer for a specific point and show the result in a dialog box using Qt Designer.

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Mar 6, 2014 at 15:56

2 Answers 2

1

Have a look at the "Quick Finder" plugin available on the official QGIS plugin repository (Plugins> Manage and install plugins...). It sounds like this will do what you need.

answered Mar 6, 2014 at 16:19
1

If you don't have much experience with PyQt, I would suggest that you use the QGIS Plugin Builder plugin to get you started. This will generate a basic plugin structure including UI which you can then modify using Qt Designer to suit your purpose. You would need to write a bit of Python to carry out the 'search for a point on the map using data that the user will provide'.

Alternatively, the Quickfinder plugin may do what your asking (or take a look at the source to get you started).

answered Mar 6, 2014 at 16:20

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.