mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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 }
|
|
}
|