src/eric7/CycloneDXInterface/CycloneDXConfigDialog.ui

branch
eric7
changeset 9509
c06561080e32
parent 9413
80c06d472826
equal deleted inserted replaced
9508:5a02bdb1dcba 9509:c06561080e32
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>650</width> 9 <width>650</width>
10 <height>338</height> 10 <height>368</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>SBOM Configuration</string> 14 <string>SBOM Configuration</string>
15 </property> 15 </property>
97 <widget class="QGroupBox" name="groupBox_2"> 97 <widget class="QGroupBox" name="groupBox_2">
98 <property name="title"> 98 <property name="title">
99 <string>SBOM Output</string> 99 <string>SBOM Output</string>
100 </property> 100 </property>
101 <layout class="QGridLayout" name="gridLayout"> 101 <layout class="QGridLayout" name="gridLayout">
102 <item row="3" column="0">
103 <widget class="QLabel" name="label_3">
104 <property name="text">
105 <string>Schema Version:</string>
106 </property>
107 </widget>
108 </item>
109 <item row="4" column="0">
110 <widget class="QLabel" name="label_4">
111 <property name="text">
112 <string>File Name:</string>
113 </property>
114 </widget>
115 </item>
116 <item row="3" column="1">
117 <widget class="QComboBox" name="schemaVersionComboBox">
118 <property name="toolTip">
119 <string>Select the SBOM schema version of the SBOM file</string>
120 </property>
121 </widget>
122 </item>
123 <item row="2" column="2">
124 <spacer name="horizontalSpacer">
125 <property name="orientation">
126 <enum>Qt::Horizontal</enum>
127 </property>
128 <property name="sizeHint" stdset="0">
129 <size>
130 <width>413</width>
131 <height>20</height>
132 </size>
133 </property>
134 </spacer>
135 </item>
136 <item row="2" column="1"> 102 <item row="2" column="1">
137 <widget class="QComboBox" name="fileFormatComboBox"> 103 <widget class="QComboBox" name="fileFormatComboBox">
138 <property name="toolTip"> 104 <property name="toolTip">
139 <string>Select the format of the SBOM file</string> 105 <string>Select the format of the SBOM file</string>
140 </property> 106 </property>
148 <string>XML</string> 114 <string>XML</string>
149 </property> 115 </property>
150 </item> 116 </item>
151 </widget> 117 </widget>
152 </item> 118 </item>
119 <item row="0" column="0" colspan="3">
120 <widget class="QCheckBox" name="vulnerabilityCheckBox">
121 <property name="toolTip">
122 <string>Select to include vulnerability data in the generated SBOM (requires Schema 1.4 or newer)</string>
123 </property>
124 <property name="text">
125 <string>Include Vulnerability Information</string>
126 </property>
127 <property name="checked">
128 <bool>true</bool>
129 </property>
130 </widget>
131 </item>
132 <item row="1" column="0" colspan="3">
133 <widget class="QCheckBox" name="dependenciesCheckBox">
134 <property name="toolTip">
135 <string>Select to include dependency information in the generated SBOM</string>
136 </property>
137 <property name="text">
138 <string>Include Dependencies</string>
139 </property>
140 <property name="checked">
141 <bool>true</bool>
142 </property>
143 </widget>
144 </item>
153 <item row="2" column="0"> 145 <item row="2" column="0">
154 <widget class="QLabel" name="label_2"> 146 <widget class="QLabel" name="label_2">
155 <property name="text"> 147 <property name="text">
156 <string>File Format:</string> 148 <string>File Format:</string>
157 </property> 149 </property>
158 </widget> 150 </widget>
159 </item> 151 </item>
160 <item row="4" column="1" colspan="2"> 152 <item row="3" column="1">
153 <widget class="QComboBox" name="schemaVersionComboBox">
154 <property name="toolTip">
155 <string>Select the SBOM schema version of the SBOM file</string>
156 </property>
157 </widget>
158 </item>
159 <item row="2" column="2">
160 <spacer name="horizontalSpacer">
161 <property name="orientation">
162 <enum>Qt::Horizontal</enum>
163 </property>
164 <property name="sizeHint" stdset="0">
165 <size>
166 <width>413</width>
167 <height>20</height>
168 </size>
169 </property>
170 </spacer>
171 </item>
172 <item row="5" column="1" colspan="2">
161 <widget class="EricPathPicker" name="filePicker" native="true"> 173 <widget class="EricPathPicker" name="filePicker" native="true">
162 <property name="focusPolicy"> 174 <property name="focusPolicy">
163 <enum>Qt::StrongFocus</enum> 175 <enum>Qt::StrongFocus</enum>
164 </property> 176 </property>
165 <property name="toolTip"> 177 <property name="toolTip">
166 <string>Enter the file path for the SBOM file (leave empty for default)</string> 178 <string>Enter the file path for the SBOM file (leave empty for default)</string>
167 </property> 179 </property>
168 </widget> 180 </widget>
169 </item> 181 </item>
170 <item row="0" column="0" colspan="3"> 182 <item row="5" column="0">
171 <widget class="QCheckBox" name="vulnerabilityCheckBox"> 183 <widget class="QLabel" name="label_4">
172 <property name="toolTip"> 184 <property name="text">
173 <string>Select to include vulnerability data in the generated SBOM (requires Schema 1.4 or newer)</string> 185 <string>File Name:</string>
174 </property> 186 </property>
175 <property name="text"> 187 </widget>
176 <string>Include Vulnerability Information</string> 188 </item>
177 </property> 189 <item row="3" column="0">
178 <property name="checked"> 190 <widget class="QLabel" name="label_3">
179 <bool>true</bool> 191 <property name="text">
180 </property> 192 <string>Schema Version:</string>
181 </widget> 193 </property>
182 </item> 194 </widget>
183 <item row="1" column="0" colspan="3"> 195 </item>
184 <widget class="QCheckBox" name="dependenciesCheckBox"> 196 <item row="4" column="0" colspan="3">
185 <property name="toolTip"> 197 <widget class="QCheckBox" name="readableCheckBox">
186 <string>Select to include dependency information in the generated SBOM</string> 198 <property name="toolTip">
187 </property> 199 <string>Select to generate non-compact, readable output</string>
188 <property name="text"> 200 </property>
189 <string>Include Dependencies</string> 201 <property name="text">
190 </property> 202 <string>Generate Readable Output</string>
191 <property name="checked">
192 <bool>true</bool>
193 </property> 203 </property>
194 </widget> 204 </widget>
195 </item> 205 </item>
196 </layout> 206 </layout>
197 </widget> 207 </widget>
223 <tabstop>requirementsButton</tabstop> 233 <tabstop>requirementsButton</tabstop>
224 <tabstop>vulnerabilityCheckBox</tabstop> 234 <tabstop>vulnerabilityCheckBox</tabstop>
225 <tabstop>dependenciesCheckBox</tabstop> 235 <tabstop>dependenciesCheckBox</tabstop>
226 <tabstop>fileFormatComboBox</tabstop> 236 <tabstop>fileFormatComboBox</tabstop>
227 <tabstop>schemaVersionComboBox</tabstop> 237 <tabstop>schemaVersionComboBox</tabstop>
238 <tabstop>readableCheckBox</tabstop>
228 <tabstop>filePicker</tabstop> 239 <tabstop>filePicker</tabstop>
229 </tabstops> 240 </tabstops>
230 <resources/> 241 <resources/>
231 <connections> 242 <connections>
232 <connection> 243 <connection>

eric ide

mercurial