Add an explanation to the "Automatically Split Strings" feature.

Change-Id: Ie046c9db2544e22937968d6673f0813d59e2dc93
Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
jkobus
2014-11-21 14:43:21 +01:00
committed by Leena Miettinen
parent 5a7e1888fe
commit e338e78e85

View File

@@ -120,6 +120,11 @@
</item>
<item row="6" column="0">
<widget class="QCheckBox" name="autoSplitStrings">
<property name="toolTip">
<string>Splits a string into two lines by adding an end quote at the cursor position when you press Enter and a start quote to the next line, before the rest of the string.
In addition, Shift+Enter inserts an escape character at the cursor position and moves the rest of the string to the next line.</string>
</property>
<property name="text">
<string>Automatically split strings</string>
</property>