Plugins/VcsPlugins/vcsGit/GitSubmodulesListDialog.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>GitSubmodulesListDialog</class>
4 <widget class="QDialog" name="GitSubmodulesListDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Defined 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="QTreeWidget" name="submodulesList">
22 <property name="alternatingRowColors">
23 <bool>true</bool>
24 </property>
25 <property name="rootIsDecorated">
26 <bool>false</bool>
27 </property>
28 <property name="itemsExpandable">
29 <bool>false</bool>
30 </property>
31 <property name="expandsOnDoubleClick">
32 <bool>false</bool>
33 </property>
34 <attribute name="headerStretchLastSection">
35 <bool>false</bool>
36 </attribute>
37 <column>
38 <property name="text">
39 <string>Name</string>
40 </property>
41 </column>
42 <column>
43 <property name="text">
44 <string>Path</string>
45 </property>
46 </column>
47 <column>
48 <property name="text">
49 <string>URL</string>
50 </property>
51 </column>
52 <column>
53 <property name="text">
54 <string>Branch</string>
55 </property>
56 </column>
57 </widget>
58 </item>
59 <item>
60 <widget class="QDialogButtonBox" name="buttonBox">
61 <property name="orientation">
62 <enum>Qt::Horizontal</enum>
63 </property>
64 <property name="standardButtons">
65 <set>QDialogButtonBox::Ok</set>
66 </property>
67 </widget>
68 </item>
69 </layout>
70 </widget>
71 <resources/>
72 <connections>
73 <connection>
74 <sender>buttonBox</sender>
75 <signal>accepted()</signal>
76 <receiver>GitSubmodulesListDialog</receiver>
77 <slot>accept()</slot>
78 <hints>
79 <hint type="sourcelabel">
80 <x>248</x>
81 <y>254</y>
82 </hint>
83 <hint type="destinationlabel">
84 <x>157</x>
85 <y>274</y>
86 </hint>
87 </hints>
88 </connection>
89 <connection>
90 <sender>buttonBox</sender>
91 <signal>rejected()</signal>
92 <receiver>GitSubmodulesListDialog</receiver>
93 <slot>reject()</slot>
94 <hints>
95 <hint type="sourcelabel">
96 <x>316</x>
97 <y>260</y>
98 </hint>
99 <hint type="destinationlabel">
100 <x>286</x>
101 <y>274</y>
102 </hint>
103 </hints>
104 </connection>
105 </connections>
106 </ui>

eric ide

mercurial