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