Re: [Maya-Python] Link defined in QtLabel won't open external browser

2021-03-18 Thread Marcus Ottosson
My pleasure. :) On Thu, 18 Mar 2021 at 15:47, Jakob Kousholt wrote: > Aaaayyeee!! Thank you, Marcus! > > On Thu, 18 Mar 2021 at 11:24, Marcus Ottosson > wrote: > >> Just one piece of the puzzle missing. >> >> - https://doc.qt.io/qt-5/qlabel.html#openExternalLinks-prop >> >> On Thu, 18 Mar 2021

Re: [Maya-Python] Link defined in QtLabel won't open external browser

2021-03-18 Thread Jakob Kousholt
Aaaayyeee!! Thank you, Marcus! On Thu, 18 Mar 2021 at 11:24, Marcus Ottosson wrote: > Just one piece of the puzzle missing. > > - https://doc.qt.io/qt-5/qlabel.html#openExternalLinks-prop > > On Thu, 18 Mar 2021 at 14:34, Jakob Kousholt wrote: > >> Hey Everyone, >> >> I am trying to link to an

Re: [Maya-Python] Link defined in QtLabel won't open external browser

2021-03-18 Thread Marcus Ottosson
Just one piece of the puzzle missing. - https://doc.qt.io/qt-5/qlabel.html#openExternalLinks-prop On Thu, 18 Mar 2021 at 14:34, Jakob Kousholt wrote: > Hey Everyone, > > I am trying to link to an external website from my PyQt UI. Here's a > simple example of what I have written: > > link = QtWi