Jean-Marc Lasgouttes wrote:
"Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
Nice eye candy indeed. Could someone post a screenshot of 1.5 on
mac so that I can see what it looks like right now?
Bennett> The server I use is down right now; I'll e-mail you
Bennett> (Jean-Marc) privately a .gif (136K) so as not to clutter up
Bennett> the list. (Let me know if anyone else wants to see it.)
Very nice picture thanks. One thing I wanted to check was whether
icons did look better now than they used to. They do.
Concerning the new toc widget, does qt/mac make it a drawer (is
that the term?) already, or shall we do it?
Bennett> A drawer would be nice -- if it does not change the size of
Bennett> the editing window. Right now, viewing the TOC requires
Bennett> adjusting the size of the window, which makes it a pain.
What about the following patch?
I am just guessing here but I expect QDockWidget to be incompatible with
the Drawer property.
Instead I think you can write a simple template class using QDialog
instead of QDockWidget (based on DockView called DialogView ;-)). Then
you can just that instead of DockView in "Dialogs.C" (with a #ifdef WS_MAC).
Abdel.