GUI: Add tooltip for build dir setting
This commit is contained in:
parent
5ae962194d
commit
f6ee0f6868
|
@ -45,6 +45,9 @@
|
|||
<layout class="QHBoxLayout" name="mLayoutBuildDir">
|
||||
<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><br/></p><p>With a build dir you get whole program analysis and faster analysis.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Cppcheck build dir (optional)</string>
|
||||
</property>
|
||||
|
|
Loading…
Reference in New Issue