projects
/
profile
/
ivi
/
qtdeclarative.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove tst_qquicktextinput::horizontalAlignment()
[profile/ivi/qtdeclarative.git]
/
tests
/
auto
/
quick
/
qquicktextedit
/
data
/
openInputPanel.qml
1
import QtQuick 2.0
2
3
TextEdit {
4
width: 100; height: 100
5
text: "Hello world"
6
focus: false
7
}