Plugins/VcsPlugins/vcsGit/GitSubmodulesSyncDialog.ui

changeset 6020
baf6da1ae288
equal deleted inserted replaced
6019:58ecdaf0b789 6020:baf6da1ae288
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GitSubmodulesSyncDialog</class>
4 <widget class="QDialog" name="GitSubmodulesSyncDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Synchronize Submodule URLs</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QLabel" name="label">
22 <property name="text">
23 <string>Selected Submodules:</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="QListWidget" name="submodulesList">
29 <property name="toolTip">
30 <string>Select the submodules to be synchronized</string>
31 </property>
32 <property name="alternatingRowColors">
33 <bool>true</bool>
34 </property>
35 <property name="selectionMode">
36 <enum>QAbstractItemView::ExtendedSelection</enum>
37 </property>
38 </widget>
39 </item>
40 <item>
41 <widget class="QCheckBox" name="recursiveCheckBox">
42 <property name="toolTip">
43 <string>Select to perform a recursive synchronization</string>
44 </property>
45 <property name="text">
46 <string>Recursive Operation</string>
47 </property>
48 </widget>
49 </item>
50 <item>
51 <widget class="QDialogButtonBox" name="buttonBox">
52 <property name="orientation">
53 <enum>Qt::Horizontal</enum>
54 </property>
55 <property name="standardButtons">
56 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
57 </property>
58 </widget>
59 </item>
60 </layout>
61 </widget>
62 <resources/>
63 <connections>
64 <connection>
65 <sender>buttonBox</sender>
66 <signal>accepted()</signal>
67 <receiver>GitSubmodulesSyncDialog</receiver>
68 <slot>accept()</slot>
69 <hints>
70 <hint type="sourcelabel">
71 <x>248</x>
72 <y>254</y>
73 </hint>
74 <hint type="destinationlabel">
75 <x>157</x>
76 <y>274</y>
77 </hint>
78 </hints>
79 </connection>
80 <connection>
81 <sender>buttonBox</sender>
82 <signal>rejected()</signal>
83 <receiver>GitSubmodulesSyncDialog</receiver>
84 <slot>reject()</slot>
85 <hints>
86 <hint type="sourcelabel">
87 <x>316</x>
88 <y>260</y>
89 </hint>
90 <hint type="destinationlabel">
91 <x>286</x>
92 <y>274</y>
93 </hint>
94 </hints>
95 </connection>
96 </connections>
97 </ui>

eric ide

mercurial