GUI: Add tooltip for build dir setting

This commit is contained in:
Daniel Marjamäki 2017-07-27 14:40:19 +02:00
parent 5ae962194d
commit f6ee0f6868
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@
<layout class="QHBoxLayout" name="mLayoutBuildDir">
<item>
<widget class="QLabel" name="mLabelBuildDir">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;In the build dir, cppcheck stores data about each translation unit.&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;With a build dir you get whole program analysis and faster analysis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Cppcheck build dir (optional)</string>
</property>