view m4/module.mk @ 28248:aee0f20c8029

Implement "gray" when uicontrol radiobutton/checkbox are disabled (bug #57128) * BaseControl.cc (updatePalette): Call setColor() with additional argument of "QPalette::Active" and again with "QPalette::Inactive" so that colors are set only for specific roles. * CheckBoxControl.h (CheckBoxControl): Declare new private member function update(). * CheckBoxControl.cc (CheckBoxControl): Check for "Enable" property value of "inactive" and call setCheckable (false) if found. * CheckBoxControl.cc (update): New function to intercept and handle change to "Enable" property before forwarding to BaseControl. * RadioButtonControl.cc (RadioButtonControl): Check for "Enable" property value of "inactive" and call setCheckable (false) if found. * RadioButtonControl.cc (update): New function to intercept and handle change to "Enable" property before forwarding to BaseControl.
author Rik <rik@octave.org>
date Sun, 26 Apr 2020 18:15:30 -0700
parents 8308417aff1c
children 83dbee7c8f08
line wrap: on
line source

EXTRA_DIST += \
  %reldir%/module.mk \
  %reldir%/ax_blas.m4 \
  %reldir%/ax_compare_version.m4 \
  %reldir%/ax_lapack.m4 \
  %reldir%/ax_openmp.m4 \
  %reldir%/ax_pthread.m4 \
  %reldir%/gnulib-cache.m4 \
  %reldir%/libtool.m4 \
  %reldir%/ltoptions.m4 \
  %reldir%/ltsugar.m4 \
  %reldir%/ltversion.m4 \
  %reldir%/lt~obsolete.m4 \
  %reldir%/octave_blas_f77_func.m4 \
  %reldir%/pkg.m4