/* Customize the toolbar. */ QToolBar { border-image: url(qss/wx/wx.png); } QPushButton#okButton { min-height: 27px; min-width: 77px; } QPushButton#cancelprefButton { min-height: 27px; min-width: 77px; } QPushButton#cancelButton { min-height: 25px; max-height: 25px; min-width: 75px; } QPushButton#applyButton { min-height: 25px; max-height: 25px; min-width: 75px; } QFrame#messengerframetop{ border-image: url(qss/wx/wx.png); /*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #F7B552, stop: 1 #FF5E07);*/ }