src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesDeinitDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GitSubmodulesDeinitDialog</class>
4 <widget class="QDialog" name="GitSubmodulesDeinitDialog">
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>Unregister Submodules</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QCheckBox" name="allCheckBox">
22 <property name="toolTip">
23 <string>Select to unregister all submodules</string>
24 </property>
25 <property name="text">
26 <string>Unregister All Submodules</string>
27 </property>
28 </widget>
29 </item>
30 <item>
31 <widget class="QLabel" name="label">
32 <property name="text">
33 <string>Selected Submodules:</string>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <widget class="QListWidget" name="submodulesList">
39 <property name="toolTip">
40 <string>Select the submodules to be unregistered</string>
41 </property>
42 <property name="alternatingRowColors">
43 <bool>true</bool>
44 </property>
45 <property name="selectionMode">
46 <enum>QAbstractItemView::ExtendedSelection</enum>
47 </property>
48 </widget>
49 </item>
50 <item>
51 <widget class="QCheckBox" name="forceCheckBox">
52 <property name="toolTip">
53 <string>Select to enforce unregistering</string>
54 </property>
55 <property name="text">
56 <string>Enforce Operation</string>
57 </property>
58 </widget>
59 </item>
60 <item>
61 <widget class="QDialogButtonBox" name="buttonBox">
62 <property name="orientation">
63 <enum>Qt::Horizontal</enum>
64 </property>
65 <property name="standardButtons">
66 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
67 </property>
68 </widget>
69 </item>
70 </layout>
71 </widget>
72 <tabstops>
73 <tabstop>allCheckBox</tabstop>
74 <tabstop>submodulesList</tabstop>
75 <tabstop>forceCheckBox</tabstop>
76 </tabstops>
77 <resources/>
78 <connections>
79 <connection>
80 <sender>buttonBox</sender>
81 <signal>accepted()</signal>
82 <receiver>GitSubmodulesDeinitDialog</receiver>
83 <slot>accept()</slot>
84 <hints>
85 <hint type="sourcelabel">
86 <x>227</x>
87 <y>282</y>
88 </hint>
89 <hint type="destinationlabel">
90 <x>157</x>
91 <y>274</y>
92 </hint>
93 </hints>
94 </connection>
95 <connection>
96 <sender>buttonBox</sender>
97 <signal>rejected()</signal>
98 <receiver>GitSubmodulesDeinitDialog</receiver>
99 <slot>reject()</slot>
100 <hints>
101 <hint type="sourcelabel">
102 <x>295</x>
103 <y>288</y>
104 </hint>
105 <hint type="destinationlabel">
106 <x>286</x>
107 <y>274</y>
108 </hint>
109 </hints>
110 </connection>
111 <connection>
112 <sender>allCheckBox</sender>
113 <signal>toggled(bool)</signal>
114 <receiver>label</receiver>
115 <slot>setDisabled(bool)</slot>
116 <hints>
117 <hint type="sourcelabel">
118 <x>39</x>
119 <y>15</y>
120 </hint>
121 <hint type="destinationlabel">
122 <x>37</x>
123 <y>39</y>
124 </hint>
125 </hints>
126 </connection>
127 <connection>
128 <sender>allCheckBox</sender>
129 <signal>toggled(bool)</signal>
130 <receiver>submodulesList</receiver>
131 <slot>setDisabled(bool)</slot>
132 <hints>
133 <hint type="sourcelabel">
134 <x>76</x>
135 <y>16</y>
136 </hint>
137 <hint type="destinationlabel">
138 <x>82</x>
139 <y>73</y>
140 </hint>
141 </hints>
142 </connection>
143 </connections>
144 </ui>

eric ide

mercurial