The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

check_qml.pl - Check a QML file for some of the coding conventions described at http://doc.qt.io/qt-4.8/qml-coding-conventions.html

SYNOPSIS

  perl check_qml.pl TestComponent.qml

DESCRIPTION

Check a QML file for some of the coding conventions described at http://doc.qt.io/qt-4.8/qml-coding-conventions.html. Specifically, this script checks the following things:

The ordering of the ID, properties, signals, functions, and child objects within a QML file.
Grouping of three or more anchors.* or font.* properties
Duplicate import statements

SEE ALSO

QML::File - Basic parsing of the high-level structure of QML files.

AUTHOR

Zachary Blair, <zblair@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2015 by Zachary D. Blair

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.