Sander van Grieken
19cd408f98
organize import, whitespace
2025-01-23 12:58:28 +01:00
SomberNight
cfe8502f96
qt desktop gui: upgrade qt5->qt6
...
closes https://github.com/spesmilo/electrum/issues/8007
2024-09-18 15:48:38 +00:00
SomberNight
312f2641e7
don't use bare except
...
use "except Exception", or if really needed explicitly "except BaseException"
2023-04-24 12:58:01 +00:00
ThomasV
8c00188348
TxEditor: set locktime
2023-02-09 10:52:09 +01:00
SomberNight
3535eef8f8
(trivial) qt locktimeedit: fix a DeprecationWarning
...
/home/user/wspace/electrum/electrum/gui/qt/locktimeedit.py:145: DeprecationWarning: an integer is required (got type Alignment). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python.
painter.drawText(textRect, Qt.AlignRight | Qt.AlignVCenter, "height")
2022-05-09 19:50:38 +02:00
SomberNight
422f7ad110
qt tx dialog: fix visual artifact when opening (widget parenting issue)
2021-01-06 02:24:51 +01:00
SomberNight
0d7bcde2db
qt dark theme: on mac, AmountEdit units were using dark text on dark bg
...
see #6281
2020-06-28 03:50:34 +02:00
SomberNight
b9f20d2c79
qt locktimeedit: fix max timestamp platform-dependent crash
...
fixes #6170
2020-05-21 21:03:41 +02:00
SomberNight
6f2cd8b4f5
Qt tx dialog: allow setting custom locktime
...
closes #2405
closes #1685
2020-03-01 09:14:50 +01:00