This file is indexed.

/usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Styles/Breeze/TextFieldStyle.qml is in qml-module-qtquick-controls-styles-breeze 4:5.12.4-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
import QtQuick 2.0
import QtQuick.Controls.Styles 1.1

TextFieldStyle {
    background: TextFieldBackground{}
}