You are not logged in.

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, April 15th 2009, 11:26am

Two problems: Semi-transparent background and animated

Hello!
I have a two problems:

1. I would like to make a layer that will by a semi-transparent (for ex. 50%) (the Widgets under the layer will be unclicable)
I've tried, for example, I've made a QGroupBox using QT Designer, but I can't set it semi-transparent background:/

I set on/off GroupBox using setVisible(false/true);

2. Is it possible set animatied showing some widget? (for example GroupBox for problem above?)