qt - How do I get straight corners in QLineEdit? -


by default on operating system use, qlineedits rounded corners, need write in style sheets make them straight? qlineedit { border-radius: 0px; } didn't work;

you can select diferent style qt gui whole plastique:

http://doc.qt.io/qt-4.8/gallery-plastique.html

here gallery 4.8. http://doc.qt.io/qt-4.8/gallery.html

if border-radius: 0; doesn't work , style not customizable.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -