ricardoquesada / vchar64

editor for the Commodore 64
http://retro.moe/tag/vchar64/
Other
91 stars 12 forks source link

UI arrangement issues #56

Closed superrune closed 2 years ago

superrune commented 5 years ago

Hi! First, great piece of software. Been looking for a C64 tile map editor for the Mac, and this one seems perfect!

I'm trying to work full-screen on my mac, but I've found a couple of issues with re-arranging the UI:

screenshot 2018-11-19 at 19 54 42
ricardoquesada commented 5 years ago

works for me. what version of Qt are you using? I'm using 5.11.2 but IIRC it always worked like this. screen shot 2018-11-20 at 8 36 59 am

superrune commented 5 years ago

Yes, I can also dock it so it fills the entire bottom, but not so it fills only the area under the pixel editor. What I cant do is a separate "coloumn" with character, charmap and tilemap.

I'm trying to get rid of empty space on the screen by doing this layout:

vchar_layout

(working on a laptop, so screen space is limited)

ricardoquesada commented 5 years ago

ah... yes, I don't think that is possible, at least using "plain" Qt widgets (and that's what I'm using). I guess if a future Qt version allows it, it should be possible.

superrune commented 5 years ago

OK, thanks for the explanation :)

ricardoquesada commented 2 years ago

not yet what you want, but I can arrange them a bit better using Qt6 Screenshot_20220114_105931

superrune commented 2 years ago

That's perfect, cheers!

ricardoquesada commented 2 years ago

great, closing issue then.