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