cppcheck/gui/compliancereportdialog.ui

105 lines
2.6 KiB
XML

<?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">
<string>Compliance Report</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QGridLayout" name="gridLayout">
<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">
<widget class="QLabel" name="label">
<property name="text">
<string>Project name</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="mEditProjectName"/>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="mEditProjectVersion"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Coding Standard</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="mCodingStandard">
<item>
<property name="text">
<string>Misra C</string>
</property>
</item>
<item>
<property name="text">
<string>Cert C</string>
</property>
</item>
<item>
<property name="text">
<string>Cert C++</string>
</property>
</item>
</widget>
</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>