[Interest] QML plugin naming conventions
Attila Csipa
qt at csipa.in.rs
Thu Sep 24 23:52:02 CEST 2015
Hi,
I'm just wondering what the latest recommendations (or expectations) are
for 3rd party QML plugin naming nowadays? In the QML docs there is a
pretty wide definition of dotted URI notation, and a number of
approaches with different CamelCases:
import QtQuick 2.0
import projects.MyQMLProject.MyFunctions 1.0 as MyFuncs
import org.example.Functions 1.0 as TheirFuncs
Vendors also seem to (have) use(d) different nomenclatures
import bb.cascades
import Sailfish.Silica
import com.nokia.meego
Best regards,
Attila
More information about the Interest
mailing list