728x90
사용한 색상표입니다.
rgb(255, 190, 11) |
rgb(251, 86, 7) |
rgb(255, 0, 110) |
rgb(131, 56, 236) |
rgb(58, 134, 255) |
QPushButton{
color: white;
background-color: rgb(58, 134, 255);
border-radius: 5px;
}
QPushButton{
color: rgb(58, 134, 255);
background-color: white;
border: 2px solid rgb(58, 134, 255);
border-radius: 5px;
}
QPushButton{
color: white;
background-color: rgb(58, 134, 255);
border-radius: 20px;
}
QPushButton{
color: rgb(58, 134, 255);
background-color: white;
border: 2px solid rgb(58, 134, 255);
border-radius: 20px;
}
QPushButton{
color: white;
background-color: rgb(58, 134, 255);
}
QPushButton{
color: rgb(58, 134, 255);
background-color: white;
border: 2px solid rgb(58, 134, 255);
}
QPushButton{
color: white;
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:1, stop:0 rgba(255, 190, 11, 255), stop:1 rgba(251, 86, 7, 255));
border-radius: 20px;
}
QPushButton{
color: white;
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0.857143, y2:0.857955, stop:0 rgba(10, 242, 251, 255), stop:1 rgba(224, 6, 159, 255));
border-radius: 20px;
}
QPushButton{
color: white;
background-color:qlineargradient(spread:reflect, x1:0.5, y1:0.5, x2:1, y2:0.5, stop:0 rgba(255, 199, 0, 255), stop:1 rgba(192, 5, 67, 255));
border-radius: 20px;
}
QPushButton{
color: white;
background-color:qlineargradient(spread:reflect, x1:1, y1:0, x2:0.995, y2:1, stop:0 rgba(218, 218, 218, 255), stop:0.305419 rgba(0, 7, 11, 255), stop:0.935961 rgba(2, 11, 18, 255), stop:1 rgba(240, 240, 240, 255));
border: 1px solid black;
border-radius: 20px;
}
728x90
'프로그래밍' 카테고리의 다른 글
[운영체제] 운영체제는 무슨 일을 할까? 운영체제의 기능 (0) | 2021.01.16 |
---|---|
[데이터베이스] DBMS의 장단점 (0) | 2020.09.30 |
[MongoDB] Pymongo Date query 날짜 기간, 특정일 검색하는 방법 (0) | 2020.08.06 |
[Docker] Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 오류 해결방법 (0) | 2020.06.23 |
[MongoDB] MongoDB Compass로 Atlas에 연결 안 될 때 해결하는 법 (0) | 2020.06.17 |