GUI: Tweak ProjectFileDialog, use GroupBox
This commit is contained in:
parent
5f324364bd
commit
416cf641f3
|
@ -320,35 +320,22 @@
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_7">
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
||||||
<item>
|
<item>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_4">
|
<widget class="QGroupBox" name="groupBox">
|
||||||
<item>
|
<property name="title">
|
||||||
<widget class="QLabel" name="mLabelProjectRoot">
|
<string>Root path:</string>
|
||||||
<property name="text">
|
|
||||||
<string>&Root:</string>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="buddy">
|
<layout class="QVBoxLayout" name="verticalLayout_13">
|
||||||
<cstring>mEditProjectRoot</cstring>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="mEditProjectRoot"/>
|
<widget class="QLineEdit" name="mEditProjectRoot"/>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="mLabelBuildDir">
|
|
||||||
<property name="toolTip">
|
|
||||||
<string><html><head/><body><p>In the build dir, cppcheck stores data about each translation unit.</p><p>With a build dir you get whole program analysis.</p><p>Unchanged files will be analyzed much faster; Cppcheck skip the analysis of these files and reuse their old data.</p></body></html></string>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Cppcheck build dir (whole program analysis, faster analysis for unchanged files)</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
<widget class="QGroupBox" name="groupBox_2">
|
||||||
|
<property name="title">
|
||||||
|
<string>Cppcheck build dir (whole program analysis, incremental analysis, statistics, etc)</string>
|
||||||
|
</property>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="mEditBuildDir"/>
|
<widget class="QLineEdit" name="mEditBuildDir"/>
|
||||||
|
@ -361,19 +348,16 @@
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<layout class="QHBoxLayout" name="mLayoutLibraries">
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="mLabelLibraries">
|
|
||||||
<property name="text">
|
|
||||||
<string>Libraries:</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
<item>
|
||||||
|
<widget class="QGroupBox" name="groupBox_3">
|
||||||
|
<property name="title">
|
||||||
|
<string>Libraries</string>
|
||||||
|
</property>
|
||||||
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||||
|
<item>
|
||||||
|
<layout class="QHBoxLayout" name="mLayoutLibraries"/>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="mLabelLibrariesNote">
|
<widget class="QLabel" name="mLabelLibrariesNote">
|
||||||
|
@ -385,6 +369,9 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<spacer name="verticalSpacer_9">
|
<spacer name="verticalSpacer_9">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
|
@ -571,7 +558,6 @@
|
||||||
</widget>
|
</widget>
|
||||||
<tabstops>
|
<tabstops>
|
||||||
<tabstop>mButtons</tabstop>
|
<tabstop>mButtons</tabstop>
|
||||||
<tabstop>mEditProjectRoot</tabstop>
|
|
||||||
<tabstop>mListExcludedPaths</tabstop>
|
<tabstop>mListExcludedPaths</tabstop>
|
||||||
<tabstop>mBtnAddIgnorePath</tabstop>
|
<tabstop>mBtnAddIgnorePath</tabstop>
|
||||||
<tabstop>mBtnEditIgnorePath</tabstop>
|
<tabstop>mBtnEditIgnorePath</tabstop>
|
||||||
|
|
Loading…
Reference in New Issue