News

Learn the steps to creating a custom user interface in QGIS using PyQGIS, the Python API for QGIS. Design the layout, convert the .ui file, import the .py file, and connect the signals and slots.
One of the possible workflows for building tools with UI in Houdini is creating PySide interfaces in QT Designer (shipped with Python27) and importing *.ui files into your Python code where you will ...