Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui

changeset 6324
b11c36cba2a1
parent 6020
baf6da1ae288
equal deleted inserted replaced
6323:610b676336be 6324:b11c36cba2a1
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>700</width> 9 <width>700</width>
10 <height>107</height> 10 <height>185</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Git Add Remote</string> 14 <string>Git Add Remote</string>
15 </property> 15 </property>
44 <string>Enter the remote URL</string> 44 <string>Enter the remote URL</string>
45 </property> 45 </property>
46 </widget> 46 </widget>
47 </item> 47 </item>
48 <item row="2" column="0" colspan="2"> 48 <item row="2" column="0" colspan="2">
49 <widget class="QGroupBox" name="groupBox">
50 <property name="title">
51 <string>Credentials</string>
52 </property>
53 <layout class="QHBoxLayout" name="horizontalLayout">
54 <item>
55 <widget class="QLabel" name="label_3">
56 <property name="text">
57 <string>Username:</string>
58 </property>
59 </widget>
60 </item>
61 <item>
62 <widget class="QLineEdit" name="userEdit">
63 <property name="toolTip">
64 <string>Enter the user name for the remote repository</string>
65 </property>
66 </widget>
67 </item>
68 <item>
69 <widget class="QLabel" name="label_4">
70 <property name="text">
71 <string>Password:</string>
72 </property>
73 </widget>
74 </item>
75 <item>
76 <widget class="QLineEdit" name="passwordEdit">
77 <property name="enabled">
78 <bool>false</bool>
79 </property>
80 <property name="toolTip">
81 <string>Enter the password for the remote repository</string>
82 </property>
83 </widget>
84 </item>
85 </layout>
86 </widget>
87 </item>
88 <item row="3" column="0" colspan="2">
49 <widget class="QDialogButtonBox" name="buttonBox"> 89 <widget class="QDialogButtonBox" name="buttonBox">
50 <property name="orientation"> 90 <property name="orientation">
51 <enum>Qt::Horizontal</enum> 91 <enum>Qt::Horizontal</enum>
52 </property> 92 </property>
53 <property name="standardButtons"> 93 <property name="standardButtons">

eric ide

mercurial