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