I want to use text line with 2 separate font family. I mean normal for for normal text and another font for icon (awesome font). So how can I do this in qml???
Create a separate component extending Item and use Row or RowLayout as container. Add two Text elements to container and use property aliases in main Item to set text for each Text into container.