Quantcast
Channel: XnView Software
Viewing all articles
Browse latest Browse all 4990

Qt Stylesheet Snippet Repository

$
0
0
by XnTriq (Posted Fri Jan 27, 2017 8:30 pm)
m.Th. wrote:How can I make the font from „Caption” field bigger using qtCSS?

So far, I haven't been able to narrow it down to a specific selector…

Code: Select all
QWidget {
color: lime;
font-size: 25px;
}

Code: Select all
QFrame {
color: lime;
font-size: 25px;
}

Code: Select all
QAbstractScrollArea {
color: lime;
font-size: 25px;
}

… but I'll keep digging.

Read Main Topic

Viewing all articles
Browse latest Browse all 4990

Trending Articles