Re: [Interest] Launch Qt Desktop Application(Windows) by clicking custom file

2015-09-02 Thread Federico Buti
on on a per-user basis and not need admin. Most >> installers support adding a simple association. QSettings is capable, IIRC, >> if your installer doesn't have the capabilty. >> *Sent:* Monday, August 31, 2015 at 11:45 AM >> *From:* "Berkay Elbir" >>

Re: [Interest] Launch Qt Desktop Application(Windows) by clicking custom file

2015-09-02 Thread Berkay Elbir
ciation. QSettings is capable, IIRC, > if your installer doesn't have the capabilty. > *Sent:* Monday, August 31, 2015 at 11:45 AM > *From:* "Berkay Elbir" > *To:* interest@qt-project.org > *Subject:* [Interest] Launch Qt Desktop Application(Windows) by clicking &

Re: [Interest] Launch Qt Desktop Application(Windows) by clicking custom file

2015-09-01 Thread Jason H
is capable, IIRC, if your installer doesn't have the capabilty.  Sent: Monday, August 31, 2015 at 11:45 AM From: "Berkay Elbir" To: interest@qt-project.org Subject: [Interest] Launch Qt Desktop Application(Windows) by clicking custom file Hello all,   I want to ask you th

Re: [Interest] Launch Qt Desktop Application(Windows) by clicking custom file

2015-08-31 Thread Federico Buti
Hi, you can follow the standard example that you can find here . The relevant part is the "RegisterFileType" operation. It should look like this: component.addOperation("RegisterFileType", "", "@Tar

Re: [Interest] Launch Qt Desktop Application(Windows) by clicking custom file

2015-08-31 Thread Berkay Elbir
Thank you for your answer, Thiago. I use Qt Installer 1.5.0. But I did not make file association before. How can I do this process in installer? On Mon, Aug 31, 2015 at 7:01 PM, Thiago Macieira wrote: > On Monday 31 August 2015 18:45:54 Berkay Elbir wrote: > > Hello all, > > > > I want to ask

Re: [Interest] Launch Qt Desktop Application(Windows) by clicking custom file

2015-08-31 Thread Thiago Macieira
On Monday 31 August 2015 18:45:54 Berkay Elbir wrote: > Hello all, > > I want to ask you that How can I launch my Qt desktop application(Windows) > when double click to a custom file that is used by my application? > > For example, when I double click myFile.x then my application will launch > an

[Interest] Launch Qt Desktop Application(Windows) by clicking custom file

2015-08-31 Thread Berkay Elbir
Hello all, I want to ask you that How can I launch my Qt desktop application(Windows) when double click to a custom file that is used by my application? For example, when I double click myFile.x then my application will launch and open this file. Thanks in advance. Best Regards, Berkay Elbir _