Re: [Interest] How to do it better?

2014-12-29 Thread Igor Mironchik
Hi, cool, after a whole day of work my brain is clouded. Great thanks. On Tue, 30 Dec 2014 02:04:50 +0300, Till Oliver Knoll wrote: > > >> Am 29.12.2014 um 22:15 schrieb Igor Mironchik >> : >> >> Hi, >> >> I have a base class and derived from it one. I want that in derived >> class >> oc

Re: [Interest] How to do it better?

2014-12-29 Thread Till Oliver Knoll
> Am 29.12.2014 um 22:15 schrieb Igor Mironchik : > > Hi, > > I have a base class and derived from it one. I want that in derived class > occurs some event (for example QResizeEvent) when I change one property in > base class. I need to recalculate size when this property changes. This is

Re: [Interest] Qt 5.4 target description

2014-12-29 Thread Nuno Santos
André, I have found the problem. I needed to perform the update components operations with the maintenance tool. I have only used package manager to install Qt 5.4. It didn’t update the other components. Thanks, Regards, Nuno > On 29/12/2014, at 21:32, Nuno Santos wrote: > > Andre, > > I

Re: [Interest] Qt 5.4 target description

2014-12-29 Thread Nuno Santos
Andre, In fact the QtCreator version is not the latest. I have run the maintenance tool and I was expecting to have QtCreator updated but it wasn’t. The QtCreator I have is still the 3.2.2 (based on Qt 5.3.2 built on 10 Oct) and it is located on the same dir the maintenance tool is located.

[Interest] How to do it better?

2014-12-29 Thread Igor Mironchik
Hi, I have a base class and derived from it one. I want that in derived class occurs some event (for example QResizeEvent) when I change one property in base class. I need to recalculate size when this property changes. How to do it better? What event is the best? -- Best Regards, Igor Miro

Re: [Interest] Qt 5.4 target description

2014-12-29 Thread André Pönitz
On Mon, Dec 29, 2014 at 10:22:03AM +, Nuno Santos wrote: > Hi, > > After installed Qt 5.4 on my system, the target options for Mac and iOS > appears with the following description: > > Desktop Qt %{Qt:Version} clang 64bit > iphoneos-clang Qt %{Qt:Version} for iOS-1 > > Android appears corre

Re: [Interest] Qt 4.8 arabic rendering problem

2014-12-29 Thread Thiago Macieira
On Monday 29 December 2014 12:50:16 Ender Erel wrote: > Hi Everyone, > > I am trying to render some arabic text, mixed with latin characters, on a > QLabel. When the text starts with arabic characters and latin characters > are in the middle of the text, the text is aligned to the right. But when

[Interest] Qt 4.8 arabic rendering problem

2014-12-29 Thread Ender Erel
Hi Everyone, I am trying to render some arabic text, mixed with latin characters, on a QLabel. When the text starts with arabic characters and latin characters are in the middle of the text, the text is aligned to the right. But when the text begins with a latin character, the text is aligned t

[Interest] Qt 5.4 target description

2014-12-29 Thread Nuno Santos
Hi, After installed Qt 5.4 on my system, the target options for Mac and iOS appears with the following description: Desktop Qt %{Qt:Version} clang 64bit iphoneos-clang Qt %{Qt:Version} for iOS-1 Android appears correctly. Is this normal? Regards, Nuno

Re: [Interest] Can slot be virtual?

2014-12-29 Thread Igor Mironchik
Thanks for yor answer, André. On Mon, 29 Dec 2014 10:27:55 +0300, André Somers wrote: > Igor Mironchik schreef op 29-12-2014 om 06:51: >> Slots in Qt can be virtual. But may be there some underwater stones? >> >> What do you know/think? >> > No, this works just fine and can be very useful. > Y