Two Parameters "Title width (%)" and "Title height (%)" are replaced with one parameter "Title size (%)".
Two Parameters "Labels width (%)" and "Labels height (%)" are replaced with one parameter "Labels size (%)".
Format of labels is stored as integer value specified format precision instead of string value representing format. This integer value is used by Preferences and "Bar properties" dialog box. All other internal objects (actors and presentations) uses format as string values. Two auxiliary methods VISU_Prs3dUtils::ToFormat() and VISU_Prs3dUtils::ToPrecision() are created for converting precision to format and vice versa.
Label "Dimensions" of "Scalar bar properties" pane is replaced with "Dimensions (in % of the size of view)"
Two Parameters ?Title width (%)? and ?Title height (%)? are replaced with one parameter ?Title size (%)?.
Two Parameters ?Labels width (%)? and ?Labels height (%)? are replaced with one parameter ?Labels size (%)?.
Format of labels is stored as integer value specified format precision instead of string value representing format. This integer value is used by Preferences and ?Bar properties? dialog box. All other internal objects (actors and presentations) uses format as string values. Two auxiliary methods VISU_Prs3dUtils::ToFormat() and VISU_Prs3dUtils::ToPrecision() are created for converting precision to format and vice versa.
Label ?Dimensions? of ?Scalar bar properties? pane is replaced with ?Dimensions (in % of the size of view)?
Two Parameters ?Title width (%)? and ?Title height (%)? are replaced with one parameter ?Title size (%)?.
Two Parameters ?Labels width (%)? and ?Labels height (%)? are replaced with one parameter ?Labels size (%)?.
Format of labels is stored as integer value specified format precision instead of string value representing format. This integer value is used by Preferences and ?Bar properties? dialog box. All other internal objects (actors and presentations) uses format as string values. Two auxiliary methods VISU_Prs3dUtils::ToFormat() and VISU_Prs3dUtils::ToPrecision() are created for converting precision to format and vice versa.
Label ?Dimensions? of ?Scalar bar properties? pane is replaced with ?Dimensions (in % of the size of view)?
Two Parameters ?Title width (%)? and ?Title height (%)? are replaced with one parameter ?Title size (%)?.
Two Parameters ?Labels width (%)? and ?Labels height (%)? are replaced with one parameter ?Labels size (%)?.
Format of labels is stored as integer value specified format precision instead of string value representing format. This integer value is used by Preferences and ?Bar properties? dialog box. All other internal objects (actors and presentations) uses format as string values. Two auxiliary methods VISU_Prs3dUtils::ToFormat() and VISU_Prs3dUtils::ToPrecision() are created for converting precision to format and vice versa.
Updated in accordance with changes in fonts in GUI_SRC
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.
Now you can display values applied to the cells or nodes of 3D presentation intended for visualization of calculation data. New methods are provided in actor.
This class is chaged for storing parameters of labels and update actor accordinly
Now you can display values applied to the cells or nodes of 3D presentation intended for visualization of calculation data. VisuGUI_Selection provides new method isValuesLabeled() for this functionality.
Now you can display values applied to the cells or nodes of 3D presentation intended for visualization of calculation data. VisuGUI is updated corresponding actions and slots for this.
Also problems with preferences of VTK font is solved.
Now you can display values applied to the cells or nodes of 3D presentation intended for visualization of calculation data. New methods are provided in actor.
This functionality is implemented on the base level. Vector actor re-implements GetValLabelsInput() only in order to provide correct data set for it.
Now you can display values applied to the cells or nodes of 3D presentation intended for visualization of calculation data. New methods are provided in actor.
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
mzn [Mon, 24 Mar 2008 13:08:54 +0000 (13:08 +0000)]
Fix for bug IPAL19175 ( Qt4 porting: Gauss Viewer. It is impossible modification ?Nb. in colors? and ?Nb.of labels? on the tab ?Scalar bar? of ?Gaus Points Properties? dialog box because corresponding controls are disabled ).
akl [Fri, 21 Mar 2008 07:58:53 +0000 (07:58 +0000)]
Fix 2 problems:
1) only 2 digits after point in some spinboxes: use initSpinBox method.
2) Min and Max fields are not enabled if to select 'Use imposed range' button: add 'Use field range' and 'Use imposed range' buttons into QButtonGroup.
akl [Thu, 20 Mar 2008 14:44:49 +0000 (14:44 +0000)]
Fix of IPAL19281(Stream Lines Preferences dialog: Step Length field - only 2 digits after point available for input): use new initSpinBox method to set min, max, step and precision values for QDoubleSpinBox objects.
akl [Thu, 20 Mar 2008 08:33:28 +0000 (08:33 +0000)]
Fix of IPAL19278(Number Of Contour is active by Default, but for Surface must be off): use click() instead of setChecked(bool) for radio-buttons to emit buttonClicked(int) signal in the QButtonGroup.