Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
What I'd like actually is to display foo/bar/file.lyx when the file
is in $lyxdir/foo/bar/file.lyx. So we would see doc/Intro.lyx or
doc/fr/Intro,lyx. Would that be OK?
Abdelrazak> Yes, seems OK to me. How is it done for the View submenu?
Abdelrazak> I think both lists should (ideally) share the same code.
Here is what I cam up with.
Looks good.
It would be even better to put lyxdir file
names in italics, but I am not sure how to do that (or even if qt can
do it).
The italic property is done in QFont. Dunno how to specify that to the
TabBar.
Abdel.