본문 바로가기

pyside2 pyqt5에서 QPushButton에 이미지도 넣고 글자도 넣고, 왼쪽으로 정렬하고자 한다면, 아래 그림처럼

(qpushbutton icon left alignment text left alignment)

 

버튼왼쪽정렬

간단하게 스타일시트 하나 적용하면 된다.

 

버튼이름.setStyleSheet("QPushButton { text-align: left; }")

추가로, 아래 내용도 넣어 주면 좋을 듯

background-position: left;
background-repeat: no-reperat;

 

이글은 질문에서 답을 찾아온 것입니다. 아래 질문은 더 어려운걸 요구하셔서 ㅋㅋ

이미지는 왼쪽 정렬, 글자는 가운데 정렬

머 우리는 간단하게 통일하자고~~

 

stackoverflow.com/questions/56129402/qpushbutton-icon-left-alignment-text-center-alignment

 

qpushbutton icon left alignment text center alignment

I can not correctly align icons and button texts. I have generate the app gui with Designer, by default they appear like this: I add some code, win.pb_ejecutar.setStyleSheet("QPushButton { text...

stackoverflow.com

BJ.

왼쪽으로 가세요 ^^

Aaron J Hill 님의 사진, 출처: Pexels

B로그0간

개발 관련 글과 유용한 정보를 공유하는 공간입니다.