DataViews/PyProfileDialog.ui

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

eric ide

mercurial