@Axel-Spoerl said in QtCreator debugger: display enum texts when used as array indexes, instead of 0,1,2...:
Re-translating that back into an enum, goes a long way. I doubt it will be implemented.
Which is all I said :)
Hi and welcome to devnet,
Based on the Marketplace, I would say not available yet for Qt 6.
The build instructions are still Qt 5 only. The module will likely return around the same time QtWebEngine for Qt 6 is released.
I had recently owned a new phone (Onplus One) on cyanogenmod 12 (api 5.1.1) and I have exactly the same problem on this one. It has a 5.5" screen.
Screenshot link
If anyone have a solution.
Thank you.
well people seems to be able to 100% control it
using layout and QSizePolicy (sizePolicy ) and others settings, but I guess its a trial and error process.
I have never seen option for settings as %. (only in my wet dreams)
or you can override
protected:
virtual void resizeEvent(QResizeEvent *e);
and size the widgets yourself.
Or you can write a custom layout.