eric7/Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.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>GitRemoteCredentialsDialog</class>
4 <widget class="QDialog" name="GitRemoteCredentialsDialog">
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 Remote Credentials</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/>
31 </property>
32 <property name="readOnly">
33 <bool>true</bool>
34 </property>
35 </widget>
36 </item>
37 <item row="1" column="0">
38 <widget class="QLabel" name="label_2">
39 <property name="text">
40 <string>URL:</string>
41 </property>
42 </widget>
43 </item>
44 <item row="1" column="1">
45 <widget class="QLineEdit" name="urlEdit">
46 <property name="toolTip">
47 <string/>
48 </property>
49 <property name="readOnly">
50 <bool>true</bool>
51 </property>
52 </widget>
53 </item>
54 <item row="2" column="0" colspan="2">
55 <widget class="QGroupBox" name="groupBox">
56 <property name="title">
57 <string>Credentials</string>
58 </property>
59 <layout class="QHBoxLayout" name="horizontalLayout">
60 <item>
61 <widget class="QLabel" name="label_3">
62 <property name="text">
63 <string>Username:</string>
64 </property>
65 </widget>
66 </item>
67 <item>
68 <widget class="QLineEdit" name="userEdit">
69 <property name="toolTip">
70 <string>Enter the user name for the remote repository</string>
71 </property>
72 </widget>
73 </item>
74 <item>
75 <widget class="QLabel" name="label_4">
76 <property name="text">
77 <string>Password:</string>
78 </property>
79 </widget>
80 </item>
81 <item>
82 <widget class="QLineEdit" name="passwordEdit">
83 <property name="enabled">
84 <bool>false</bool>
85 </property>
86 <property name="toolTip">
87 <string>Enter the password for the remote repository</string>
88 </property>
89 </widget>
90 </item>
91 </layout>
92 </widget>
93 </item>
94 <item row="3" column="0" colspan="2">
95 <widget class="QDialogButtonBox" name="buttonBox">
96 <property name="orientation">
97 <enum>Qt::Horizontal</enum>
98 </property>
99 <property name="standardButtons">
100 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
101 </property>
102 </widget>
103 </item>
104 </layout>
105 </widget>
106 <resources/>
107 <connections>
108 <connection>
109 <sender>buttonBox</sender>
110 <signal>accepted()</signal>
111 <receiver>GitRemoteCredentialsDialog</receiver>
112 <slot>accept()</slot>
113 <hints>
114 <hint type="sourcelabel">
115 <x>248</x>
116 <y>254</y>
117 </hint>
118 <hint type="destinationlabel">
119 <x>157</x>
120 <y>274</y>
121 </hint>
122 </hints>
123 </connection>
124 <connection>
125 <sender>buttonBox</sender>
126 <signal>rejected()</signal>
127 <receiver>GitRemoteCredentialsDialog</receiver>
128 <slot>reject()</slot>
129 <hints>
130 <hint type="sourcelabel">
131 <x>316</x>
132 <y>260</y>
133 </hint>
134 <hint type="destinationlabel">
135 <x>286</x>
136 <y>274</y>
137 </hint>
138 </hints>
139 </connection>
140 </connections>
141 </ui>

eric ide

mercurial