Re: [Interest] New Qt User

2015-04-21 Thread Scapegoat Sarthak
April 2015 at 08:50, Shantanu Tushar shaan...@gmail.com wrote: If I may suggest, using QtQuick [http://doc.qt.io/qt-5/qtquick-index.html] might make it easier for you to write new GUI apps in Qt. On Mon, Apr 20, 2015 at 10:28 PM, Scapegoat Sarthak scapegoat.sart...@gmail.com wrote: Hi All

Re: [Interest] New Qt User

2015-04-21 Thread Scapegoat Sarthak
Thanks to both!! I will check your suggestions out; they provide an awesome starting point for me.. Best, Sarthak On 21 April 2015 at 09:24, André Somers an...@familiesomers.nl wrote: Scapegoat Sarthak schreef op 21-4-2015 om 15:00: @Both: Thanks for your reply. Just for reference, I am

Re: [Interest] New Qt User

2015-04-20 Thread Scapegoat Sarthak
Link for mock-up is: http://1drv.ms/1E2r2M1 On 20 April 2015 at 12:58, Scapegoat Sarthak scapegoat.sart...@gmail.com wrote: Hi All, I am interested to write a front end for a few command line applications I have written (in C++). I would like to have a single front end for all

[Interest] New Qt User

2015-04-20 Thread Scapegoat Sarthak
Hi All, I am interested to write a front end for a few command line applications I have written (in C++). I would like to have a single front end for all the executables and specific parameter inputs for each. I did a very basic mock-up here (see /mock_up/ folder): http://1drv.ms/1E2r2M1.. I

Re: [Interest] Packaging a Qt App for Linux/MacOSX/Windows

2016-06-17 Thread Scapegoat Sarthak
I am curious - if you have your project configured in c++/cmake style, you can (and probably should) use CPack. Lots of documentation available online. On 18 June 2016 at 01:17, Ch'Gans wrote: > On 18 June 2016 at 00:19, Ch'Gans wrote: > > Hi there, > > > > I've