mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
add tooltip.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30723 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9c33080428
commit
64c067f2d1
@ -47,7 +47,11 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1" >
|
||||
<widget class="QLineEdit" name="escapeCharactersED" />
|
||||
<widget class="QLineEdit" name="escapeCharactersED" >
|
||||
<property name="toolTip" >
|
||||
<string>The characters inserted here are ignored by the spellchecker. </string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="3" >
|
||||
<spacer>
|
||||
|
Loading…
Reference in New Issue
Block a user