src/eric7/PluginManager/Ui_PluginRepositoryDialog.py

branch
eric7
changeset 11094
0cbc2ec68d2a
parent 10745
2921faddeaec
--- a/src/eric7/PluginManager/Ui_PluginRepositoryDialog.py	Sat Dec 14 13:03:11 2024 +0100
+++ b/src/eric7/PluginManager/Ui_PluginRepositoryDialog.py	Sat Dec 14 17:25:19 2024 +0100
@@ -1,6 +1,6 @@
 # Form implementation generated from reading ui file 'src/eric7/PluginManager/PluginRepositoryDialog.ui'
 #
-# Created by: PyQt6 UI code generator 6.7.0
+# Created by: PyQt6 UI code generator 6.8.0
 #
 # WARNING: Any manual changes made to this file will be lost when pyuic6 is
 # run again.  Do not edit this file unless you know what you are doing.
@@ -29,6 +29,7 @@
         self.repositoryList.setSelectionMode(QtWidgets.QAbstractItemView.SelectionMode.ExtendedSelection)
         self.repositoryList.setAllColumnsShowFocus(True)
         self.repositoryList.setObjectName("repositoryList")
+        self.repositoryList.header().setSortIndicatorShown(False)
         self.gridLayout.addWidget(self.repositoryList, 0, 0, 1, 2)
         self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
         self.horizontalLayout_2.setObjectName("horizontalLayout_2")
@@ -129,7 +130,7 @@
     def retranslateUi(self, PluginRepositoryDialog):
         _translate = QtCore.QCoreApplication.translate
         PluginRepositoryDialog.setWindowTitle(_translate("PluginRepositoryDialog", "Plugin Repository"))
-        self.repositoryList.setSortingEnabled(True)
+        self.repositoryList.setSortingEnabled(False)
         self.repositoryList.headerItem().setText(0, _translate("PluginRepositoryDialog", "Name"))
         self.repositoryList.headerItem().setText(1, _translate("PluginRepositoryDialog", "Version"))
         self.repositoryList.headerItem().setText(2, _translate("PluginRepositoryDialog", "Short Description"))

eric ide

mercurial