src/eric7/VCS/RepositoryInfoDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
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 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
39 <resources/>
40 <connections>
41 <connection>
42 <sender>buttonBox</sender>
43 <signal>accepted()</signal>
44 <receiver>VcsRepositoryInfoDialog</receiver>
45 <slot>accept()</slot>
46 <hints>
47 <hint type="sourcelabel" >
48 <x>48</x>
49 <y>419</y>
50 </hint>
51 <hint type="destinationlabel" >
52 <x>50</x>
53 <y>437</y>
54 </hint>
55 </hints>
56 </connection>
57 <connection>
58 <sender>buttonBox</sender>
59 <signal>rejected()</signal>
60 <receiver>VcsRepositoryInfoDialog</receiver>
61 <slot>reject()</slot>
62 <hints>
63 <hint type="sourcelabel" >
64 <x>226</x>
65 <y>422</y>
66 </hint>
67 <hint type="destinationlabel" >
68 <x>233</x>
69 <y>440</y>
70 </hint>
71 </hints>
72 </connection>
73 </connections>
74 </ui>

eric ide

mercurial