eric6/UI/InstallInfoDialog.ui

changeset 7809
f5a61d073100
parent 7808
da107cd00f63
diff -r da107cd00f63 -r f5a61d073100 eric6/UI/InstallInfoDialog.ui
--- a/eric6/UI/InstallInfoDialog.ui	Thu Oct 22 17:59:54 2020 +0200
+++ b/eric6/UI/InstallInfoDialog.ui	Thu Oct 22 19:42:29 2020 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>800</width>
-    <height>400</height>
+    <height>500</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -53,34 +53,31 @@
    </item>
    <item>
     <layout class="QGridLayout" name="gridLayout">
-     <item row="3" column="1">
+     <item row="4" column="1">
       <widget class="QLineEdit" name="commandEdit">
        <property name="readOnly">
         <bool>true</bool>
        </property>
       </widget>
      </item>
-     <item row="5" column="0">
-      <widget class="QLabel" name="label_5">
+     <item row="2" column="0">
+      <widget class="QLabel" name="label_8">
        <property name="text">
-        <string>Installed in VirtualEnv:</string>
+        <string>Installed From:</string>
        </property>
       </widget>
      </item>
-     <item row="0" column="1">
-      <widget class="QLabel" name="sudoLabel2"/>
-     </item>
-     <item row="4" column="0">
-      <widget class="QLabel" name="label_4">
-       <property name="text">
-        <string>Installation Path:</string>
+     <item row="2" column="1">
+      <widget class="QLineEdit" name="installedFromEdit">
+       <property name="readOnly">
+        <bool>true</bool>
        </property>
       </widget>
      </item>
-     <item row="5" column="1">
-      <widget class="QLabel" name="virtenvLabel">
+     <item row="6" column="0">
+      <widget class="QLabel" name="label_5">
        <property name="text">
-        <string/>
+        <string>Installed in VirtualEnv:</string>
        </property>
       </widget>
      </item>
@@ -91,44 +88,20 @@
        </property>
       </widget>
      </item>
-     <item row="2" column="1">
-      <widget class="QLineEdit" name="interpreteEdit">
-       <property name="readOnly">
-        <bool>true</bool>
-       </property>
-      </widget>
-     </item>
-     <item row="6" column="0">
-      <widget class="QLabel" name="label">
-       <property name="text">
-        <string>Installation Date:</string>
-       </property>
-      </widget>
-     </item>
-     <item row="2" column="0">
-      <widget class="QLabel" name="label_7">
-       <property name="text">
-        <string>Python Interpreter:</string>
-       </property>
-      </widget>
-     </item>
-     <item row="3" column="0">
+     <item row="4" column="0">
       <widget class="QLabel" name="label_3">
        <property name="text">
         <string>Install Command:</string>
        </property>
       </widget>
      </item>
-     <item row="4" column="1">
-      <widget class="QLineEdit" name="installPathEdit">
-       <property name="readOnly">
-        <bool>true</bool>
+     <item row="6" column="1">
+      <widget class="QLabel" name="virtenvLabel">
+       <property name="text">
+        <string/>
        </property>
       </widget>
      </item>
-     <item row="1" column="1">
-      <widget class="QLabel" name="userLabel"/>
-     </item>
      <item row="0" column="0">
       <widget class="QLabel" name="sudoLabel1">
        <property name="text">
@@ -136,9 +109,50 @@
        </property>
       </widget>
      </item>
-     <item row="6" column="1">
+     <item row="0" column="1">
+      <widget class="QLabel" name="sudoLabel2"/>
+     </item>
+     <item row="7" column="1">
       <widget class="QLabel" name="installDateTimeLabel"/>
      </item>
+     <item row="1" column="1">
+      <widget class="QLabel" name="userLabel"/>
+     </item>
+     <item row="5" column="0">
+      <widget class="QLabel" name="label_4">
+       <property name="text">
+        <string>Installation Path:</string>
+       </property>
+      </widget>
+     </item>
+     <item row="3" column="0">
+      <widget class="QLabel" name="label_7">
+       <property name="text">
+        <string>Python Interpreter:</string>
+       </property>
+      </widget>
+     </item>
+     <item row="3" column="1">
+      <widget class="QLineEdit" name="interpreteEdit">
+       <property name="readOnly">
+        <bool>true</bool>
+       </property>
+      </widget>
+     </item>
+     <item row="5" column="1">
+      <widget class="QLineEdit" name="installPathEdit">
+       <property name="readOnly">
+        <bool>true</bool>
+       </property>
+      </widget>
+     </item>
+     <item row="7" column="0">
+      <widget class="QLabel" name="label">
+       <property name="text">
+        <string>Installation Date:</string>
+       </property>
+      </widget>
+     </item>
     </layout>
    </item>
    <item>
@@ -202,6 +216,7 @@
   </layout>
  </widget>
  <tabstops>
+  <tabstop>installedFromEdit</tabstop>
   <tabstop>interpreteEdit</tabstop>
   <tabstop>commandEdit</tabstop>
   <tabstop>installPathEdit</tabstop>

eric ide

mercurial