Warning, /rolisteam/rolisteam/src/libraries/qml_views/rolistyle/Label.qml is written in an unsupported language. File is not indexed.

0001 import QtQuick
0002 import QtQuick.Controls
0003 import QtQuick.Controls.impl
0004 import QtQuick.Templates as T
0005 import Customization
0006 
0007 T.Label {
0008     id: control
0009 
0010     property QtObject themestyle: Theme.styleSheet("Palette")
0011 
0012     color: control.themestyle.windowText
0013     linkColor: control.themestyle.link
0014 }