Longtime reader, but this is my first time ever posting. I will try to keep this concise and to the point. I'm brand new to linux and GUI's so i hope this is the correct forum for posting this:
I have written a navigation program (in C) which takes GPS data via a serial port and displays various navigation info with respect to some destination coordinates. I have it set to display to console currently and i would like to create a GUI that displays this information (and takes a destination input). I've been using this video series as a foundation: https://www.youtube.com/watch?v=9SsYseswQ-4&list=PL5E68C8BA78B5DA6C&index=11
However my versions of Kdevelop (4.7) and QT Creator (not sure but its at least version 5) are not consistent with that vid series and I have exhausted the information i can obtain from it. I need to create a GUI that i can link with my already written C code and i have had a difficult time getting started on QT Creator (i've read all the manuals and QT design tutorials they provided). If anyone can direct me to a better method or to a more current guide for using QT creator simply as a platform for exporting a .ui file and linking it with other software i would appreciate it.
If my question was too vague, or not "code" related enough i apologize. If i can provide any info to improve this question let me know.
EDIT: Qt version is 5.3.2