RefactoringRope/ConfigurationPage/AutoCompletionRopePage.ui

branch
server_client_variant
changeset 212
f05681349336
parent 191
2af42804bca2
child 335
9438c2ed7732
--- a/RefactoringRope/ConfigurationPage/AutoCompletionRopePage.ui	Fri Oct 06 18:49:50 2017 +0200
+++ b/RefactoringRope/ConfigurationPage/AutoCompletionRopePage.ui	Sun Oct 08 17:54:29 2017 +0200
@@ -6,7 +6,7 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>400</width>
+    <width>440</width>
     <height>350</height>
    </rect>
   </property>
@@ -97,6 +97,30 @@
      </property>
     </spacer>
    </item>
+   <item>
+    <layout class="QHBoxLayout" name="horizontalLayout">
+     <item>
+      <widget class="QPushButton" name="python2Button">
+       <property name="toolTip">
+        <string>Press to edit the rope configuration for Python2</string>
+       </property>
+       <property name="text">
+        <string>Edit Python 2 rope configuration</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QPushButton" name="python3Button">
+       <property name="toolTip">
+        <string>Press to edit the rope configuration for Python3</string>
+       </property>
+       <property name="text">
+        <string>Edit Python 3 rope configuration</string>
+       </property>
+      </widget>
+     </item>
+    </layout>
+   </item>
   </layout>
  </widget>
  <tabstops>

eric ide

mercurial