eric7/Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.ui

branch
eric7
changeset 8312
800c432b34c8
parent 6942
2602857055c5
equal deleted inserted replaced
8311:4e8b98454baa 8312:800c432b34c8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GitPatchStatisticsDialog</class>
4 <widget class="QDialog" name="GitPatchStatisticsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>550</width>
10 <height>450</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Patch Statistics</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>Insertions and Deletions:</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="QTreeWidget" name="changesTreeWidget">
29 <property name="sizePolicy">
30 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
31 <horstretch>0</horstretch>
32 <verstretch>4</verstretch>
33 </sizepolicy>
34 </property>
35 <property name="alternatingRowColors">
36 <bool>true</bool>
37 </property>
38 <property name="selectionMode">
39 <enum>QAbstractItemView::NoSelection</enum>
40 </property>
41 <property name="rootIsDecorated">
42 <bool>false</bool>
43 </property>
44 <property name="itemsExpandable">
45 <bool>false</bool>
46 </property>
47 <property name="sortingEnabled">
48 <bool>true</bool>
49 </property>
50 <column>
51 <property name="text">
52 <string># Insertions</string>
53 </property>
54 </column>
55 <column>
56 <property name="text">
57 <string># Deletions</string>
58 </property>
59 </column>
60 <column>
61 <property name="text">
62 <string>File</string>
63 </property>
64 </column>
65 </widget>
66 </item>
67 <item>
68 <widget class="QLabel" name="label_2">
69 <property name="text">
70 <string>Summary Information:</string>
71 </property>
72 </widget>
73 </item>
74 <item>
75 <widget class="QPlainTextEdit" name="summaryEdit">
76 <property name="sizePolicy">
77 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
78 <horstretch>0</horstretch>
79 <verstretch>2</verstretch>
80 </sizepolicy>
81 </property>
82 <property name="tabChangesFocus">
83 <bool>true</bool>
84 </property>
85 <property name="readOnly">
86 <bool>true</bool>
87 </property>
88 <property name="textInteractionFlags">
89 <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
90 </property>
91 </widget>
92 </item>
93 <item>
94 <widget class="QDialogButtonBox" name="buttonBox">
95 <property name="orientation">
96 <enum>Qt::Horizontal</enum>
97 </property>
98 <property name="standardButtons">
99 <set>QDialogButtonBox::Ok</set>
100 </property>
101 </widget>
102 </item>
103 </layout>
104 </widget>
105 <resources/>
106 <connections>
107 <connection>
108 <sender>buttonBox</sender>
109 <signal>accepted()</signal>
110 <receiver>GitPatchStatisticsDialog</receiver>
111 <slot>accept()</slot>
112 <hints>
113 <hint type="sourcelabel">
114 <x>248</x>
115 <y>254</y>
116 </hint>
117 <hint type="destinationlabel">
118 <x>157</x>
119 <y>274</y>
120 </hint>
121 </hints>
122 </connection>
123 <connection>
124 <sender>buttonBox</sender>
125 <signal>rejected()</signal>
126 <receiver>GitPatchStatisticsDialog</receiver>
127 <slot>reject()</slot>
128 <hints>
129 <hint type="sourcelabel">
130 <x>316</x>
131 <y>260</y>
132 </hint>
133 <hint type="destinationlabel">
134 <x>286</x>
135 <y>274</y>
136 </hint>
137 </hints>
138 </connection>
139 </connections>
140 </ui>

eric ide

mercurial