Answer the question
In order to leave comments, you need to log in
How to move frame on button click in PyQtDesigner?
The button has the following code responsible for its visual design
QPushButton {
border: 2px solid #8f8f91;
border-radius: 6px;
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #293036, stop: 1 #1e2326);
min-width: 80px;
font: 12pt "Times New Roman";
color: rgb(161, 167, 185);
}
QPushButton:hover{
border: 2px solid #50a5a6;
}
QPushButton:pressed {
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #1e2326, stop: 1 #293036);
}
QPushButton:flat {
border: none;
}
QPushButton:default {
border-color: navy;
border: 2px solid #8f8f91;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question