[Interest] Statically linking an open-source application with Qt?

2016-07-26 Thread Vik k
Hey, I wrote an open source application using Qt and now I want to statically link it to the Qt library. My question is, is it legal to do so? On the website I am going to provide several download links to precompiled versions of my app for Windows, Mac and Linux and a link to the GitHub

Re: [Interest] Statically linking an open-source application with Qt?

2016-07-26 Thread Vik k
? Vik On Tue, Jul 26, 2016 at 5:25 PM, Nuno Santos <nunosan...@imaginando.pt> wrote: > To compile and deploy a statically linked Qt you need a comercial license. > > Nuno > > > On 26 Jul 2016, at 16:15, Vik k <digitl...@gmail.com> wrote: > > > > Hey, I

[Interest] Set line spacing in QTextEdit

2016-07-23 Thread Vik k
Hi all, I am trying to change line spacing in QTextEdit but can't seem to find any information on how to do it?.. I've done quite a lot of googling and the best 'solution' so far is to use QTextLayout on an empty widget and just render the text there. This 'solution' would require me to write my