[krita] [Bug 475381] Add a "Tab bars" option t othe Canvas-only settings

2023-10-20 Thread Dov Grobgeld
https://bugs.kde.org/show_bug.cgi?id=475381 --- Comment #6 from Dov Grobgeld --- @halla Thanks for the tip! I must admit I wasn't aware of that shortcut! (even though I started my computer career in the eightees...). However, this doesn't invalid the is issue. -- You are receiving this mail

[krita] [Bug 475381] Add a "Tab bars" option t othe Canvas-only settings

2023-10-20 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=475381 --- Comment #5 from Halla Rempt --- The standard ctrl-tab, ctrl-shift-tab (cmd on mac) will switch between documents. This shortcut was made a standard in the nineties. -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 475381] Add a "Tab bars" option t othe Canvas-only settings

2023-10-16 Thread Dov Grobgeld
https://bugs.kde.org/show_bug.cgi?id=475381 --- Comment #4 from Dov Grobgeld --- I finally managed to compile Krita! And I played around with the qmdi setting. What I found was that the FramelessWindowHint only is used in MultipleDocument subwindow mode. However in tabbed mode it is always

[krita] [Bug 475381] Add a "Tab bars" option t othe Canvas-only settings

2023-10-16 Thread Dov Grobgeld
https://bugs.kde.org/show_bug.cgi?id=475381 --- Comment #3 from Dov Grobgeld --- I still haven't managed to compile krita on my own, so I haven't tested the below. But according to the following link you can turn off the title display of a qmdi area by changing its "windows flags".

[krita] [Bug 475381] Add a "Tab bars" option t othe Canvas-only settings

2023-10-09 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=475381 --- Comment #2 from Halla Rempt --- No, it isn't that simple: the tab widget is part of the qmdi area, and we really shouldn't mess with the internals of that class. -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 475381] Add a "Tab bars" option t othe Canvas-only settings

2023-10-08 Thread Dov Grobgeld
https://bugs.kde.org/show_bug.cgi?id=475381 --- Comment #1 from Dov Grobgeld --- Examining the Qt documentation (though not the Krita sources), if the tabs are drawn with a QTabWidget, toggling the display of the tab bar is as simple as: ``` tabWidget = new QTabWidget(); tabBar =

[krita] [Bug 475381] Add a "Tab bars" option t othe Canvas-only settings

2023-10-08 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=475381 Halla Rempt changed: What|Removed |Added Severity|normal |wishlist CC|