javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/internal/qt/graphics/Config.java
changeset 87 1627c337e51e
parent 80 d6dafc5d983f
equal deleted inserted replaced
80:d6dafc5d983f 87:1627c337e51e
    26 	
    26 	
    27 	/**
    27 	/**
    28 	 * Default type for images. Used when image type is not specified as an argument in Image constructor.
    28 	 * Default type for images. Used when image type is not specified as an argument in Image constructor.
    29 	 * This setting is also used for ImageLoader output Images (default), if no explicit target Image type is specified.
    29 	 * This setting is also used for ImageLoader output Images (default), if no explicit target Image type is specified.
    30 	 */
    30 	 */
    31 	static final int IMAGE_DEFAULT_TYPE = Image.IMAGE_TYPE_QIMAGE;
    31 	static final int IMAGE_DEFAULT_TYPE = Image.IMAGE_TYPE_QPIXMAP;
    32 }
    32 }