src/eric7/PluginManager/Ui_PluginRepositoryDialog.py

branch
eric7
changeset 11094
0cbc2ec68d2a
parent 10745
2921faddeaec
equal deleted inserted replaced
11093:e8932a99beb4 11094:0cbc2ec68d2a
1 # Form implementation generated from reading ui file 'src/eric7/PluginManager/PluginRepositoryDialog.ui' 1 # Form implementation generated from reading ui file 'src/eric7/PluginManager/PluginRepositoryDialog.ui'
2 # 2 #
3 # Created by: PyQt6 UI code generator 6.7.0 3 # Created by: PyQt6 UI code generator 6.8.0
4 # 4 #
5 # WARNING: Any manual changes made to this file will be lost when pyuic6 is 5 # WARNING: Any manual changes made to this file will be lost when pyuic6 is
6 # run again. Do not edit this file unless you know what you are doing. 6 # run again. Do not edit this file unless you know what you are doing.
7 7
8 8
27 self.repositoryList.setContextMenuPolicy(QtCore.Qt.ContextMenuPolicy.CustomContextMenu) 27 self.repositoryList.setContextMenuPolicy(QtCore.Qt.ContextMenuPolicy.CustomContextMenu)
28 self.repositoryList.setAlternatingRowColors(True) 28 self.repositoryList.setAlternatingRowColors(True)
29 self.repositoryList.setSelectionMode(QtWidgets.QAbstractItemView.SelectionMode.ExtendedSelection) 29 self.repositoryList.setSelectionMode(QtWidgets.QAbstractItemView.SelectionMode.ExtendedSelection)
30 self.repositoryList.setAllColumnsShowFocus(True) 30 self.repositoryList.setAllColumnsShowFocus(True)
31 self.repositoryList.setObjectName("repositoryList") 31 self.repositoryList.setObjectName("repositoryList")
32 self.repositoryList.header().setSortIndicatorShown(False)
32 self.gridLayout.addWidget(self.repositoryList, 0, 0, 1, 2) 33 self.gridLayout.addWidget(self.repositoryList, 0, 0, 1, 2)
33 self.horizontalLayout_2 = QtWidgets.QHBoxLayout() 34 self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
34 self.horizontalLayout_2.setObjectName("horizontalLayout_2") 35 self.horizontalLayout_2.setObjectName("horizontalLayout_2")
35 self.selectedLabel = QtWidgets.QLabel(parent=PluginRepositoryDialog) 36 self.selectedLabel = QtWidgets.QLabel(parent=PluginRepositoryDialog)
36 self.selectedLabel.setText("") 37 self.selectedLabel.setText("")
127 PluginRepositoryDialog.setTabOrder(self.repositoryUrlEdit, self.repositoryUrlEditButton) 128 PluginRepositoryDialog.setTabOrder(self.repositoryUrlEdit, self.repositoryUrlEditButton)
128 129
129 def retranslateUi(self, PluginRepositoryDialog): 130 def retranslateUi(self, PluginRepositoryDialog):
130 _translate = QtCore.QCoreApplication.translate 131 _translate = QtCore.QCoreApplication.translate
131 PluginRepositoryDialog.setWindowTitle(_translate("PluginRepositoryDialog", "Plugin Repository")) 132 PluginRepositoryDialog.setWindowTitle(_translate("PluginRepositoryDialog", "Plugin Repository"))
132 self.repositoryList.setSortingEnabled(True) 133 self.repositoryList.setSortingEnabled(False)
133 self.repositoryList.headerItem().setText(0, _translate("PluginRepositoryDialog", "Name")) 134 self.repositoryList.headerItem().setText(0, _translate("PluginRepositoryDialog", "Name"))
134 self.repositoryList.headerItem().setText(1, _translate("PluginRepositoryDialog", "Version")) 135 self.repositoryList.headerItem().setText(1, _translate("PluginRepositoryDialog", "Version"))
135 self.repositoryList.headerItem().setText(2, _translate("PluginRepositoryDialog", "Short Description")) 136 self.repositoryList.headerItem().setText(2, _translate("PluginRepositoryDialog", "Short Description"))
136 self.selectedLabel.setToolTip(_translate("PluginRepositoryDialog", "Shows the number of locally updatable plug-ins available")) 137 self.selectedLabel.setToolTip(_translate("PluginRepositoryDialog", "Shows the number of locally updatable plug-ins available"))
137 self.newLabel.setToolTip(_translate("PluginRepositoryDialog", "Shows the number of new plug-ins available")) 138 self.newLabel.setToolTip(_translate("PluginRepositoryDialog", "Shows the number of new plug-ins available"))

eric ide

mercurial