Hi,
For a few years I use Krusader with my little patch for 1.70.0
version, which allows to have many consoles with Ctrl+Alt+T, not just
one. Here is the patch (
http://pastebin.ca/1708070) and how it looks
like (
http://imagebin.ca/view/QruBdGWl.html). The main benefit is that
many consoles don't clutter desktop and can be hidden with one key
(Ctrl+Alt+T).
Now I am updating my Linux desktop and found out that I have to remake
the patch too (from KDE3 to KDE4). Well, it seems to be more hard than
I thought :). Here is the trivial patch for Krusader 2.0.0 (http://
pastebin.ca/1708083) where I just replace QHBoxLayout with QTabWidget
to be going on with. But now I've stuck with a problem: console and
TabWidget don't occupy all the space they have (
http://imagebin.ca/
view/7YuwJs.html).
I tried several variants to resolve that issue but no luck :(. It
would be nice if someone helps me (who knows Qt and KDE).
Thanks in advance,
Ilya