QWebView ignored border-radius in css.
General and Desktop
1
Posts
1
Posters
2.2k
Views
1
Watching
-
wrote on 22 Nov 2011, 10:14 last edited by
Hello.
Used next css for QWebView in my project.
@QWebView
{
border: 20px solid #8f8f91;
border-radius: 5px;
background-color: #C2C7CB;
}@Background work fine, but border-radius ignored. Tried in QPushButton - all work fine.
1/1