Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui

changeset 6324
b11c36cba2a1
parent 6020
baf6da1ae288
--- a/Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui	Sun Jun 03 11:30:57 2018 +0200
+++ b/Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui	Sun Jun 03 14:03:19 2018 +0200
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>600</width>
-    <height>450</height>
+    <width>650</width>
+    <height>500</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -87,16 +87,6 @@
       </widget>
      </item>
      <item>
-      <widget class="QPushButton" name="renameButton">
-       <property name="toolTip">
-        <string>Press to rename the selected repository</string>
-       </property>
-       <property name="text">
-        <string>&amp;Rename</string>
-       </property>
-      </widget>
-     </item>
-     <item>
       <widget class="QPushButton" name="removeButton">
        <property name="toolTip">
         <string>Press to remove the selected repository</string>
@@ -149,6 +139,66 @@
     </layout>
    </item>
    <item>
+    <layout class="QHBoxLayout" name="horizontalLayout_2">
+     <item>
+      <spacer name="horizontalSpacer_3">
+       <property name="orientation">
+        <enum>Qt::Horizontal</enum>
+       </property>
+       <property name="sizeHint" stdset="0">
+        <size>
+         <width>40</width>
+         <height>20</height>
+        </size>
+       </property>
+      </spacer>
+     </item>
+     <item>
+      <widget class="QPushButton" name="renameButton">
+       <property name="toolTip">
+        <string>Press to rename the selected repository</string>
+       </property>
+       <property name="text">
+        <string>&amp;Rename</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QPushButton" name="changeUrlButton">
+       <property name="toolTip">
+        <string>Press to change the URL of the selected repository</string>
+       </property>
+       <property name="text">
+        <string>Change &amp;URL</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QPushButton" name="credentialsButton">
+       <property name="toolTip">
+        <string>Press to set or change the user credentials of the selected repository</string>
+       </property>
+       <property name="text">
+        <string>&amp;Credentials</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <spacer name="horizontalSpacer_4">
+       <property name="orientation">
+        <enum>Qt::Horizontal</enum>
+       </property>
+       <property name="sizeHint" stdset="0">
+        <size>
+         <width>40</width>
+         <height>20</height>
+        </size>
+       </property>
+      </spacer>
+     </item>
+    </layout>
+   </item>
+   <item>
     <widget class="QGroupBox" name="errorGroup">
      <property name="sizePolicy">
       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
@@ -249,10 +299,12 @@
  <tabstops>
   <tabstop>repolist</tabstop>
   <tabstop>addButton</tabstop>
-  <tabstop>renameButton</tabstop>
   <tabstop>removeButton</tabstop>
   <tabstop>pruneButton</tabstop>
   <tabstop>showInfoButton</tabstop>
+  <tabstop>renameButton</tabstop>
+  <tabstop>changeUrlButton</tabstop>
+  <tabstop>credentialsButton</tabstop>
   <tabstop>errors</tabstop>
   <tabstop>input</tabstop>
   <tabstop>passwordCheckBox</tabstop>

eric ide

mercurial