[Interest] Custom layout

2014-08-04 Thread Igor Mironchik
Hi. I’m implementing custom layout for some widget. And I have problem. In my implementation of the widget and layout itemAt never used, so I implemented it very simple and always return 0. But in debug mode something call this method. What it can be? P.S. Calls never stops.

Re: [Interest] Custom layout

2014-08-04 Thread Igor Mironchik
I have to say that count() returns 0 always too... Is it normal practice? From: Igor Mironchik Sent: Monday, August 04, 2014 10:44 PM To: interest@qt-project.org Subject: Custom layout Hi. I’m implementing custom layout for some widget. And I have problem. In my implementation of the widget