]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
0013557: field values display Phase8_Part1_16122008
authorsln <sln@opencascade.com>
Tue, 9 Dec 2008 12:17:15 +0000 (12:17 +0000)
committersln <sln@opencascade.com>
Tue, 9 Dec 2008 12:17:15 +0000 (12:17 +0000)
commit3293b0702bde90739dfd01a5d86a1afb14a3dd9e
treef5fb24ba7e14f62747396f62cf95ea8ab02a5374
parent841cc151f3f28d3335467eafdad167e59cf6fdc3
0013557: field values display

QtxFontEdit class and related controls in preferences has been updated in order to support custom fonts instead of system fonts only. For example VTK viewer uses only three fonts Arial, Courier and Times. As result there is no point in providing    control with system fonts for VTK viewer. Also ?S? button has been added in QtxFontEdit in order to provide ?Shadow? style of VTK font. ?1underline? property of QFont is replaced with ?overline? property in order to store ?Shadow? status of font to avoid conflict simultaneous usage of ?U? and ?S? button.

All related controls for font definition in SMESH and VISU modules have been updated accordingly
src/Qtx/QtxFontEdit.cxx
src/Qtx/QtxFontEdit.h
src/Qtx/QtxPagePrefMgr.cxx
src/Qtx/QtxPagePrefMgr.h
src/Qtx/QtxResourceMgr.cxx