Re: [Interest] Custom-shaped QDialog or similar

2013-05-21 Thread Rutledge Shawn
On 21 May 2013, at 8:20 AM, Rutledge Shawn wrote: On 17 May 2013, at 4:19 PM, Sensei wrote: Dear all, I'd like to try something new for an application: having a custom shaped dialog for some options. You can see my desire in the attachment. Now, what do you suggest to do that? I am

[Interest] QGroupBox Subclass

2013-05-21 Thread Michael Jackson
I am currently using a QGroupBox (with some custom style sheets) as a superclass for a custom widget in our program. QGroupBox has the isCheckable property which we use then style with a custom image for an icon and over ride the toggled to get some custom actions when the user clicks the

Re: [Interest] Language codes, etc. (Set of ISO 639 standards)

2013-05-21 Thread Dmitrii Volosnykh
QLocale has methods: 1. nativeLanguageName() Returns locale's language name in native spelling. 2. languageToString() [static] Returns other language name in English. I need a method to return other language name in, say, default locale's spelling. Some sort of languageToString() method, but

Re: [Interest] QGroupBox Subclass

2013-05-21 Thread Tony Rietwyk
Sent: Tuesday, 21 May 2013 11:32 PM I am currently using a QGroupBox (with some custom style sheets) as a superclass for a custom widget in our program. QGroupBox has the isCheckable property which we use then style with a custom image for an icon and over ride the toggled to get some

Re: [Interest] Language codes, etc. (Set of ISO 639 standards)

2013-05-21 Thread Thiago Macieira
On terça-feira, 21 de maio de 2013 19.18.26, Dmitrii Volosnykh wrote: QLocale has methods: 1. nativeLanguageName() Returns locale's language name in native spelling. 2. languageToString() [static] Returns other language name in English. I need a method to return other language name in, say,

Re: [Interest] QGroupBox Subclass

2013-05-21 Thread Michael Jackson
On May 21, 2013, at 11:29 AM, Tony Rietwyk wrote: Sent: Tuesday, 21 May 2013 11:32 PM I am currently using a QGroupBox (with some custom style sheets) as a superclass for a custom widget in our program. QGroupBox has the isCheckable property which we use then style with a custom image for

Re: [Interest] Bounties on Qt features

2013-05-21 Thread Felix morack
doesnt the QDock system implement all that already? (except for docking hints...) 2013/5/11 Donald Carr sirsp...@gmail.com So very fucking cool; thank you for funding features/development with this level of granularity :) On Fri, May 10, 2013 at 3:59 PM, Dirk Groeneveld