Without GUI (Black Screen, console) programing with Qt in RaspberryPi
-
Hi,
Infact I want to get suggestion from you.
I want to create program which run on console without GUI.
I plan to use WiringPi, LimeReport, PostgreSQL.
What should I follow? Shoult I create objects and use it in main.cpp or should I do everything in main.php in loop?
I searched but I could'nt find console programing projects or samples with Qt?Thanks alot in advance?
Regards,
Mucip:) -
Hi,
Use a QCoreApplication. For the rest, use the standard structure you would for any other application you write with Qt.