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.
QWidgets in QGraphicsView
Hello!
I have QGraphicsView with QGraphicsWidget inside. QGraphicsWidget has QGraphicsLinearLayout with QLabels (really with QGraphicsProxyItems for labels). When one resizes graphics view strange clipping can be observerd. Part of texts is cliped and clipping area is moving while resizing.
Did anybody have this problem or does somebody know how to fix it?