There is no such thing as "native" C++. You want to say C++ making use of only the standard libraries?
When you create a new widget, create one with classes (it's an option when adding a new widget). This will not only create a .ui file, but also a .h and a .cpp file that you can use in your application. You can use these files to extend the functionality.I have built the 'main screen' (widget?) for my app with the necessary lineEdits and labels and buttons using Qt Creator but I can't figure out where to put in my code that does the actual processing.
Could you please point me in the right direction? Thanks!
Bookmarks