2009-07-02 13:12:22 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>Settings</class>
|
|
|
|
<widget class="QDialog" name="Settings">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>589</width>
|
2011-02-24 21:06:30 +01:00
|
|
|
<height>319</height>
|
2009-07-02 13:12:22 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2009-08-01 17:28:21 +02:00
|
|
|
<string>Preferences</string>
|
2009-07-02 13:12:22 +02:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="currentIndex">
|
2011-04-16 17:42:32 +02:00
|
|
|
<number>0</number>
|
2009-07-02 13:12:22 +02:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>General</string>
|
|
|
|
</attribute>
|
2010-11-26 21:35:45 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2010-12-26 19:18:49 +01:00
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetDefaultConstraint</enum>
|
|
|
|
</property>
|
2010-08-29 08:38:03 +02:00
|
|
|
<item>
|
2010-11-26 21:35:45 +01:00
|
|
|
<widget class="QLabel" name="label">
|
2010-12-26 19:18:49 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-08-29 08:38:03 +02:00
|
|
|
<property name="text">
|
2010-11-26 21:35:45 +01:00
|
|
|
<string>Number of threads: </string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>mJobs</cstring>
|
2010-08-29 08:38:03 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-07-02 13:12:22 +02:00
|
|
|
<item>
|
2010-11-26 21:35:45 +01:00
|
|
|
<widget class="QLineEdit" name="mJobs">
|
|
|
|
<property name="sizePolicy">
|
2010-12-26 19:18:49 +01:00
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2010-11-26 21:35:45 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2009-07-02 13:12:22 +02:00
|
|
|
</property>
|
2010-12-26 19:18:49 +01:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>100</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="baseSize">
|
|
|
|
<size>
|
|
|
|
<width>100</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="inputMask">
|
|
|
|
<string notr="true">009; </string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<property name="maxLength">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2010-11-26 21:35:45 +01:00
|
|
|
</widget>
|
2009-07-02 13:12:22 +02:00
|
|
|
</item>
|
2010-12-27 17:00:44 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Ideal count:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="mLblIdealThreads">
|
|
|
|
<property name="text">
|
2012-10-14 16:14:47 +02:00
|
|
|
<string notr="true">TextLabel</string>
|
2010-12-27 17:00:44 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-12-26 19:18:49 +01:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2009-07-02 13:12:22 +02:00
|
|
|
</layout>
|
|
|
|
</item>
|
2010-11-26 21:35:45 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="mForce">
|
|
|
|
<property name="text">
|
2011-01-31 10:16:32 +01:00
|
|
|
<string>Force checking all #ifdef configurations</string>
|
2010-11-26 21:35:45 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="mShowFullPath">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show full path of files</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="mShowNoErrorsMessage">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show "No errors found" message when no errors found</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-10-27 11:16:52 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="mShowErrorId">
|
|
|
|
<property name="text">
|
|
|
|
<string>Display error Id in column "Id"</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-12-26 17:29:43 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="mInlineSuppressions">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable inline suppressions</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-11-26 21:35:45 +01:00
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2009-07-02 13:12:22 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2011-02-24 21:06:30 +01:00
|
|
|
<widget class="QWidget" name="tab_5">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Paths</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Include paths:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="mListIncludePaths">
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="mBtnAddIncludePath">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="mBtnEditIncludePath">
|
|
|
|
<property name="text">
|
|
|
|
<string>Edit</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="mBtnRemoveIncludePath">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2009-07-02 13:12:22 +02:00
|
|
|
<widget class="QWidget" name="tab_2">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Applications</string>
|
|
|
|
</attribute>
|
2012-12-06 19:00:38 +01:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
2009-07-02 13:12:22 +02:00
|
|
|
<item>
|
2012-12-06 19:00:38 +01:00
|
|
|
<widget class="QListWidget" name="mListWidget"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2011-02-25 08:43:07 +01:00
|
|
|
<item>
|
2012-12-06 19:00:38 +01:00
|
|
|
<widget class="QPushButton" name="mBtnAddApplication">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2011-02-25 08:43:07 +01:00
|
|
|
</item>
|
|
|
|
<item>
|
2012-12-06 19:00:38 +01:00
|
|
|
<widget class="QPushButton" name="mBtnEditApplication">
|
|
|
|
<property name="text">
|
|
|
|
<string>Edit...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="mBtnRemoveApplication">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="mBtnDefaultApplication">
|
|
|
|
<property name="text">
|
|
|
|
<string>Set as default</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_4">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
2011-02-25 08:43:07 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
2009-07-02 13:12:22 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_3">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Reports</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
2009-07-02 18:14:12 +02:00
|
|
|
<widget class="QCheckBox" name="mSaveAllErrors">
|
2009-07-02 13:12:22 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Save all errors when creating report</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-07-02 18:14:12 +02:00
|
|
|
<widget class="QCheckBox" name="mSaveFullPath">
|
2009-07-02 13:12:22 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Save full path to files in reports</string>
|
|
|
|
</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>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2011-01-09 23:21:51 +01:00
|
|
|
<widget class="QWidget" name="tab_4">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Language</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="mListLanguages">
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2011-04-16 17:42:32 +02:00
|
|
|
<widget class="QWidget" name="tab_6">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Advanced</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_8">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="mEnableInconclusive">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Show inconclusive errors</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-04-16 17:55:53 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="mShowDebugWarnings">
|
|
|
|
<property name="text">
|
|
|
|
<string>S&how internal warnings in log</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-04-16 17:42:32 +02:00
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_5">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2009-07-02 13:12:22 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-07-02 18:14:12 +02:00
|
|
|
<widget class="QDialogButtonBox" name="mButtons">
|
2009-07-02 13:12:22 +02:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-08-29 08:38:03 +02:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>tabWidget</tabstop>
|
|
|
|
<tabstop>mJobs</tabstop>
|
|
|
|
<tabstop>mForce</tabstop>
|
|
|
|
<tabstop>mShowFullPath</tabstop>
|
|
|
|
<tabstop>mShowNoErrorsMessage</tabstop>
|
2011-04-16 17:42:32 +02:00
|
|
|
<tabstop>mInlineSuppressions</tabstop>
|
|
|
|
<tabstop>mListIncludePaths</tabstop>
|
|
|
|
<tabstop>mBtnAddIncludePath</tabstop>
|
|
|
|
<tabstop>mBtnEditIncludePath</tabstop>
|
|
|
|
<tabstop>mBtnRemoveIncludePath</tabstop>
|
2010-08-29 08:38:03 +02:00
|
|
|
<tabstop>mListWidget</tabstop>
|
2011-02-25 08:43:07 +01:00
|
|
|
<tabstop>mBtnAddApplication</tabstop>
|
|
|
|
<tabstop>mBtnEditApplication</tabstop>
|
2011-04-16 17:42:32 +02:00
|
|
|
<tabstop>mBtnRemoveApplication</tabstop>
|
2011-02-25 08:43:07 +01:00
|
|
|
<tabstop>mBtnDefaultApplication</tabstop>
|
2010-08-29 08:38:03 +02:00
|
|
|
<tabstop>mSaveAllErrors</tabstop>
|
|
|
|
<tabstop>mSaveFullPath</tabstop>
|
2011-04-16 17:42:32 +02:00
|
|
|
<tabstop>mListLanguages</tabstop>
|
|
|
|
<tabstop>mEnableInconclusive</tabstop>
|
2011-04-16 17:55:53 +02:00
|
|
|
<tabstop>mShowDebugWarnings</tabstop>
|
2010-08-29 08:38:03 +02:00
|
|
|
<tabstop>mButtons</tabstop>
|
|
|
|
</tabstops>
|
2009-07-02 13:12:22 +02:00
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
2009-07-02 18:14:12 +02:00
|
|
|
<sender>mButtons</sender>
|
2009-07-02 13:12:22 +02:00
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>Settings</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>248</x>
|
|
|
|
<y>254</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
2009-07-02 18:14:12 +02:00
|
|
|
<sender>mButtons</sender>
|
2009-07-02 13:12:22 +02:00
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>Settings</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>316</x>
|
|
|
|
<y>260</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|