eric7/DataViews/PyCoverageHtmlReportDialog.ui

branch
eric7-maintenance
changeset 9131
bc0c1b6d6adb
equal deleted inserted replaced
9112:9967ae9f0906 9131:bc0c1b6d6adb
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PyCoverageHtmlReportDialog</class>
4 <widget class="QDialog" name="PyCoverageHtmlReportDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>154</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>HTML Report</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QGridLayout" name="gridLayout">
20 <item row="0" column="0">
21 <widget class="QLabel" name="label">
22 <property name="text">
23 <string>Title:</string>
24 </property>
25 </widget>
26 </item>
27 <item row="2" column="1">
28 <widget class="EricPathPicker" name="extraCssPicker" native="true">
29 <property name="sizePolicy">
30 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
31 <horstretch>0</horstretch>
32 <verstretch>0</verstretch>
33 </sizepolicy>
34 </property>
35 <property name="focusPolicy">
36 <enum>Qt::StrongFocus</enum>
37 </property>
38 <property name="toolTip">
39 <string>Enter the path of a file containing additional CSS definitions</string>
40 </property>
41 </widget>
42 </item>
43 <item row="2" column="0">
44 <widget class="QLabel" name="label_3">
45 <property name="text">
46 <string>Extra CSS:</string>
47 </property>
48 </widget>
49 </item>
50 <item row="0" column="1">
51 <widget class="QLineEdit" name="titleEdit">
52 <property name="toolTip">
53 <string>Enter the title for the HTML report</string>
54 </property>
55 </widget>
56 </item>
57 <item row="1" column="0">
58 <widget class="QLabel" name="label_2">
59 <property name="text">
60 <string>Output Directory:</string>
61 </property>
62 </widget>
63 </item>
64 <item row="1" column="1">
65 <widget class="EricPathPicker" name="outputDirectoryPicker" native="true">
66 <property name="sizePolicy">
67 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
68 <horstretch>0</horstretch>
69 <verstretch>0</verstretch>
70 </sizepolicy>
71 </property>
72 <property name="focusPolicy">
73 <enum>Qt::StrongFocus</enum>
74 </property>
75 <property name="toolTip">
76 <string>Enter the path of the output directory</string>
77 </property>
78 </widget>
79 </item>
80 <item row="4" column="0" colspan="2">
81 <widget class="QDialogButtonBox" name="buttonBox">
82 <property name="orientation">
83 <enum>Qt::Horizontal</enum>
84 </property>
85 <property name="standardButtons">
86 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
87 </property>
88 </widget>
89 </item>
90 <item row="3" column="0" colspan="2">
91 <widget class="QCheckBox" name="openReportCheckBox">
92 <property name="toolTip">
93 <string>Select to open the generated report</string>
94 </property>
95 <property name="text">
96 <string>Open Report</string>
97 </property>
98 <property name="checked">
99 <bool>true</bool>
100 </property>
101 </widget>
102 </item>
103 </layout>
104 </widget>
105 <customwidgets>
106 <customwidget>
107 <class>EricPathPicker</class>
108 <extends>QWidget</extends>
109 <header>EricWidgets/EricPathPicker.h</header>
110 <container>1</container>
111 </customwidget>
112 </customwidgets>
113 <tabstops>
114 <tabstop>titleEdit</tabstop>
115 <tabstop>outputDirectoryPicker</tabstop>
116 <tabstop>extraCssPicker</tabstop>
117 </tabstops>
118 <resources/>
119 <connections>
120 <connection>
121 <sender>buttonBox</sender>
122 <signal>accepted()</signal>
123 <receiver>PyCoverageHtmlReportDialog</receiver>
124 <slot>accept()</slot>
125 <hints>
126 <hint type="sourcelabel">
127 <x>248</x>
128 <y>254</y>
129 </hint>
130 <hint type="destinationlabel">
131 <x>157</x>
132 <y>274</y>
133 </hint>
134 </hints>
135 </connection>
136 <connection>
137 <sender>buttonBox</sender>
138 <signal>rejected()</signal>
139 <receiver>PyCoverageHtmlReportDialog</receiver>
140 <slot>reject()</slot>
141 <hints>
142 <hint type="sourcelabel">
143 <x>316</x>
144 <y>260</y>
145 </hint>
146 <hint type="destinationlabel">
147 <x>286</x>
148 <y>274</y>
149 </hint>
150 </hints>
151 </connection>
152 </connections>
153 </ui>

eric ide

mercurial