eric7/CycloneDXInterface/CycloneDXConfigDialog.ui

branch
eric7
changeset 9122
ddf8ed8f7387
parent 9119
5bcdef5207f6
equal deleted inserted replaced
9121:6ac528d4f318 9122:ddf8ed8f7387
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>308</height> 10 <height>338</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="1" column="0"> 102 <item row="3" column="0">
103 <widget class="QLabel" name="label_2">
104 <property name="text">
105 <string>File Format:</string>
106 </property>
107 </widget>
108 </item>
109 <item row="2" column="0">
110 <widget class="QLabel" name="label_3"> 103 <widget class="QLabel" name="label_3">
111 <property name="text"> 104 <property name="text">
112 <string>Schema Version:</string> 105 <string>Schema Version:</string>
113 </property> 106 </property>
114 </widget> 107 </widget>
115 </item> 108 </item>
116 <item row="1" column="1"> 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">
117 <widget class="QComboBox" name="fileFormatComboBox"> 137 <widget class="QComboBox" name="fileFormatComboBox">
118 <property name="toolTip"> 138 <property name="toolTip">
119 <string>Select the format of the SBOM file</string> 139 <string>Select the format of the SBOM file</string>
120 </property> 140 </property>
121 <item> 141 <item>
128 <string>XML</string> 148 <string>XML</string>
129 </property> 149 </property>
130 </item> 150 </item>
131 </widget> 151 </widget>
132 </item> 152 </item>
133 <item row="3" column="0"> 153 <item row="2" column="0">
134 <widget class="QLabel" name="label_4"> 154 <widget class="QLabel" name="label_2">
135 <property name="text"> 155 <property name="text">
136 <string>File Name:</string> 156 <string>File Format:</string>
137 </property> 157 </property>
138 </widget> 158 </widget>
139 </item> 159 </item>
140 <item row="1" column="2"> 160 <item row="4" column="1" colspan="2">
141 <spacer name="horizontalSpacer">
142 <property name="orientation">
143 <enum>Qt::Horizontal</enum>
144 </property>
145 <property name="sizeHint" stdset="0">
146 <size>
147 <width>413</width>
148 <height>20</height>
149 </size>
150 </property>
151 </spacer>
152 </item>
153 <item row="3" column="1" colspan="2">
154 <widget class="EricPathPicker" name="filePicker" native="true"> 161 <widget class="EricPathPicker" name="filePicker" native="true">
155 <property name="focusPolicy"> 162 <property name="focusPolicy">
156 <enum>Qt::StrongFocus</enum> 163 <enum>Qt::StrongFocus</enum>
157 </property> 164 </property>
158 <property name="toolTip"> 165 <property name="toolTip">
159 <string>Enter the file path for the SBOM file (leave empty for default)</string> 166 <string>Enter the file path for the SBOM file (leave empty for default)</string>
160 </property> 167 </property>
161 </widget> 168 </widget>
162 </item> 169 </item>
163 <item row="2" column="1">
164 <widget class="QComboBox" name="schemaVersionComboBox">
165 <property name="toolTip">
166 <string>Select the SBOM schema version of the SBOM file</string>
167 </property>
168 </widget>
169 </item>
170 <item row="0" column="0" colspan="3"> 170 <item row="0" column="0" colspan="3">
171 <widget class="QCheckBox" name="vulnerabilityCheckBox"> 171 <widget class="QCheckBox" name="vulnerabilityCheckBox">
172 <property name="toolTip"> 172 <property name="toolTip">
173 <string>Select to include vulnerability data in the generated SBOM (requires Schema 1.4 or newer)</string> 173 <string>Select to include vulnerability data in the generated SBOM (requires Schema 1.4 or newer)</string>
174 </property> 174 </property>
175 <property name="text"> 175 <property name="text">
176 <string>Include Vulnerability Information</string> 176 <string>Include Vulnerability Information</string>
177 </property>
178 <property name="checked">
179 <bool>true</bool>
180 </property>
181 </widget>
182 </item>
183 <item row="1" column="0" colspan="3">
184 <widget class="QCheckBox" name="dependenciesCheckBox">
185 <property name="toolTip">
186 <string>Select to include dependency information in the generated SBOM</string>
187 </property>
188 <property name="text">
189 <string>Include Dependencies</string>
177 </property> 190 </property>
178 <property name="checked"> 191 <property name="checked">
179 <bool>true</bool> 192 <bool>true</bool>
180 </property> 193 </property>
181 </widget> 194 </widget>
207 <tabstop>environmentButton</tabstop> 220 <tabstop>environmentButton</tabstop>
208 <tabstop>pipenvButton</tabstop> 221 <tabstop>pipenvButton</tabstop>
209 <tabstop>poetryButton</tabstop> 222 <tabstop>poetryButton</tabstop>
210 <tabstop>requirementsButton</tabstop> 223 <tabstop>requirementsButton</tabstop>
211 <tabstop>vulnerabilityCheckBox</tabstop> 224 <tabstop>vulnerabilityCheckBox</tabstop>
225 <tabstop>dependenciesCheckBox</tabstop>
212 <tabstop>fileFormatComboBox</tabstop> 226 <tabstop>fileFormatComboBox</tabstop>
213 <tabstop>schemaVersionComboBox</tabstop> 227 <tabstop>schemaVersionComboBox</tabstop>
214 <tabstop>filePicker</tabstop> 228 <tabstop>filePicker</tabstop>
215 </tabstops> 229 </tabstops>
216 <resources/> 230 <resources/>

eric ide

mercurial