I'm looking for a very simple and basic tutorial for complete beginners to create a custom graphical LabVIEW control in Qt (C++), including how to import it into LabVIEW. I'm new to LabVIEW, I'm new to Qt, and I'm also new to C++ (but I am very comfortable with Visual Studio, PHP, C#, VB, .NET, SQL, CSS, XML, HTML and Javascript as though any of that matters). I have been able to create a simple control (both as an EXE and also as a DLL) in C#.NET in Visual Studio and import it into LabVIEW via a .NET Container, but I have been unable to do anything similar with Qt. Ideally, the Qt control will not need the .NET framework at all.

Any help or guidance you can offer will be much appreciated!