Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativevaluetypes / data / enums.3.qml
1 import Test 1.0
2 import QtQuick 1.0
3
4 MyTypeObject {
5     font.capitalization: Font.AllUppercase
6 }