QT Problems

QPainter defaults don't match on printer object between
Unix and Windows:

1. Unix defaults to 72 dpi, Windows defaults to printer resolution (600 dpi, etc)

2. Font size default in unix is 12 pt, much smaller under Windows.

3. Line width under Unix is much larger compared to windows.  Width 
   of 1 is too wide under Unix and 0 too small.


QString:

	HTML docs don't match man page:  operator[] works under unix,
		does not work under MSVC 5.0

QFileDialog:

	HTML docs don't match man page:  
		getOpenFileName <> getOpenFileDialog
		(same for save)

	under Windows the filter string does not get passed to the dialog.

Window Icons:

	I can see no effect of QWidget::setIcon under Windows or X.

Drawable scaling:

	use of integer QPoint makes arb scaling impossible as setting
	corners to (0,0) and (1,1) is unusable.  Qt has operations similar
	to postscript in transformation matrix etc, however postscript
	runs as floating point which allows arb transformations.
	
