GUI: Make edit define tooltip more clear via example (#1113)
This commit is contained in:
parent
f10d170ad3
commit
004da46664
|
@ -160,7 +160,7 @@
|
|||
<item>
|
||||
<widget class="QLineEdit" name="mEditDefines">
|
||||
<property name="toolTip">
|
||||
<string>Defines must be separated by a semicolon ';'</string>
|
||||
<string>Defines must be separated by a semicolon. Example: DEF1;DEF2=5;DEF3=int</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in New Issue