|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>GitChangeRemoteUrlDialog</class> |
|
4 <widget class="QDialog" name="GitChangeRemoteUrlDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>700</width> |
|
10 <height>140</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Git Change Remote URL</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"> |
|
55 <widget class="QLabel" name="label_3"> |
|
56 <property name="text"> |
|
57 <string>New URL:</string> |
|
58 </property> |
|
59 </widget> |
|
60 </item> |
|
61 <item row="2" column="1"> |
|
62 <widget class="QLineEdit" name="newUrlEdit"> |
|
63 <property name="toolTip"> |
|
64 <string>Enter the new remote URL</string> |
|
65 </property> |
|
66 </widget> |
|
67 </item> |
|
68 <item row="3" column="0" colspan="2"> |
|
69 <widget class="QDialogButtonBox" name="buttonBox"> |
|
70 <property name="orientation"> |
|
71 <enum>Qt::Horizontal</enum> |
|
72 </property> |
|
73 <property name="standardButtons"> |
|
74 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
75 </property> |
|
76 </widget> |
|
77 </item> |
|
78 </layout> |
|
79 </widget> |
|
80 <resources/> |
|
81 <connections> |
|
82 <connection> |
|
83 <sender>buttonBox</sender> |
|
84 <signal>accepted()</signal> |
|
85 <receiver>GitChangeRemoteUrlDialog</receiver> |
|
86 <slot>accept()</slot> |
|
87 <hints> |
|
88 <hint type="sourcelabel"> |
|
89 <x>248</x> |
|
90 <y>254</y> |
|
91 </hint> |
|
92 <hint type="destinationlabel"> |
|
93 <x>157</x> |
|
94 <y>274</y> |
|
95 </hint> |
|
96 </hints> |
|
97 </connection> |
|
98 <connection> |
|
99 <sender>buttonBox</sender> |
|
100 <signal>rejected()</signal> |
|
101 <receiver>GitChangeRemoteUrlDialog</receiver> |
|
102 <slot>reject()</slot> |
|
103 <hints> |
|
104 <hint type="sourcelabel"> |
|
105 <x>316</x> |
|
106 <y>260</y> |
|
107 </hint> |
|
108 <hint type="destinationlabel"> |
|
109 <x>286</x> |
|
110 <y>274</y> |
|
111 </hint> |
|
112 </hints> |
|
113 </connection> |
|
114 </connections> |
|
115 </ui> |