Ogi Moore
d455da9aec
Use Qt6 Enum Namespace
...
This namespace appears to be valid in PySide2/PyQt5 5.12+ so we may as
well migrate to the newer namespace ourselves.
2021-06-08 21:23:49 -07:00
Rafael Irgolic
ae54e27ff6
app.dark_mode => app.property('darkMode')
2021-02-18 19:02:18 +00:00
Kenneth Lyons
16ea8ada0c
Use raw strings to get rid of DeprecationWarning
...
DeprecationWarning is for invalid escape sequence ('\'). Decided to use
raw strings rather than double-backslashes because the text processing
is using raw strings anwyay.
2020-09-20 13:59:44 -07:00
Gabriel Linder
412698c8bb
Dark mode support.
2020-03-07 23:02:40 +01:00
Gabriel Linder
adba81a8d8
Syntax highlighting for examples.
2020-02-11 11:23:58 +01:00