Qt 6.11 is out! See what's new in the release
blog
Qss/css problem after migrating to 4.8
Installation and Deployment
3
Posts
2
Posters
2.1k
Views
1
Watching
-
Hi all,
After I migrated to Qt 4.8 a couple of days ago, I noticed that my UI was corrupted somehow. More particularly, it's style is not the proper style that I worked when I had 4.4.
The qss file I used in 4.8 is just same when I used 4.4.
What may be the reason for it?
Thanks..
-
Ok. Problem solved. I misstyped the border property of the main widget which actually violated parent-child relationship.
Thanks anyway..