2023-01-30 14:59:45 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ComplianceReportDialog</class>
|
|
|
|
<widget class="QDialog" name="ComplianceReportDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>403</width>
|
|
|
|
<height>199</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2023-01-30 20:39:30 +01:00
|
|
|
<string>Compliance Report</string>
|
2023-01-30 14:59:45 +01:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2023-06-27 13:34:58 +02:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Project version</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
2023-01-30 14:59:45 +01:00
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Project name</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2023-06-27 13:34:58 +02:00
|
|
|
<item row="1" column="1">
|
2023-01-30 14:59:45 +01:00
|
|
|
<widget class="QLineEdit" name="mEditProjectName"/>
|
|
|
|
</item>
|
2023-06-27 13:34:58 +02:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="mEditProjectVersion"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
2023-01-30 14:59:45 +01:00
|
|
|
<property name="text">
|
2023-06-27 13:34:58 +02:00
|
|
|
<string>Coding Standard</string>
|
2023-01-30 14:59:45 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2023-06-27 13:34:58 +02:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="mCodingStandard">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2023-08-25 13:38:27 +02:00
|
|
|
<string>Misra C</string>
|
2023-06-27 13:34:58 +02:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Cert C</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Cert C++</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
2023-01-30 14:59:45 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="mCheckFiles">
|
|
|
|
<property name="text">
|
|
|
|
<string>List of files with md5 checksums</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Close|QDialogButtonBox::Save</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|