Skip to content

Commit f6ee0f6

Browse files
committed
GUI: Add tooltip for build dir setting
1 parent 5ae9621 commit f6ee0f6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

gui/projectfiledialog.ui

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
<layout class="QHBoxLayout" name="mLayoutBuildDir">
4646
<item>
4747
<widget class="QLabel" name="mLabelBuildDir">
48+
<property name="toolTip">
49+
<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>
50+
</property>
4851
<property name="text">
4952
<string>Cppcheck build dir (optional)</string>
5053
</property>

0 commit comments

Comments
 (0)