]> git.cworth.org Git - apitrace/blob - gui/ui/profilereplaydialog.ui
Add gui support for trace profiling.
[apitrace] / gui / ui / profilereplaydialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ProfileReplayDialog</class>
4  <widget class="QDialog" name="ProfileReplayDialog">
5   <property name="windowModality">
6    <enum>Qt::ApplicationModal</enum>
7   </property>
8   <property name="geometry">
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>353</width>
13     <height>165</height>
14    </rect>
15   </property>
16   <property name="windowTitle">
17    <string>Profile Configuration</string>
18   </property>
19   <property name="whatsThis">
20    <string>Allows setting options on the profiling process.</string>
21   </property>
22   <property name="modal">
23    <bool>true</bool>
24   </property>
25   <layout class="QVBoxLayout" name="verticalLayout">
26    <item>
27     <widget class="QGroupBox" name="profileGroup">
28      <property name="title">
29       <string>Profiling</string>
30      </property>
31      <layout class="QVBoxLayout" name="verticalLayout_2">
32       <item>
33        <widget class="QCheckBox" name="gpuTimesCB">
34         <property name="text">
35          <string>GPU times</string>
36         </property>
37         <property name="checked">
38          <bool>true</bool>
39         </property>
40        </widget>
41       </item>
42       <item>
43        <widget class="QCheckBox" name="cpuTimesCB">
44         <property name="text">
45          <string>CPU times</string>
46         </property>
47         <property name="checked">
48          <bool>true</bool>
49         </property>
50        </widget>
51       </item>
52       <item>
53        <widget class="QCheckBox" name="pixelsDrawnCB">
54         <property name="text">
55          <string>Pixels drawn per call</string>
56         </property>
57         <property name="checked">
58          <bool>true</bool>
59         </property>
60        </widget>
61       </item>
62      </layout>
63     </widget>
64    </item>
65    <item>
66     <widget class="QDialogButtonBox" name="buttonBox">
67      <property name="orientation">
68       <enum>Qt::Horizontal</enum>
69      </property>
70      <property name="standardButtons">
71       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
72      </property>
73     </widget>
74    </item>
75   </layout>
76  </widget>
77  <resources/>
78  <connections>
79   <connection>
80    <sender>buttonBox</sender>
81    <signal>accepted()</signal>
82    <receiver>ProfileReplayDialog</receiver>
83    <slot>accept()</slot>
84    <hints>
85     <hint type="sourcelabel">
86      <x>176</x>
87      <y>142</y>
88     </hint>
89     <hint type="destinationlabel">
90      <x>176</x>
91      <y>82</y>
92     </hint>
93    </hints>
94   </connection>
95   <connection>
96    <sender>buttonBox</sender>
97    <signal>rejected()</signal>
98    <receiver>ProfileReplayDialog</receiver>
99    <slot>reject()</slot>
100    <hints>
101     <hint type="sourcelabel">
102      <x>176</x>
103      <y>142</y>
104     </hint>
105     <hint type="destinationlabel">
106      <x>176</x>
107      <y>82</y>
108     </hint>
109    </hints>
110   </connection>
111  </connections>
112 </ui>