Addon Manager: Add sorting (#12561)

This commit is contained in:
Chris Hennes
2024-02-23 22:33:20 -06:00
committed by GitHub
parent bc935c028f
commit 7d824fc774
13 changed files with 567 additions and 132 deletions

View File

@@ -72,6 +72,11 @@ class Ui_ExpandedView(object):
self.horizontalLayout.addWidget(self.labelTags)
self.labelSort = QLabel(ExpandedView)
self.labelSort.setObjectName("labelSort")
self.horizontalLayout.addWidget(self.labelSort)
self.horizontalSpacer_2 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)
self.horizontalLayout.addItem(self.horizontalSpacer_2)