Hi gang,

I am interested in creating a simple front-end gui that can launch different Qt applications. I have built a couple of small apps which run just fine on their own pulling data from the web. I wish to have a small window with a variety of icons I have created that will launch these apps.

I have been trying different things and have ended up going round in circles. Would it be recommended to use QProcess to launch ,y individual applications or is there a more suitable way of linking a gui to these programs?

Thanks.