Kubuntu has a good looking panel control for system settings with icons arranged on 4 lines (for general stuff). Or at least it looks good on screenshots. Now as soon as you use it, the window resizes itself to display all it needs to show and when the back button is clicked on, it's a lot less sexy since the window keeps the size it had previsouly and the four lines of icons look weird with plenty of space below and on the right side.
In other words, it appears that QT windows can resize in only one way (enlarging) but never go back to the previous size if the content to display does not need the space it needed previously.
I have tested on a ms windows computer the apple browser 'safari'. The preferences window in that app, resizes itself dynamically according to what it needs to show, enlarging and shrinking (vertically only as far as I can tell but I guess it's possible on both dimensions) as the user goes from 'general' to 'appearance' to 'bookmarks', etc.
I'd like to know if it's possible to do that right now with QT3. If not, will it be possible with QT4 and can we expect to see it in kde4 ?
Since I'm no coder maybe I'm missing something and it has nothing to do with what the QT3 or QT4 libraries have to offer but it's 'just' a coding thing. Anyway, that's why I'm asking people with QT coding experience ;-)
Thanks
In other words, it appears that QT windows can resize in only one way (enlarging) but never go back to the previous size if the content to display does not need the space it needed previously.
I have tested on a ms windows computer the apple browser 'safari'. The preferences window in that app, resizes itself dynamically according to what it needs to show, enlarging and shrinking (vertically only as far as I can tell but I guess it's possible on both dimensions) as the user goes from 'general' to 'appearance' to 'bookmarks', etc.
I'd like to know if it's possible to do that right now with QT3. If not, will it be possible with QT4 and can we expect to see it in kde4 ?
Since I'm no coder maybe I'm missing something and it has nothing to do with what the QT3 or QT4 libraries have to offer but it's 'just' a coding thing. Anyway, that's why I'm asking people with QT coding experience ;-)
Thanks
Comment