eric7/Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui

branch
eric7
changeset 8312
800c432b34c8
parent 6942
2602857055c5
equal deleted inserted replaced
8311:4e8b98454baa 8312:800c432b34c8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GitAddRemoteDialog</class>
4 <widget class="QDialog" name="GitAddRemoteDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>700</width>
10 <height>185</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Git Add Remote</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QGridLayout" name="gridLayout">
20 <item row="0" column="0">
21 <widget class="QLabel" name="label">
22 <property name="text">
23 <string>Name:</string>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="1">
28 <widget class="QLineEdit" name="nameEdit">
29 <property name="toolTip">
30 <string>Enter the remote name</string>
31 </property>
32 </widget>
33 </item>
34 <item row="1" column="0">
35 <widget class="QLabel" name="label_2">
36 <property name="text">
37 <string>URL:</string>
38 </property>
39 </widget>
40 </item>
41 <item row="1" column="1">
42 <widget class="QLineEdit" name="urlEdit">
43 <property name="toolTip">
44 <string>Enter the remote URL</string>
45 </property>
46 </widget>
47 </item>
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">
89 <widget class="QDialogButtonBox" name="buttonBox">
90 <property name="orientation">
91 <enum>Qt::Horizontal</enum>
92 </property>
93 <property name="standardButtons">
94 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
95 </property>
96 </widget>
97 </item>
98 </layout>
99 </widget>
100 <resources/>
101 <connections>
102 <connection>
103 <sender>buttonBox</sender>
104 <signal>accepted()</signal>
105 <receiver>GitAddRemoteDialog</receiver>
106 <slot>accept()</slot>
107 <hints>
108 <hint type="sourcelabel">
109 <x>248</x>
110 <y>254</y>
111 </hint>
112 <hint type="destinationlabel">
113 <x>157</x>
114 <y>274</y>
115 </hint>
116 </hints>
117 </connection>
118 <connection>
119 <sender>buttonBox</sender>
120 <signal>rejected()</signal>
121 <receiver>GitAddRemoteDialog</receiver>
122 <slot>reject()</slot>
123 <hints>
124 <hint type="sourcelabel">
125 <x>316</x>
126 <y>260</y>
127 </hint>
128 <hint type="destinationlabel">
129 <x>286</x>
130 <y>274</y>
131 </hint>
132 </hints>
133 </connection>
134 </connections>
135 </ui>

eric ide

mercurial