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"> |