]> git.cworth.org Git - apitrace/blob - gui/ui/argumentseditor.ui
d3dretrace: Use DirectXTex for d3d10 state too.
[apitrace] / gui / ui / argumentseditor.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ArgumentsEditor</class>
4  <widget class="QDialog" name="ArgumentsEditor">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>481</width>
10     <height>615</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Trace Arguments Editor</string>
15   </property>
16   <property name="sizeGripEnabled">
17    <bool>false</bool>
18   </property>
19   <property name="modal">
20    <bool>true</bool>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout_2">
23    <item>
24     <layout class="QHBoxLayout" name="horizontalLayout">
25      <item>
26       <spacer name="horizontalSpacer">
27        <property name="orientation">
28         <enum>Qt::Horizontal</enum>
29        </property>
30        <property name="sizeHint" stdset="0">
31         <size>
32          <width>40</width>
33          <height>20</height>
34         </size>
35        </property>
36       </spacer>
37      </item>
38      <item>
39       <widget class="QLabel" name="callLabel">
40        <property name="font">
41         <font>
42          <pointsize>16</pointsize>
43          <weight>50</weight>
44          <bold>false</bold>
45         </font>
46        </property>
47        <property name="text">
48         <string>TextLabel</string>
49        </property>
50       </widget>
51      </item>
52      <item>
53       <spacer name="horizontalSpacer_2">
54        <property name="orientation">
55         <enum>Qt::Horizontal</enum>
56        </property>
57        <property name="sizeHint" stdset="0">
58         <size>
59          <width>40</width>
60          <height>20</height>
61         </size>
62        </property>
63       </spacer>
64      </item>
65     </layout>
66    </item>
67    <item>
68     <layout class="QHBoxLayout" name="horizontalLayout_2">
69      <item>
70       <spacer name="horizontalSpacer_3">
71        <property name="orientation">
72         <enum>Qt::Horizontal</enum>
73        </property>
74        <property name="sizeHint" stdset="0">
75         <size>
76          <width>128</width>
77          <height>20</height>
78         </size>
79        </property>
80       </spacer>
81      </item>
82      <item>
83       <widget class="QPushButton" name="revertButton">
84        <property name="enabled">
85         <bool>true</bool>
86        </property>
87        <property name="text">
88         <string>Revert</string>
89        </property>
90        <property name="icon">
91         <iconset resource="../qapitrace.qrc">
92          <normaloff>:/resources/edit-undo.png</normaloff>:/resources/edit-undo.png</iconset>
93        </property>
94       </widget>
95      </item>
96     </layout>
97    </item>
98    <item>
99     <widget class="QTabWidget" name="argsTabWidget">
100      <property name="currentIndex">
101       <number>0</number>
102      </property>
103      <widget class="QWidget" name="tab">
104       <attribute name="title">
105        <string>Arguments</string>
106       </attribute>
107       <layout class="QVBoxLayout" name="verticalLayout">
108        <item>
109         <widget class="QTreeView" name="argsTree">
110          <attribute name="headerVisible">
111           <bool>false</bool>
112          </attribute>
113         </widget>
114        </item>
115       </layout>
116      </widget>
117      <widget class="QWidget" name="shaderTab">
118       <attribute name="title">
119        <string>Shader</string>
120       </attribute>
121       <layout class="QVBoxLayout" name="verticalLayout_3">
122        <item>
123         <layout class="QHBoxLayout" name="horizontalLayout_4">
124          <item>
125           <widget class="QComboBox" name="selectStringCB"/>
126          </item>
127          <item>
128           <spacer name="horizontalSpacer_4">
129            <property name="orientation">
130             <enum>Qt::Horizontal</enum>
131            </property>
132            <property name="sizeHint" stdset="0">
133             <size>
134              <width>40</width>
135              <height>20</height>
136             </size>
137            </property>
138           </spacer>
139          </item>
140          <item>
141           <layout class="QHBoxLayout" name="horizontalLayout_3">
142            <item>
143             <widget class="QLabel" name="label">
144              <property name="text">
145               <string>Length:</string>
146              </property>
147             </widget>
148            </item>
149            <item>
150             <widget class="QLabel" name="lengthLabel">
151              <property name="text">
152               <string>100</string>
153              </property>
154             </widget>
155            </item>
156           </layout>
157          </item>
158         </layout>
159        </item>
160        <item>
161         <widget class="GLSLEdit" name="glslEdit"/>
162        </item>
163       </layout>
164      </widget>
165     </widget>
166    </item>
167    <item>
168     <widget class="QDialogButtonBox" name="buttonBox">
169      <property name="orientation">
170       <enum>Qt::Horizontal</enum>
171      </property>
172      <property name="standardButtons">
173       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
174      </property>
175     </widget>
176    </item>
177   </layout>
178  </widget>
179  <customwidgets>
180   <customwidget>
181    <class>GLSLEdit</class>
182    <extends>QPlainTextEdit</extends>
183    <header>glsledit.h</header>
184   </customwidget>
185  </customwidgets>
186  <resources>
187   <include location="../qapitrace.qrc"/>
188  </resources>
189  <connections>
190   <connection>
191    <sender>buttonBox</sender>
192    <signal>accepted()</signal>
193    <receiver>ArgumentsEditor</receiver>
194    <slot>accept()</slot>
195    <hints>
196     <hint type="sourcelabel">
197      <x>248</x>
198      <y>254</y>
199     </hint>
200     <hint type="destinationlabel">
201      <x>157</x>
202      <y>274</y>
203     </hint>
204    </hints>
205   </connection>
206   <connection>
207    <sender>buttonBox</sender>
208    <signal>rejected()</signal>
209    <receiver>ArgumentsEditor</receiver>
210    <slot>reject()</slot>
211    <hints>
212     <hint type="sourcelabel">
213      <x>316</x>
214      <y>260</y>
215     </hint>
216     <hint type="destinationlabel">
217      <x>286</x>
218      <y>274</y>
219     </hint>
220    </hints>
221   </connection>
222  </connections>
223 </ui>