eric7/CycloneDXInterface/CycloneDXConfigDialog.ui

branch
eric7
changeset 9119
5bcdef5207f6
parent 9117
c6afba2049cf
child 9122
ddf8ed8f7387
equal deleted inserted replaced
9118:9858a6c957f5 9119:5bcdef5207f6
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>278</height> 10 <height>308</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="0" column="0"> 102 <item row="1" column="0">
103 <widget class="QLabel" name="label_2"> 103 <widget class="QLabel" name="label_2">
104 <property name="text"> 104 <property name="text">
105 <string>File Format:</string> 105 <string>File Format:</string>
106 </property> 106 </property>
107 </widget> 107 </widget>
108 </item> 108 </item>
109 <item row="0" column="1"> 109 <item row="2" column="0">
110 <widget class="QLabel" name="label_3">
111 <property name="text">
112 <string>Schema Version:</string>
113 </property>
114 </widget>
115 </item>
116 <item row="1" column="1">
110 <widget class="QComboBox" name="fileFormatComboBox"> 117 <widget class="QComboBox" name="fileFormatComboBox">
111 <property name="toolTip"> 118 <property name="toolTip">
112 <string>Select the format of the SBOM file</string> 119 <string>Select the format of the SBOM file</string>
113 </property> 120 </property>
114 <item> 121 <item>
121 <string>XML</string> 128 <string>XML</string>
122 </property> 129 </property>
123 </item> 130 </item>
124 </widget> 131 </widget>
125 </item> 132 </item>
126 <item row="0" column="2"> 133 <item row="3" column="0">
134 <widget class="QLabel" name="label_4">
135 <property name="text">
136 <string>File Name:</string>
137 </property>
138 </widget>
139 </item>
140 <item row="1" column="2">
127 <spacer name="horizontalSpacer"> 141 <spacer name="horizontalSpacer">
128 <property name="orientation"> 142 <property name="orientation">
129 <enum>Qt::Horizontal</enum> 143 <enum>Qt::Horizontal</enum>
130 </property> 144 </property>
131 <property name="sizeHint" stdset="0"> 145 <property name="sizeHint" stdset="0">
134 <height>20</height> 148 <height>20</height>
135 </size> 149 </size>
136 </property> 150 </property>
137 </spacer> 151 </spacer>
138 </item> 152 </item>
139 <item row="1" column="0"> 153 <item row="3" column="1" colspan="2">
140 <widget class="QLabel" name="label_3">
141 <property name="text">
142 <string>Schema Version:</string>
143 </property>
144 </widget>
145 </item>
146 <item row="1" column="1">
147 <widget class="QComboBox" name="schemaVersionComboBox">
148 <property name="toolTip">
149 <string>Select the SBOM schema version of the SBOM file</string>
150 </property>
151 </widget>
152 </item>
153 <item row="2" column="0">
154 <widget class="QLabel" name="label_4">
155 <property name="text">
156 <string>File Name:</string>
157 </property>
158 </widget>
159 </item>
160 <item row="2" column="1" colspan="2">
161 <widget class="EricPathPicker" name="filePicker" native="true"> 154 <widget class="EricPathPicker" name="filePicker" native="true">
162 <property name="focusPolicy"> 155 <property name="focusPolicy">
163 <enum>Qt::StrongFocus</enum> 156 <enum>Qt::StrongFocus</enum>
164 </property> 157 </property>
165 <property name="toolTip"> 158 <property name="toolTip">
166 <string>Enter the file path for the SBOM file (leave empty for default)</string> 159 <string>Enter the file path for the SBOM file (leave empty for default)</string>
160 </property>
161 </widget>
162 </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">
171 <widget class="QCheckBox" name="vulnerabilityCheckBox">
172 <property name="toolTip">
173 <string>Select to include vulnerability data in the generated SBOM (requires Schema 1.4 or newer)</string>
174 </property>
175 <property name="text">
176 <string>Include Vulnerability Information</string>
177 </property>
178 <property name="checked">
179 <bool>true</bool>
167 </property> 180 </property>
168 </widget> 181 </widget>
169 </item> 182 </item>
170 </layout> 183 </layout>
171 </widget> 184 </widget>
188 <extends>QWidget</extends> 201 <extends>QWidget</extends>
189 <header>EricWidgets/EricPathPicker.h</header> 202 <header>EricWidgets/EricPathPicker.h</header>
190 <container>1</container> 203 <container>1</container>
191 </customwidget> 204 </customwidget>
192 </customwidgets> 205 </customwidgets>
206 <tabstops>
207 <tabstop>environmentButton</tabstop>
208 <tabstop>pipenvButton</tabstop>
209 <tabstop>poetryButton</tabstop>
210 <tabstop>requirementsButton</tabstop>
211 <tabstop>vulnerabilityCheckBox</tabstop>
212 <tabstop>fileFormatComboBox</tabstop>
213 <tabstop>schemaVersionComboBox</tabstop>
214 <tabstop>filePicker</tabstop>
215 </tabstops>
193 <resources/> 216 <resources/>
194 <connections> 217 <connections>
195 <connection> 218 <connection>
196 <sender>buttonBox</sender> 219 <sender>buttonBox</sender>
197 <signal>accepted()</signal> 220 <signal>accepted()</signal>

eric ide

mercurial