src/eric7/PipInterface/PipPackageDetailsDialog.ui

branch
eric7
changeset 9676
9edcc7302ac4
parent 9659
3152923264c2
child 9970
c3686b43f76b
--- a/src/eric7/PipInterface/PipPackageDetailsDialog.ui	Wed Jan 04 16:45:57 2023 +0100
+++ b/src/eric7/PipInterface/PipPackageDetailsDialog.ui	Wed Jan 04 16:49:13 2023 +0100
@@ -23,7 +23,7 @@
    <item>
     <widget class="QTabWidget" name="infoWidget">
      <property name="currentIndex">
-      <number>0</number>
+      <number>2</number>
      </property>
      <widget class="QWidget" name="details">
       <attribute name="title">
@@ -261,6 +261,42 @@
        </item>
       </layout>
      </widget>
+     <widget class="QWidget" name="projectUrls">
+      <attribute name="title">
+       <string>Project URLs</string>
+      </attribute>
+      <layout class="QVBoxLayout" name="verticalLayout_5">
+       <item>
+        <widget class="QTreeWidget" name="projectUrlsList">
+         <property name="alternatingRowColors">
+          <bool>true</bool>
+         </property>
+         <property name="selectionMode">
+          <enum>QAbstractItemView::NoSelection</enum>
+         </property>
+         <property name="rootIsDecorated">
+          <bool>false</bool>
+         </property>
+         <property name="itemsExpandable">
+          <bool>false</bool>
+         </property>
+         <attribute name="headerStretchLastSection">
+          <bool>false</bool>
+         </attribute>
+         <column>
+          <property name="text">
+           <string>Type</string>
+          </property>
+         </column>
+         <column>
+          <property name="text">
+           <string>URL</string>
+          </property>
+         </column>
+        </widget>
+       </item>
+      </layout>
+     </widget>
      <widget class="QWidget" name="requires">
       <attribute name="title">
        <string>Requires/Provides</string>
@@ -424,6 +460,7 @@
   <tabstop>descriptionEdit</tabstop>
   <tabstop>classifiersList</tabstop>
   <tabstop>downloadUrlsList</tabstop>
+  <tabstop>projectUrlsList</tabstop>
   <tabstop>requiredPackagesList</tabstop>
   <tabstop>requiredDistributionsList</tabstop>
   <tabstop>providedPackagesList</tabstop>

eric ide

mercurial