src/eric7/CycloneDXInterface/CycloneDXConfigDialog.ui

branch
eric7
changeset 9509
c06561080e32
parent 9413
80c06d472826
--- a/src/eric7/CycloneDXInterface/CycloneDXConfigDialog.ui	Sat Nov 12 17:49:08 2022 +0100
+++ b/src/eric7/CycloneDXInterface/CycloneDXConfigDialog.ui	Sun Nov 13 14:10:57 2022 +0100
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>650</width>
-    <height>338</height>
+    <height>368</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -99,40 +99,6 @@
       <string>SBOM Output</string>
      </property>
      <layout class="QGridLayout" name="gridLayout">
-      <item row="3" column="0">
-       <widget class="QLabel" name="label_3">
-        <property name="text">
-         <string>Schema Version:</string>
-        </property>
-       </widget>
-      </item>
-      <item row="4" column="0">
-       <widget class="QLabel" name="label_4">
-        <property name="text">
-         <string>File Name:</string>
-        </property>
-       </widget>
-      </item>
-      <item row="3" column="1">
-       <widget class="QComboBox" name="schemaVersionComboBox">
-        <property name="toolTip">
-         <string>Select the SBOM schema version of the SBOM file</string>
-        </property>
-       </widget>
-      </item>
-      <item row="2" column="2">
-       <spacer name="horizontalSpacer">
-        <property name="orientation">
-         <enum>Qt::Horizontal</enum>
-        </property>
-        <property name="sizeHint" stdset="0">
-         <size>
-          <width>413</width>
-          <height>20</height>
-         </size>
-        </property>
-       </spacer>
-      </item>
       <item row="2" column="1">
        <widget class="QComboBox" name="fileFormatComboBox">
         <property name="toolTip">
@@ -150,23 +116,6 @@
         </item>
        </widget>
       </item>
-      <item row="2" column="0">
-       <widget class="QLabel" name="label_2">
-        <property name="text">
-         <string>File Format:</string>
-        </property>
-       </widget>
-      </item>
-      <item row="4" column="1" colspan="2">
-       <widget class="EricPathPicker" name="filePicker" native="true">
-        <property name="focusPolicy">
-         <enum>Qt::StrongFocus</enum>
-        </property>
-        <property name="toolTip">
-         <string>Enter the file path for the SBOM file (leave empty for default)</string>
-        </property>
-       </widget>
-      </item>
       <item row="0" column="0" colspan="3">
        <widget class="QCheckBox" name="vulnerabilityCheckBox">
         <property name="toolTip">
@@ -193,6 +142,67 @@
         </property>
        </widget>
       </item>
+      <item row="2" column="0">
+       <widget class="QLabel" name="label_2">
+        <property name="text">
+         <string>File Format:</string>
+        </property>
+       </widget>
+      </item>
+      <item row="3" column="1">
+       <widget class="QComboBox" name="schemaVersionComboBox">
+        <property name="toolTip">
+         <string>Select the SBOM schema version of the SBOM file</string>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="2">
+       <spacer name="horizontalSpacer">
+        <property name="orientation">
+         <enum>Qt::Horizontal</enum>
+        </property>
+        <property name="sizeHint" stdset="0">
+         <size>
+          <width>413</width>
+          <height>20</height>
+         </size>
+        </property>
+       </spacer>
+      </item>
+      <item row="5" column="1" colspan="2">
+       <widget class="EricPathPicker" name="filePicker" native="true">
+        <property name="focusPolicy">
+         <enum>Qt::StrongFocus</enum>
+        </property>
+        <property name="toolTip">
+         <string>Enter the file path for the SBOM file (leave empty for default)</string>
+        </property>
+       </widget>
+      </item>
+      <item row="5" column="0">
+       <widget class="QLabel" name="label_4">
+        <property name="text">
+         <string>File Name:</string>
+        </property>
+       </widget>
+      </item>
+      <item row="3" column="0">
+       <widget class="QLabel" name="label_3">
+        <property name="text">
+         <string>Schema Version:</string>
+        </property>
+       </widget>
+      </item>
+      <item row="4" column="0" colspan="3">
+       <widget class="QCheckBox" name="readableCheckBox">
+        <property name="toolTip">
+         <string>Select to generate non-compact, readable output</string>
+        </property>
+        <property name="text">
+         <string>Generate Readable Output</string>
+        </property>
+       </widget>
+      </item>
      </layout>
     </widget>
    </item>
@@ -225,6 +235,7 @@
   <tabstop>dependenciesCheckBox</tabstop>
   <tabstop>fileFormatComboBox</tabstop>
   <tabstop>schemaVersionComboBox</tabstop>
+  <tabstop>readableCheckBox</tabstop>
   <tabstop>filePicker</tabstop>
  </tabstops>
  <resources/>

eric ide

mercurial