← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~crichter/openlp/shortcut-dialog into lp:openlp

 

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.



References