]> git.cworth.org Git - apitrace/blob - gui/ui/jumpwidget.ui
d3dretrace: Use DirectXTex for d3d10 state too.
[apitrace] / gui / ui / jumpwidget.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>JumpWidget</class>
4  <widget class="QWidget" name="JumpWidget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>345</width>
10     <height>35</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Form</string>
21   </property>
22   <property name="autoFillBackground">
23    <bool>false</bool>
24   </property>
25   <layout class="QVBoxLayout" name="verticalLayout">
26    <item>
27     <layout class="QHBoxLayout" name="horizontalLayout">
28      <item>
29       <widget class="QPushButton" name="cancelButton">
30        <property name="text">
31         <string/>
32        </property>
33        <property name="icon">
34         <iconset resource="../qapitrace.qrc">
35          <normaloff>:/resources/dialog-close.png</normaloff>:/resources/dialog-close.png</iconset>
36        </property>
37        <property name="flat">
38         <bool>true</bool>
39        </property>
40       </widget>
41      </item>
42      <item>
43       <widget class="QLabel" name="label">
44        <property name="text">
45         <string>Jump to call:</string>
46        </property>
47       </widget>
48      </item>
49      <item>
50       <widget class="QSpinBox" name="spinBox">
51        <property name="sizePolicy">
52         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
53          <horstretch>0</horstretch>
54          <verstretch>0</verstretch>
55         </sizepolicy>
56        </property>
57        <property name="maximum">
58         <number>9999999</number>
59        </property>
60       </widget>
61      </item>
62      <item>
63       <widget class="QPushButton" name="jumpButton">
64        <property name="text">
65         <string>Jump</string>
66        </property>
67        <property name="flat">
68         <bool>true</bool>
69        </property>
70       </widget>
71      </item>
72     </layout>
73    </item>
74   </layout>
75  </widget>
76  <resources>
77   <include location="../qapitrace.qrc"/>
78  </resources>
79  <connections/>
80 </ui>