Leuven, E. wrote: > Peter Kümmel wrote: >> Leuven, E. wrote: >>> toolbars are (still) funky here. >> Strange! I see your are using Windows but which Qt? > > 4.1.4
It seems it's a Qt bug in 4.2 and 4.1.4, but different >> Nevertheless first we must decide how we will handle the toolbars. >> >> I think the best is to have a type for each toolbar, > > for each toolbar seems overkill. why not "standard" for regular toolbars The benefit is that we have ONE way of handling ALL toolbars. And I would like to have the possibility to disable all toolbars. > >> void Toolbars::update(bool in_math, bool in_table, bool rieview,....) > > i don't know how the core communicates with the frontend wrt toolbars, but > one would think that on entry of a math inset in the end a signal is > triggered that calls > > void Toolbars::update(Toolbar::TYPE ttype) > > or something like that > > dunno... > -- Peter Kümmel