Browse Source
qt inline icons: change mouse-over cursor
sqlite_db
SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
0 deletions
-
electrum/gui/qt/util.py
|
|
@ -600,6 +600,7 @@ class ButtonsWidget(QWidget): |
|
|
|
button = QToolButton(self) |
|
|
|
button.setIcon(read_QIcon(icon_name)) |
|
|
|
button.setIconSize(QSize(25,25)) |
|
|
|
button.setCursor(QCursor(Qt.PointingHandCursor)) |
|
|
|
button.setStyleSheet("QToolButton { border: none; hover {border: 1px} pressed {border: 1px} padding: 0px; }") |
|
|
|
button.setVisible(True) |
|
|
|
button.setToolTip(tooltip) |
|
|
|