|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>PyProfileDialog</class> |
|
4 <widget class="QDialog" name="PyProfileDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>832</width> |
|
10 <height>587</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="sizePolicy"> |
|
14 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
15 <horstretch>0</horstretch> |
|
16 <verstretch>3</verstretch> |
|
17 </sizepolicy> |
|
18 </property> |
|
19 <property name="windowTitle"> |
|
20 <string>Profile Results</string> |
|
21 </property> |
|
22 <property name="whatsThis"> |
|
23 <string><b>Profile Results</b> |
|
24 <p>This dialog shows the profile results.</p></string> |
|
25 </property> |
|
26 <property name="sizeGripEnabled"> |
|
27 <bool>true</bool> |
|
28 </property> |
|
29 <layout class="QVBoxLayout"> |
|
30 <item> |
|
31 <widget class="QTreeWidget" name="resultList"> |
|
32 <property name="sizePolicy"> |
|
33 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
34 <horstretch>0</horstretch> |
|
35 <verstretch>3</verstretch> |
|
36 </sizepolicy> |
|
37 </property> |
|
38 <property name="whatsThis"> |
|
39 <string><b>Profile Results</b> |
|
40 <p>This list shows the profile results. There are several actions available via the context menu.</p></string> |
|
41 </property> |
|
42 <property name="alternatingRowColors"> |
|
43 <bool>true</bool> |
|
44 </property> |
|
45 <property name="rootIsDecorated"> |
|
46 <bool>false</bool> |
|
47 </property> |
|
48 <property name="itemsExpandable"> |
|
49 <bool>false</bool> |
|
50 </property> |
|
51 <property name="sortingEnabled"> |
|
52 <bool>true</bool> |
|
53 </property> |
|
54 <column> |
|
55 <property name="text"> |
|
56 <string>Nr. Calls</string> |
|
57 </property> |
|
58 </column> |
|
59 <column> |
|
60 <property name="text"> |
|
61 <string>Total Time</string> |
|
62 </property> |
|
63 </column> |
|
64 <column> |
|
65 <property name="text"> |
|
66 <string>Tot. Time / Call</string> |
|
67 </property> |
|
68 </column> |
|
69 <column> |
|
70 <property name="text"> |
|
71 <string>Cumulative Time</string> |
|
72 </property> |
|
73 </column> |
|
74 <column> |
|
75 <property name="text"> |
|
76 <string>Cum. Time / Call</string> |
|
77 </property> |
|
78 </column> |
|
79 <column> |
|
80 <property name="text"> |
|
81 <string>Filename</string> |
|
82 </property> |
|
83 </column> |
|
84 <column> |
|
85 <property name="text"> |
|
86 <string>Line</string> |
|
87 </property> |
|
88 </column> |
|
89 <column> |
|
90 <property name="text"> |
|
91 <string>Function</string> |
|
92 </property> |
|
93 </column> |
|
94 </widget> |
|
95 </item> |
|
96 <item> |
|
97 <widget class="QTreeWidget" name="summaryList"> |
|
98 <property name="sizePolicy"> |
|
99 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
100 <horstretch>0</horstretch> |
|
101 <verstretch>1</verstretch> |
|
102 </sizepolicy> |
|
103 </property> |
|
104 <property name="whatsThis"> |
|
105 <string><b>Summary</b> |
|
106 <p>This shows some overall profile data. There are several actions available via the context menu.</p></string> |
|
107 </property> |
|
108 <property name="alternatingRowColors"> |
|
109 <bool>true</bool> |
|
110 </property> |
|
111 <property name="rootIsDecorated"> |
|
112 <bool>false</bool> |
|
113 </property> |
|
114 <property name="itemsExpandable"> |
|
115 <bool>false</bool> |
|
116 </property> |
|
117 <column> |
|
118 <property name="text"> |
|
119 <string>Summary</string> |
|
120 </property> |
|
121 </column> |
|
122 <column> |
|
123 <property name="text"> |
|
124 <string>#</string> |
|
125 </property> |
|
126 </column> |
|
127 </widget> |
|
128 </item> |
|
129 <item> |
|
130 <widget class="QProgressBar" name="checkProgress"> |
|
131 <property name="toolTip"> |
|
132 <string>Shows the progress of the profile data calculation</string> |
|
133 </property> |
|
134 <property name="value"> |
|
135 <number>0</number> |
|
136 </property> |
|
137 <property name="orientation"> |
|
138 <enum>Qt::Horizontal</enum> |
|
139 </property> |
|
140 <property name="format"> |
|
141 <string>%v/%m Files</string> |
|
142 </property> |
|
143 </widget> |
|
144 </item> |
|
145 <item> |
|
146 <widget class="QDialogButtonBox" name="buttonBox"> |
|
147 <property name="orientation"> |
|
148 <enum>Qt::Horizontal</enum> |
|
149 </property> |
|
150 <property name="standardButtons"> |
|
151 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
|
152 </property> |
|
153 </widget> |
|
154 </item> |
|
155 </layout> |
|
156 </widget> |
|
157 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
158 <tabstops> |
|
159 <tabstop>resultList</tabstop> |
|
160 <tabstop>summaryList</tabstop> |
|
161 </tabstops> |
|
162 <resources/> |
|
163 <connections/> |
|
164 </ui> |