1
0
Fork 0
mirror of synced 2024-06-29 03:31:06 +12:00
Rare/rare/widgets
loathingKernel 1dd8856a29 Resources: Add static stylesheet for widgets that need special handling irregardless of theme
The static stylesheet properties are always applied. If there is a theme
stylesheet to be applied, they are appended in the end of the theme
stylesheet.

This removes stylesheet properties from the library widgets, some special
buttons and the queue worker labels.

To update the static stylesheet first edit `rare/resources/static_css/stylesheet.py`
and then execute it as a script.
2023-03-02 15:36:45 +02:00
..
__init__.py Implement image manager 2022-06-19 17:12:59 +03:00
collapsible_widget.py Code cleanup: Use pass instead of ellipsis (...) for abstractmethods 2023-02-20 15:31:04 +02:00
elide_label.py ElideLabel: Enable word-wrapping for elided labels. 2023-02-20 14:26:14 +02:00
flow_layout.py Add typing to the custom layouts and fix stacked widet page naming 2023-02-04 17:38:07 +02:00
image_widget.py ImageWidget: Clear widget if a null pixmap is set 2023-02-04 17:38:07 +02:00
indicator_edit.py ExtraWidgets: Copy IndicatorLineEdit and PathEdit into their own file. 2023-02-18 16:40:30 +02:00
library_layout.py Cleanup: Remove some unused imports 2023-02-18 17:27:18 +02:00
rare_app.py Resources: Add static stylesheet for widgets that need special handling irregardless of theme 2023-03-02 15:36:45 +02:00
side_tab.py SideTabContainer: Use a signal to update the title instead of monkeypatching setTitle method into the widget 2023-02-21 15:27:52 +02:00
sliding_stack.py Add SlidingStackedWidget from #196 2022-06-22 16:53:26 +03:00