Exemplo n.º 1
0
int HeaderView::stretchSectionCount(lua_State * L) // const : int
{
    QHeaderView* obj = QtObject<QHeaderView>::check( L, 1);
	Util::push( L, obj->stretchSectionCount() );
	return 1;
}