linz / gazetteer

New Zealand Gazetteer of official place names
http://www.linz.govt.nz/regulatory/place-names/find-name/new-zealand-gazetteer-official-geographic-names/new-zealand-gazetteer-search-place-names#zoom=0&lat=-41.14127&lon=172.5&layers=BTTT
Other
2 stars 2 forks source link

compile python UI components via pyuic5 #17

Closed SPlanzer closed 5 years ago

SPlanzer commented 5 years ago

Current UI elements compiled via pyuic4

SPlanzer commented 5 years ago
$ find ~/git/gazetteer/src/NZGBplugin/ -type f -name "*.ui"
/home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Ui_SystemCodeEditorWidget.ui
/home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Ui_NameSearchWidget.ui
/home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Ui_AdminWidget.ui
/home/splanzer/git/gazetteer/src/NZGBplugin/forms/featrefpt.ui
/home/splanzer/git/gazetteer/src/NZGBplugin/forms/featgeom.ui
/home/splanzer/git/gazetteer/src/NZGBplugin/Ui_NewFeatureDialog.ui
SPlanzer commented 5 years ago

all compiled but:

/home/splanzer/git/gazetteer/src/NZGBplugin/forms/featrefpt.ui
/home/splanzer/git/gazetteer/src/NZGBplugin/forms/featgeom.ui

These seem to have never been compiled for the project to .py (that is in the current project I can not find the .py equivalent)