|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>PyCoverageJsonReportDialog</class> |
|
4 <widget class="QDialog" name="PyCoverageJsonReportDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>500</width> |
|
10 <height>98</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>JSON Report</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QGridLayout" name="gridLayout"> |
|
20 <item row="1" column="0" colspan="2"> |
|
21 <widget class="QCheckBox" name="compactCheckBox"> |
|
22 <property name="toolTip"> |
|
23 <string>Select to create the report using the compact format</string> |
|
24 </property> |
|
25 <property name="text"> |
|
26 <string>Compact Format</string> |
|
27 </property> |
|
28 <property name="checked"> |
|
29 <bool>true</bool> |
|
30 </property> |
|
31 </widget> |
|
32 </item> |
|
33 <item row="0" column="0"> |
|
34 <widget class="QLabel" name="label_2"> |
|
35 <property name="text"> |
|
36 <string>Output File:</string> |
|
37 </property> |
|
38 </widget> |
|
39 </item> |
|
40 <item row="0" column="1"> |
|
41 <widget class="EricPathPicker" name="outputFilePicker" native="true"> |
|
42 <property name="sizePolicy"> |
|
43 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
44 <horstretch>0</horstretch> |
|
45 <verstretch>0</verstretch> |
|
46 </sizepolicy> |
|
47 </property> |
|
48 <property name="focusPolicy"> |
|
49 <enum>Qt::StrongFocus</enum> |
|
50 </property> |
|
51 <property name="toolTip"> |
|
52 <string>Enter the path of the output file</string> |
|
53 </property> |
|
54 </widget> |
|
55 </item> |
|
56 <item row="2" column="0" colspan="2"> |
|
57 <widget class="QDialogButtonBox" name="buttonBox"> |
|
58 <property name="orientation"> |
|
59 <enum>Qt::Horizontal</enum> |
|
60 </property> |
|
61 <property name="standardButtons"> |
|
62 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
63 </property> |
|
64 </widget> |
|
65 </item> |
|
66 </layout> |
|
67 </widget> |
|
68 <customwidgets> |
|
69 <customwidget> |
|
70 <class>EricPathPicker</class> |
|
71 <extends>QWidget</extends> |
|
72 <header>EricWidgets/EricPathPicker.h</header> |
|
73 <container>1</container> |
|
74 </customwidget> |
|
75 </customwidgets> |
|
76 <tabstops> |
|
77 <tabstop>outputFilePicker</tabstop> |
|
78 </tabstops> |
|
79 <resources/> |
|
80 <connections> |
|
81 <connection> |
|
82 <sender>buttonBox</sender> |
|
83 <signal>accepted()</signal> |
|
84 <receiver>PyCoverageJsonReportDialog</receiver> |
|
85 <slot>accept()</slot> |
|
86 <hints> |
|
87 <hint type="sourcelabel"> |
|
88 <x>248</x> |
|
89 <y>254</y> |
|
90 </hint> |
|
91 <hint type="destinationlabel"> |
|
92 <x>157</x> |
|
93 <y>274</y> |
|
94 </hint> |
|
95 </hints> |
|
96 </connection> |
|
97 <connection> |
|
98 <sender>buttonBox</sender> |
|
99 <signal>rejected()</signal> |
|
100 <receiver>PyCoverageJsonReportDialog</receiver> |
|
101 <slot>reject()</slot> |
|
102 <hints> |
|
103 <hint type="sourcelabel"> |
|
104 <x>316</x> |
|
105 <y>260</y> |
|
106 </hint> |
|
107 <hint type="destinationlabel"> |
|
108 <x>286</x> |
|
109 <y>274</y> |
|
110 </hint> |
|
111 </hints> |
|
112 </connection> |
|
113 </connections> |
|
114 </ui> |