Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

void QML Basic Type

The empty value type. More...

The void type is exclusively used to type-annotate JavaScript functions returning undefined. For example:

function doThings() : void { console.log("hello") }

This is to help tooling analyze calls to such functions and compile them and their callers to C++.

You cannot declare void properties in QML.

See also QML Value Types.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded