]> git.cworth.org Git - apitrace/blob - gui/ui/argumentseditor.ui
268e838e7af34edcf466ad14632ce3836524485b
[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="QWidget" name="ArgumentsEditor">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>290</width>
10     <height>472</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <item>
18     <layout class="QHBoxLayout" name="horizontalLayout">
19      <item>
20       <spacer name="horizontalSpacer">
21        <property name="orientation">
22         <enum>Qt::Horizontal</enum>
23        </property>
24        <property name="sizeHint" stdset="0">
25         <size>
26          <width>40</width>
27          <height>20</height>
28         </size>
29        </property>
30       </spacer>
31      </item>
32      <item>
33       <widget class="QLabel" name="callLabel">
34        <property name="font">
35         <font>
36          <pointsize>16</pointsize>
37          <weight>50</weight>
38          <bold>false</bold>
39         </font>
40        </property>
41        <property name="text">
42         <string>TextLabel</string>
43        </property>
44       </widget>
45      </item>
46      <item>
47       <spacer name="horizontalSpacer_2">
48        <property name="orientation">
49         <enum>Qt::Horizontal</enum>
50        </property>
51        <property name="sizeHint" stdset="0">
52         <size>
53          <width>40</width>
54          <height>20</height>
55         </size>
56        </property>
57       </spacer>
58      </item>
59     </layout>
60    </item>
61    <item>
62     <layout class="QHBoxLayout" name="horizontalLayout_2">
63      <item>
64       <spacer name="horizontalSpacer_3">
65        <property name="orientation">
66         <enum>Qt::Horizontal</enum>
67        </property>
68        <property name="sizeHint" stdset="0">
69         <size>
70          <width>128</width>
71          <height>20</height>
72         </size>
73        </property>
74       </spacer>
75      </item>
76      <item>
77       <widget class="QPushButton" name="revertButton">
78        <property name="enabled">
79         <bool>false</bool>
80        </property>
81        <property name="text">
82         <string>Revert</string>
83        </property>
84        <property name="icon">
85         <iconset resource="../qapitrace.qrc">
86          <normaloff>:/resources/edit-undo.png</normaloff>:/resources/edit-undo.png</iconset>
87        </property>
88       </widget>
89      </item>
90     </layout>
91    </item>
92    <item>
93     <widget class="QTabWidget" name="argsTabWidget">
94      <property name="currentIndex">
95       <number>1</number>
96      </property>
97      <widget class="QWidget" name="tab">
98       <attribute name="title">
99        <string>Arguments</string>
100       </attribute>
101       <layout class="QVBoxLayout" name="verticalLayout">
102        <item>
103         <widget class="QTreeView" name="argsTree">
104          <attribute name="headerVisible">
105           <bool>false</bool>
106          </attribute>
107         </widget>
108        </item>
109       </layout>
110      </widget>
111      <widget class="QWidget" name="shaderTab">
112       <attribute name="title">
113        <string>Shader</string>
114       </attribute>
115       <layout class="QVBoxLayout" name="verticalLayout_3">
116        <item>
117         <layout class="QHBoxLayout" name="horizontalLayout_4">
118          <item>
119           <widget class="QComboBox" name="selectStringCB"/>
120          </item>
121          <item>
122           <widget class="QCheckBox" name="editableBox">
123            <property name="text">
124             <string>Editable</string>
125            </property>
126           </widget>
127          </item>
128          <item>
129           <spacer name="horizontalSpacer_4">
130            <property name="orientation">
131             <enum>Qt::Horizontal</enum>
132            </property>
133            <property name="sizeHint" stdset="0">
134             <size>
135              <width>40</width>
136              <height>20</height>
137             </size>
138            </property>
139           </spacer>
140          </item>
141          <item>
142           <layout class="QHBoxLayout" name="horizontalLayout_3">
143            <item>
144             <widget class="QLabel" name="label">
145              <property name="text">
146               <string>Length:</string>
147              </property>
148             </widget>
149            </item>
150            <item>
151             <widget class="QLabel" name="lengthLabel">
152              <property name="text">
153               <string>100</string>
154              </property>
155             </widget>
156            </item>
157           </layout>
158          </item>
159         </layout>
160        </item>
161        <item>
162         <widget class="GLSLEdit" name="glslEdit"/>
163        </item>
164       </layout>
165      </widget>
166     </widget>
167    </item>
168   </layout>
169  </widget>
170  <customwidgets>
171   <customwidget>
172    <class>GLSLEdit</class>
173    <extends>QPlainTextEdit</extends>
174    <header>glsledit.h</header>
175   </customwidget>
176  </customwidgets>
177  <resources>
178   <include location="../qapitrace.qrc"/>
179  </resources>
180  <connections/>
181 </ui>