by XnTriq (Posted Fri Jan 27, 2017 8:30 pm)
So far, I haven't been able to narrow it down to a specific selector…
… but I'll keep digging.
Read Main Topic
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