rework on UILineEdit

* allow multiline text editing
* rename UILineEdit to UITextEdit
This commit is contained in:
Eduardo Bart
2012-03-31 10:43:01 -03:00
parent 595cdc1bb4
commit 0ddaa234af
21 changed files with 711 additions and 83 deletions

View File

@@ -290,7 +290,7 @@ function HotkeysManager.call(keyCombo)
if hotKey.autoSend then
g_game.talk(hotKey.value)
else
Console.setLineEditText(hotKey.value)
Console.setTextEditText(hotKey.value)
end
elseif hotKey.itemId ~= nil then
if hotKey.useType == HOTKEY_MANAGER_USEONSELF then

View File

@@ -68,7 +68,7 @@ MainWindow
anchors.top: prev.bottom
margin-top: 20
LineEdit
TextEdit
id: hotkeyText
enabled: false
anchors.left: parent.left