Yes, Qt definitely seems like a good option for developing cross-platform applications. You can write once and recompile it for Windows, Mac, and Linux. The Qt application will actually look like a native application, because it uses its own appearance and decorate its widgets. You can modify the build process to create a graphical application or a console application that can be invoked from the command line.
CHANGE
QtService not included in the standard SDK. It is available here.
source
share