Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui

changeset 6324
b11c36cba2a1
parent 6020
baf6da1ae288
equal deleted inserted replaced
6323:610b676336be 6324:b11c36cba2a1
4 <widget class="QWidget" name="GitRemoteRepositoriesDialog"> 4 <widget class="QWidget" name="GitRemoteRepositoriesDialog">
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>600</width> 9 <width>650</width>
10 <height>450</height> 10 <height>500</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Git Remote Repositories</string> 14 <string>Git Remote Repositories</string>
15 </property> 15 </property>
85 <string>&amp;Add</string> 85 <string>&amp;Add</string>
86 </property> 86 </property>
87 </widget> 87 </widget>
88 </item> 88 </item>
89 <item> 89 <item>
90 <widget class="QPushButton" name="removeButton">
91 <property name="toolTip">
92 <string>Press to remove the selected repository</string>
93 </property>
94 <property name="text">
95 <string>Re&amp;move</string>
96 </property>
97 </widget>
98 </item>
99 <item>
100 <widget class="QPushButton" name="pruneButton">
101 <property name="toolTip">
102 <string>Press to delete stale tracking branches under the selected repository </string>
103 </property>
104 <property name="text">
105 <string>&amp;Prune</string>
106 </property>
107 </widget>
108 </item>
109 <item>
110 <widget class="Line" name="line">
111 <property name="orientation">
112 <enum>Qt::Vertical</enum>
113 </property>
114 </widget>
115 </item>
116 <item>
117 <widget class="QPushButton" name="showInfoButton">
118 <property name="toolTip">
119 <string>Press to show information about the selected repository</string>
120 </property>
121 <property name="text">
122 <string>Show &amp;Info...</string>
123 </property>
124 </widget>
125 </item>
126 <item>
127 <spacer name="horizontalSpacer_2">
128 <property name="orientation">
129 <enum>Qt::Horizontal</enum>
130 </property>
131 <property name="sizeHint" stdset="0">
132 <size>
133 <width>40</width>
134 <height>20</height>
135 </size>
136 </property>
137 </spacer>
138 </item>
139 </layout>
140 </item>
141 <item>
142 <layout class="QHBoxLayout" name="horizontalLayout_2">
143 <item>
144 <spacer name="horizontalSpacer_3">
145 <property name="orientation">
146 <enum>Qt::Horizontal</enum>
147 </property>
148 <property name="sizeHint" stdset="0">
149 <size>
150 <width>40</width>
151 <height>20</height>
152 </size>
153 </property>
154 </spacer>
155 </item>
156 <item>
90 <widget class="QPushButton" name="renameButton"> 157 <widget class="QPushButton" name="renameButton">
91 <property name="toolTip"> 158 <property name="toolTip">
92 <string>Press to rename the selected repository</string> 159 <string>Press to rename the selected repository</string>
93 </property> 160 </property>
94 <property name="text"> 161 <property name="text">
95 <string>&amp;Rename</string> 162 <string>&amp;Rename</string>
96 </property> 163 </property>
97 </widget> 164 </widget>
98 </item> 165 </item>
99 <item> 166 <item>
100 <widget class="QPushButton" name="removeButton"> 167 <widget class="QPushButton" name="changeUrlButton">
101 <property name="toolTip"> 168 <property name="toolTip">
102 <string>Press to remove the selected repository</string> 169 <string>Press to change the URL of the selected repository</string>
103 </property> 170 </property>
104 <property name="text"> 171 <property name="text">
105 <string>Re&amp;move</string> 172 <string>Change &amp;URL</string>
106 </property> 173 </property>
107 </widget> 174 </widget>
108 </item> 175 </item>
109 <item> 176 <item>
110 <widget class="QPushButton" name="pruneButton"> 177 <widget class="QPushButton" name="credentialsButton">
111 <property name="toolTip"> 178 <property name="toolTip">
112 <string>Press to delete stale tracking branches under the selected repository </string> 179 <string>Press to set or change the user credentials of the selected repository</string>
113 </property> 180 </property>
114 <property name="text"> 181 <property name="text">
115 <string>&amp;Prune</string> 182 <string>&amp;Credentials</string>
116 </property> 183 </property>
117 </widget> 184 </widget>
118 </item> 185 </item>
119 <item> 186 <item>
120 <widget class="Line" name="line"> 187 <spacer name="horizontalSpacer_4">
121 <property name="orientation">
122 <enum>Qt::Vertical</enum>
123 </property>
124 </widget>
125 </item>
126 <item>
127 <widget class="QPushButton" name="showInfoButton">
128 <property name="toolTip">
129 <string>Press to show information about the selected repository</string>
130 </property>
131 <property name="text">
132 <string>Show &amp;Info...</string>
133 </property>
134 </widget>
135 </item>
136 <item>
137 <spacer name="horizontalSpacer_2">
138 <property name="orientation"> 188 <property name="orientation">
139 <enum>Qt::Horizontal</enum> 189 <enum>Qt::Horizontal</enum>
140 </property> 190 </property>
141 <property name="sizeHint" stdset="0"> 191 <property name="sizeHint" stdset="0">
142 <size> 192 <size>
247 </layout> 297 </layout>
248 </widget> 298 </widget>
249 <tabstops> 299 <tabstops>
250 <tabstop>repolist</tabstop> 300 <tabstop>repolist</tabstop>
251 <tabstop>addButton</tabstop> 301 <tabstop>addButton</tabstop>
252 <tabstop>renameButton</tabstop>
253 <tabstop>removeButton</tabstop> 302 <tabstop>removeButton</tabstop>
254 <tabstop>pruneButton</tabstop> 303 <tabstop>pruneButton</tabstop>
255 <tabstop>showInfoButton</tabstop> 304 <tabstop>showInfoButton</tabstop>
305 <tabstop>renameButton</tabstop>
306 <tabstop>changeUrlButton</tabstop>
307 <tabstop>credentialsButton</tabstop>
256 <tabstop>errors</tabstop> 308 <tabstop>errors</tabstop>
257 <tabstop>input</tabstop> 309 <tabstop>input</tabstop>
258 <tabstop>passwordCheckBox</tabstop> 310 <tabstop>passwordCheckBox</tabstop>
259 <tabstop>sendButton</tabstop> 311 <tabstop>sendButton</tabstop>
260 </tabstops> 312 </tabstops>

eric ide

mercurial