]> git.cworth.org Git - apitrace/blob - gui/ui/tracedialog.ui
gui/tracedialog: Don't show warning when user cancel to browse.
[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_3">
19      <item>
20       <widget class="QLabel" name="label_3">
21        <property name="text">
22         <string>API:</string>
23        </property>
24       </widget>
25      </item>
26      <item>
27       <widget class="QComboBox" name="apiComboBox"/>
28      </item>
29     </layout>
30    </item>
31    <item>
32     <layout class="QHBoxLayout" name="horizontalLayout">
33      <item>
34       <widget class="QLabel" name="label">
35        <property name="text">
36         <string>Application:</string>
37        </property>
38       </widget>
39      </item>
40      <item>
41       <widget class="QLineEdit" name="applicationEdit">
42        <property name="placeholderText">
43         <string>Application to trace</string>
44        </property>
45       </widget>
46      </item>
47      <item>
48       <widget class="QPushButton" name="browseButton">
49        <property name="text">
50         <string>Browse...</string>
51        </property>
52        <property name="flat">
53         <bool>false</bool>
54        </property>
55       </widget>
56      </item>
57     </layout>
58    </item>
59    <item>
60     <layout class="QHBoxLayout" name="horizontalLayout_2">
61      <item>
62       <widget class="QLabel" name="label_2">
63        <property name="text">
64         <string>Arguments:</string>
65        </property>
66       </widget>
67      </item>
68      <item>
69       <widget class="QLineEdit" name="argumentsEdit">
70        <property name="placeholderText">
71         <string>Separate arguments with &quot;;&quot;</string>
72        </property>
73       </widget>
74      </item>
75     </layout>
76    </item>
77    <item>
78     <widget class="QDialogButtonBox" name="buttonBox">
79      <property name="orientation">
80       <enum>Qt::Horizontal</enum>
81      </property>
82      <property name="standardButtons">
83       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
84      </property>
85     </widget>
86    </item>
87   </layout>
88  </widget>
89  <resources/>
90  <connections>
91   <connection>
92    <sender>buttonBox</sender>
93    <signal>accepted()</signal>
94    <receiver>TraceDialog</receiver>
95    <slot>accept()</slot>
96    <hints>
97     <hint type="sourcelabel">
98      <x>248</x>
99      <y>254</y>
100     </hint>
101     <hint type="destinationlabel">
102      <x>157</x>
103      <y>274</y>
104     </hint>
105    </hints>
106   </connection>
107   <connection>
108    <sender>buttonBox</sender>
109    <signal>rejected()</signal>
110    <receiver>TraceDialog</receiver>
111    <slot>reject()</slot>
112    <hints>
113     <hint type="sourcelabel">
114      <x>316</x>
115      <y>260</y>
116     </hint>
117     <hint type="destinationlabel">
118      <x>286</x>
119      <y>274</y>
120     </hint>
121    </hints>
122   </connection>
123  </connections>
124 </ui>