Dialogs, QPT and Qt5

Christoph Feck christoph at maxiom.de
Fri Nov 29 11:00:38 UTC 2013


On Friday 29 November 2013 08:53:06 Kevin Ottens wrote:
> KColorDialog and KFontDialog are out of the picture. We contributed
> to the upstream QColorDialog and QFontDialog so that they have the
> features we needed out of the box. We only need to do something
> for the file dialog.

Not sure if we can silently drop the K classes.

KFontDialog:
- allows the application to specify a list of fonts to show
- allows the application to request fixed-width fonts only
- allows limiting to only change family, style, or size
- supports fractional point sizes, e.g. 9.4 pt.
- word wraps and scrolls big sample texts

KColorDialog:
- allows the application to specify a default color, where the user 
can revert to
- supports both RGB and HSV color models
- has support for loadable palettes (editable via kcoloredit)
- appearantly the color picker and hex line edit have been upstreamed, 
but I just tried Qt 5.3 Designer, and those features did not appear.

Christoph Feck (kdepepo)


More information about the Kde-frameworks-devel mailing list