Hello.
I tried to create some widget (frame or panel, does not matter..) with children, but with some special behavior. This window will be automatically or manually dropped down or slide up under another widget.
Let's imagine we have one widget (with layout, or not) and three buttons on it, which are located one under another (like in vertical layout). You may consider them as "button group". This "button group" is located on the bottom! of our main widget.
Now we begin to resize that main window to a lower height. I need that "button group" to be moved with the bottom size of main window. And resizing should not be locked when a minimum size have been reached. The "button group" should move up and up, and finally should hide over the top border of our main window.
This looks like an "anchors" which we can set in some IDE's (C++ Builder, Delphi, ...)
You can find similar widget in the left part of windows XP's explorer. These are animated explorer task bars. They can be opened or closed. I found some examples of such widgets in for MFC, but i need the QT implementation.
Can anyone help me with my trouble?
Thanks ahead
Bookmarks