Forum > QT

Qt6, combobox has too many items -> screen overflow

(1/1)

AlexTP:
This is reported at CudaText forum for the combobox containing all possible font names (from Screen.Fonts).

https://synwrite.sourceforge.net/forums/viewtopic.php?t=3218

I confirm it - on Ubuntu 22, combobox dropdown shows the list w/o scrolling so I cannot scroll to all of items. Can it be changed on IDE side?

zeljko:
Probably related to https://bugreports.qt.io/browse/QTBUG-89037 ? Let him try cudatext with -style windows

AlexTP:
What do you mean "with -style windows"? Some commandline param, which?

cdbc:
Hi
Yes, exactly that. Start your program like this:
--- Code: Bash  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---cudatext -style windowsAhhh, brings you back to the old win95 days  :D
Regards Benny

zeljko:
Even when you start with some unknown style eg cudatext -style alexey qt will write available styles into console and start app with fusion (qt5,qt6) :)

Navigation

[0] Message Index

Go to full version