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>
|
2010-08-29 08:38:03 +02:00
|
|
|
<height>281</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">
|
2010-08-29 08:38:03 +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>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Number of threads: </string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-07-02 18:14:12 +02:00
|
|
|
<widget class="QLineEdit" name="mJobs"/>
|
2009-07-02 13:12:22 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-07-02 18:14:12 +02:00
|
|
|
<widget class="QCheckBox" name="mForce">
|
2009-07-02 13:12:22 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Check all #ifdef configurations</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-07-02 18:14:12 +02:00
|
|
|
<widget class="QCheckBox" name="mShowFullPath">
|
2009-07-02 13:12:22 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Show full path of files</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-07-02 18:14:12 +02:00
|
|
|
<widget class="QCheckBox" name="mShowNoErrorsMessage">
|
2009-07-02 13:12:22 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Show "No errors found" message when no errors found</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-08-29 08:38:03 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="mShowDebugWarnings">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show internal warnings in log</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-07-02 13:12:22 +02: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>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_2">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Applications</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="mListWidget"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="mButtonAdd">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add application</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="mButtonDelete">
|
|
|
|
<property name="text">
|
|
|
|
<string>Delete application</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="mButtonModify">
|
|
|
|
<property name="text">
|
|
|
|
<string>Modify application</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="mButtonDefault">
|
|
|
|
<property name="text">
|
|
|
|
<string>Set as default application</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</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>
|
|
|
|
</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>
|
|
|
|
<tabstop>mShowDebugWarnings</tabstop>
|
|
|
|
<tabstop>mListWidget</tabstop>
|
|
|
|
<tabstop>mButtonAdd</tabstop>
|
|
|
|
<tabstop>mButtonDelete</tabstop>
|
|
|
|
<tabstop>mButtonModify</tabstop>
|
|
|
|
<tabstop>mButtonDefault</tabstop>
|
|
|
|
<tabstop>mSaveAllErrors</tabstop>
|
|
|
|
<tabstop>mSaveFullPath</tabstop>
|
|
|
|
<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>
|