mirror of
https://github.com/overte-org/overte.git
synced 2025-04-10 05:23:28 +02:00
9 lines
151 B
QML
9 lines
151 B
QML
import QtQuick 2.3
|
|
import QtQuick.Controls 1.2
|
|
|
|
Text {
|
|
color: "white";
|
|
style: Text.Outline;
|
|
styleColor: "black";
|
|
font.pixelSize: 15;
|
|
}
|