ProjectPyramid/ConfigurationPage/PyramidPage.ui

changeset 138
72ebb74aa42d
parent 118
cfd3583d5973
child 147
eb28b4b6f7f5
diff -r be24be92ed0f -r 72ebb74aa42d ProjectPyramid/ConfigurationPage/PyramidPage.ui
--- a/ProjectPyramid/ConfigurationPage/PyramidPage.ui	Thu Apr 09 18:34:09 2020 +0200
+++ b/ProjectPyramid/ConfigurationPage/PyramidPage.ui	Tue Jun 23 18:14:14 2020 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>528</width>
-    <height>1265</height>
+    <height>745</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout_3">
@@ -183,96 +183,6 @@
     </widget>
    </item>
    <item>
-    <widget class="QGroupBox" name="python2Group">
-     <property name="title">
-      <string>Python 2</string>
-     </property>
-     <layout class="QVBoxLayout" name="verticalLayout">
-      <item>
-       <widget class="QGroupBox" name="pyramidVirtualEnvPy2Group">
-        <property name="title">
-         <string>Pyramid Virtual Environment</string>
-        </property>
-        <layout class="QGridLayout" name="gridLayout_2">
-         <item row="0" column="0" colspan="2">
-          <widget class="QLabel" name="label_7">
-           <property name="minimumSize">
-            <size>
-             <width>0</width>
-             <height>40</height>
-            </size>
-           </property>
-           <property name="text">
-            <string>Enter the path of the Pyramid virtual environment. Leave empty to not use a virtual environment setup.</string>
-           </property>
-           <property name="wordWrap">
-            <bool>true</bool>
-           </property>
-          </widget>
-         </item>
-         <item row="1" column="0">
-          <widget class="QLineEdit" name="virtualEnvPy2Edit"/>
-         </item>
-         <item row="1" column="1">
-          <widget class="QToolButton" name="virtualEnvPy2Button">
-           <property name="toolTip">
-            <string>Select the virtual environment directory via a selection dialog</string>
-           </property>
-          </widget>
-         </item>
-        </layout>
-       </widget>
-      </item>
-      <item>
-       <widget class="QGroupBox" name="pyramidVirtualEnvironmentPy2Group">
-        <property name="title">
-         <string>Pyramid Virtual Environment</string>
-        </property>
-        <layout class="QVBoxLayout" name="verticalLayout_4">
-         <item>
-          <widget class="QLabel" name="label_12">
-           <property name="text">
-            <string>Select the Virtual Environment to be used with Pyramid</string>
-           </property>
-           <property name="wordWrap">
-            <bool>true</bool>
-           </property>
-          </widget>
-         </item>
-         <item>
-          <widget class="QComboBox" name="py2VenvNameComboBox"/>
-         </item>
-        </layout>
-       </widget>
-      </item>
-      <item>
-       <layout class="QHBoxLayout" name="horizontalLayout">
-        <item>
-         <widget class="QLabel" name="label_8">
-          <property name="text">
-           <string>Pyramid Python Console:</string>
-          </property>
-         </widget>
-        </item>
-        <item>
-         <widget class="QComboBox" name="py2ShellCombo">
-          <property name="sizePolicy">
-           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
-            <horstretch>0</horstretch>
-            <verstretch>0</verstretch>
-           </sizepolicy>
-          </property>
-          <property name="toolTip">
-           <string>Select the Python console type</string>
-          </property>
-         </widget>
-        </item>
-       </layout>
-      </item>
-     </layout>
-    </widget>
-   </item>
-   <item>
     <widget class="QGroupBox" name="pyramidDocumenattionGroup">
      <property name="title">
       <string>Pyramid Documentation</string>
@@ -359,10 +269,6 @@
   <tabstop>virtualEnvPy3Button</tabstop>
   <tabstop>py3VenvNameComboBox</tabstop>
   <tabstop>py3ShellCombo</tabstop>
-  <tabstop>virtualEnvPy2Edit</tabstop>
-  <tabstop>virtualEnvPy2Button</tabstop>
-  <tabstop>py2VenvNameComboBox</tabstop>
-  <tabstop>py2ShellCombo</tabstop>
   <tabstop>urlEdit</tabstop>
   <tabstop>urlResetButton</tabstop>
   <tabstop>translationsEdit</tabstop>

eric ide

mercurial