Salome HOME
0013557: field values display
authorsln <sln@opencascade.com>
Tue, 9 Dec 2008 12:21:13 +0000 (12:21 +0000)
committersln <sln@opencascade.com>
Tue, 9 Dec 2008 12:21:13 +0000 (12:21 +0000)
commit75d312c76504f18dd3af446add9bb0dbd5c882e3
tree9528e9f89a468a6685913595d439373efcb822cf
parent3dcf003eeca0d6669b8b43f99359f78127be1e14
0013557: field values display

All related controls for font definition in SMESH and VISU modules have been updated in accordance in changes in QtxFontEdit and related preferences functionality.

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.
src/SMESHGUI/SMESHGUI.cxx
src/SMESHGUI/SMESHGUI.h
src/SMESHGUI/SMESHGUI_Preferences_ScalarBarDlg.cxx