maybe a small explanation is due: as said, all the color names are indeed generic and refer to Qt framework in general and not quite to qtractor in particular: active and inactive color modes are for respective widget states or focus; disabled are for, guess what? disabled widgets ie. grayed-out...
but, please take here a note: all of these color names and modes may be overridden by the widget style currently in charge: for crying out loud, as an example of ugliness, the Gtk+ widget style (and any other that is based on GTK for that matter) is infamous for not giving sh*t to all that and then some :)
yes, I know that
maybe a small explanation is due: as said, all the color names are indeed generic and refer to Qt framework in general and not quite to qtractor in particular: active and inactive color modes are for respective widget states or focus; disabled are for, guess what? disabled widgets ie. grayed-out...
but, please take here a note: all of these color names and modes may be overridden by the widget style currently in charge: for crying out loud, as an example of ugliness, the Gtk+ widget style (and any other that is based on GTK for that matter) is infamous for not giving sh*t to all that and then some :)
cheers