PyOtherSide is a plugin that enables communication between Qt (QML) and Python. Python functions can be called from QML, and information can be pushed back to QML from Python. QML is a very easy to use language for creating user interfaces, and Python is pervasive throughout the ArcGIS Platform. With that, Esri provides a QML API through the ArcGIS Runtime SDK for Qt. This is a collection of proof of concept examples for integrating Qt and Python with the ArcGIS Platform.
- Hello World
- Integrate with ArcPy & ArcGIS Runtime
- Elevation profile with matplotlib & ArcGIS Runtime
- Excel to Feature Service with ArcGIS Runtime
- Fork and then clone the repo or download the .zip file.
- Build/run the projects in Qt Creator
- Fork and make a Pull Request for any suggested enhancements.
- Qt SDK 5.4.x or greater
- ArcGIS Runtime SDK for Qt
- Qt Creator
- PyOtherSide. See instructions on building PyOtherSide
- Python 3.3 or geater
Find a bug or want to request a new feature? Please let me know by submitting an issue.
Anyone and everyone is welcome to contribute.