L
L
lose_my_mind2022-01-10 16:24:57
Qt
lose_my_mind, 2022-01-10 16:24:57

QT Designer How to remove stroke around button?

61dc3316ae35a450264649.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
J
Jacob E, 2022-01-11
@lose_my_mind

QPushButton : focus {
    border: none;
    outline: none;
}

https://stackoverflow.com/questions/33531846/remov...

A
Alexander Ananiev, 2022-01-10
@SaNNy32

Through qss set style border: 0

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question