Ejemplo n.º 1
0
		public void Resize (int width, int height)
		{
			var size = new QSize (width, height);
			impl.resize (Native, ref size);
		}