diff -r 8b554b390d6f -r b34f5dd3db27 RefactoringRope/ConfigurationPage/CallTipsRopePage.ui --- a/RefactoringRope/ConfigurationPage/CallTipsRopePage.ui Mon Oct 17 08:37:28 2022 +0200 +++ b/RefactoringRope/ConfigurationPage/CallTipsRopePage.ui Mon Oct 17 16:45:23 2022 +0200 @@ -97,8 +97,34 @@ </property> </spacer> </item> + <item> + <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>ropeCalltipsCheckBox</tabstop> + <tabstop>ctMaxfixesSpinBox</tabstop> + <tabstop>editPython3Button</tabstop> + <tabstop>createPython3Button</tabstop> + </tabstops> <resources/> <connections/> </ui>