VCS/RepositoryInfoDialog.ui

changeset 0
de9c2efb9d02
child 5508
30626def80dc
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <ui version="4.0" >
2 <class>VcsRepositoryInfoDialog</class>
3 <widget class="QDialog" name="VcsRepositoryInfoDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>590</width>
9 <height>437</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Repository Information</string>
14 </property>
15 <property name="sizeGripEnabled" >
16 <bool>true</bool>
17 </property>
18 <layout class="QVBoxLayout" >
19 <item>
20 <widget class="QTextEdit" name="infoBrowser" >
21 <property name="readOnly" >
22 <bool>true</bool>
23 </property>
24 </widget>
25 </item>
26 <item>
27 <widget class="QDialogButtonBox" name="buttonBox" >
28 <property name="orientation" >
29 <enum>Qt::Horizontal</enum>
30 </property>
31 <property name="standardButtons" >
32 <set>QDialogButtonBox::Close</set>
33 </property>
34 </widget>
35 </item>
36 </layout>
37 </widget>
38 <layoutdefault spacing="6" margin="11" />
39 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
40 <resources/>
41 <connections>
42 <connection>
43 <sender>buttonBox</sender>
44 <signal>accepted()</signal>
45 <receiver>VcsRepositoryInfoDialog</receiver>
46 <slot>accept()</slot>
47 <hints>
48 <hint type="sourcelabel" >
49 <x>48</x>
50 <y>419</y>
51 </hint>
52 <hint type="destinationlabel" >
53 <x>50</x>
54 <y>437</y>
55 </hint>
56 </hints>
57 </connection>
58 <connection>
59 <sender>buttonBox</sender>
60 <signal>rejected()</signal>
61 <receiver>VcsRepositoryInfoDialog</receiver>
62 <slot>reject()</slot>
63 <hints>
64 <hint type="sourcelabel" >
65 <x>226</x>
66 <y>422</y>
67 </hint>
68 <hint type="destinationlabel" >
69 <x>233</x>
70 <y>440</y>
71 </hint>
72 </hints>
73 </connection>
74 </connections>
75 </ui>

eric ide

mercurial