RefactoringRope/ConfigurationPage/AutoCompletionRopePage.ui

branch
eric7
changeset 394
b34f5dd3db27
parent 335
9438c2ed7732
--- a/RefactoringRope/ConfigurationPage/AutoCompletionRopePage.ui	Mon Oct 17 08:37:28 2022 +0200
+++ b/RefactoringRope/ConfigurationPage/AutoCompletionRopePage.ui	Mon Oct 17 16:45:23 2022 +0200
@@ -98,24 +98,32 @@
     </spacer>
    </item>
    <item>
-    <layout class="QHBoxLayout" name="horizontalLayout">
-     <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>
+    <widget class="QPushButton" name="editPython3Button">
+     <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>
+   <item>
+    <widget class="QPushButton" name="createPython3Button">
+     <property name="toolTip">
+      <string>Press to create a new rope default configuration for Python3</string>
+     </property>
+     <property name="text">
+      <string>Create a Python3 rope configuration</string>
+     </property>
+    </widget>
    </item>
   </layout>
  </widget>
  <tabstops>
   <tabstop>ropeAutocompletionCheckBox</tabstop>
   <tabstop>acMaxfixesSpinBox</tabstop>
+  <tabstop>editPython3Button</tabstop>
+  <tabstop>createPython3Button</tabstop>
  </tabstops>
  <resources/>
  <connections/>

eric ide

mercurial