mirror of
https://github.com/overte-org/overte.git
synced 2025-04-10 17:45:47 +02:00
7 lines
157 B
QML
7 lines
157 B
QML
import QtQuick 2.5
|
|
import QtQuick.Controls 1.4
|
|
import QtQuick.Controls.Styles 1.4
|
|
|
|
TextField {
|
|
style: TextFieldStyle { renderType: Text.QtRendering }
|
|
}
|