GUI Projectfiledialog: Added tooltip

Added tooltip with explanation how to separate defines.
This commit is contained in:
versat 2015-08-13 14:30:16 +02:00
parent 4180ad38d4
commit 9e09c40eb3
1 changed files with 5 additions and 1 deletions

View File

@ -37,7 +37,11 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLineEdit" name="mEditDefines"/> <widget class="QLineEdit" name="mEditDefines">
<property name="toolTip">
<string>Defines must be separated by a semicolon ';'</string>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>