Re: [Interest] Interesting problem with properties.

2015-05-27 Thread Matthew Woehlke
On 2015-05-27 17:23, Igor Mironchik wrote: > 27.05.2015 23:41, Koehne Kai пишет: >>> sendButton = new QtMWidgets::NavigationButton( >>>QtMWidgets::NavigationButton::Right, QObject::tr( "Send" ), q ); >>> >>> First setText() invokes with "Send" text from constructor of >>> NavigationButt

Re: [Interest] Interesting problem with properties.

2015-05-27 Thread Igor Mironchik
Hi, 27.05.2015 23:41, Koehne Kai пишет: sendButton = new QtMWidgets::NavigationButton( QtMWidgets::NavigationButton::Right, QObject::tr( "Send" ), q ); First setText() invokes with "Send" text from constructor of NavigationButton, it's normal. But I have second

Re: [Interest] Interesting problem with properties.

2015-05-27 Thread Koehne Kai
>>> sendButton = new QtMWidgets::NavigationButton( >>> QtMWidgets::NavigationButton::Right, QObject::tr( "Send" ), q ); >>> >>> First setText() invokes with "Send" text from constructor of >>> NavigationButton, it's normal. But I have second invoke with "&Send". >>> >>> What is the proble

Re: [Interest] Interesting problem with properties.

2015-05-27 Thread Igor Mironchik
Hi, 27.05.2015 22:07, Matthew Woehlke пишет: > On 2015-05-23 07:00, Igor Mironchik wrote: >> I have class NavigationButton that derived from QAbstractButton. >> NavigationButton redefines property QString: text. >> >> In my application I have one such button and initialize it with the >> following

Re: [Interest] Interesting problem with properties.

2015-05-27 Thread Matthew Woehlke
On 2015-05-23 07:00, Igor Mironchik wrote: > I have class NavigationButton that derived from QAbstractButton. > NavigationButton redefines property QString: text. > > In my application I have one such button and initialize it with the > following code: > > sendButton = new QtMWidgets::Navigatio

[Interest] Interesting problem with properties.

2015-05-23 Thread Igor Mironchik
Hi, I have class NavigationButton that derived from QAbstractButton. NavigationButton redefines property QString: text. In my application I have one such button and initialize it with the following code: sendButton = new QtMWidgets::NavigationButton( QtMWidgets::NavigationButton::Righ