Hi Jakob, you can not contol order of the items in the Toolbox. Items in the toolbox sorted in alphabetical order.
2018-02-20 15:26 GMT+02:00 Jakob Lanstorp <[email protected]>: > How do you control the order of your algorithms in a group in a qgis > processing plugin? > > def createAlgsList(self): > self.alglist = [ > Test1GeoAlgorithm(u'Test1', u'Group1'), > Test2GeoAlgorithm(u'Test2', u'Group1'), > Test3GeoAlgorithm(u'Test3', u'Group1'), > Test4GeoAlgorithm(u'Test4', u'Group1')] > > In the processing toolbox gui the menu items end up in a random order - and > not the order of the alglist? > > Thanks > Jakob > > > > ----- > Jakob Lanstorp > -- > Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html > _______________________________________________ > QGIS-Developer mailing list > [email protected] > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer -- Alexander Bruy _______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
