Sorting is not really a problem (line 314 and following): for key in sorted(catItemDict.iterkeys()): self.shortcutListTreeWidget.addTopLevelItem(catItemDict[key]) self.shortcutListTreeWidget.expandItem(catItemDict[key]) self.shortcutListTreeWidget.sortItems(0, QtCore.Qt.AscendingOrder)
-- https://code.launchpad.net/~crichter/openlp/shortcut-dialog/+merge/43044 Your team OpenLP Core is requested to review the proposed merge of lp:~crichter/openlp/shortcut-dialog into lp:openlp. _______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : openlp-core@lists.launchpad.net Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp