]> git.cworth.org Git - apitrace/blob - gui/ui/tracedialog.ui
Define all D2D/DWRITE GUIDs
[apitrace] / gui / ui / tracedialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>TraceDialog</class>
4  <widget class="QDialog" name="TraceDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>401</width>
10     <height>95</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <layout class="QHBoxLayout" name="horizontalLayout">
19      <item>
20       <widget class="QLabel" name="label">
21        <property name="text">
22         <string>Application:</string>
23        </property>
24       </widget>
25      </item>
26      <item>
27       <widget class="QLineEdit" name="applicationEdit">
28        <property name="placeholderText">
29         <string>Application to trace</string>
30        </property>
31       </widget>
32      </item>
33      <item>
34       <widget class="QPushButton" name="browseButton">
35        <property name="text">
36         <string>Browse</string>
37        </property>
38        <property name="flat">
39         <bool>false</bool>
40        </property>
41       </widget>
42      </item>
43     </layout>
44    </item>
45    <item>
46     <layout class="QHBoxLayout" name="horizontalLayout_2">
47      <item>
48       <widget class="QLabel" name="label_2">
49        <property name="text">
50         <string>Arguments:</string>
51        </property>
52       </widget>
53      </item>
54      <item>
55       <widget class="QLineEdit" name="argumentsEdit">
56        <property name="placeholderText">
57         <string>Separate arguments with &quot;;&quot;</string>
58        </property>
59       </widget>
60      </item>
61     </layout>
62    </item>
63    <item>
64     <widget class="QDialogButtonBox" name="buttonBox">
65      <property name="orientation">
66       <enum>Qt::Horizontal</enum>
67      </property>
68      <property name="standardButtons">
69       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
70      </property>
71     </widget>
72    </item>
73   </layout>
74  </widget>
75  <resources/>
76  <connections>
77   <connection>
78    <sender>buttonBox</sender>
79    <signal>accepted()</signal>
80    <receiver>TraceDialog</receiver>
81    <slot>accept()</slot>
82    <hints>
83     <hint type="sourcelabel">
84      <x>248</x>
85      <y>254</y>
86     </hint>
87     <hint type="destinationlabel">
88      <x>157</x>
89      <y>274</y>
90     </hint>
91    </hints>
92   </connection>
93   <connection>
94    <sender>buttonBox</sender>
95    <signal>rejected()</signal>
96    <receiver>TraceDialog</receiver>
97    <slot>reject()</slot>
98    <hints>
99     <hint type="sourcelabel">
100      <x>316</x>
101      <y>260</y>
102     </hint>
103     <hint type="destinationlabel">
104      <x>286</x>
105      <y>274</y>
106     </hint>
107    </hints>
108   </connection>
109  </connections>
110 </ui>