[Qt] error compiling svn 12058

zeljko zeljko at holobit.net
Tue Sep 18 08:39:26 CEST 2007


On Monday 17 September 2007 22:30, Den Jean wrote:
> Hi,
>
>
> qtwsextctrls.pp(384,18) Error: Identifier not found "QTabBar_tabAt"
> qtwsextctrls.pp(384,45) Error: Illegal expression
>
>
> see Qt doc:
> http://doc.trolltech.com/4.3/qtabbar.html#tabAt
>
> int QTabBar::tabAt ( const QPoint & position ) const
> Returns the index of the tab that covers position or -1 if no tab covers
> position;
> This function was introduced in Qt 4.3.
>
>
> So not available in Qt 4.2.3  !

fixed, but don't know what result we can expect here for qt-4.2.3 (I've used 
QWidget_childAt(), but not sure is it right solution.
Besides this function have a bug - result wasn't assigned , so it is also 
fixed.

tnx
	zeljko



More information about the Qt mailing list