Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 89 Bytes

preeditAutoScroll.qml

File metadata and controls

7 lines (6 loc) · 89 Bytes
 
Apr 27, 2011
Apr 27, 2011
1
2
3
4
5
6
7
import QtQuick 2.0
TextInput {
focus: true
text: "super"
autoScroll: true
}