1
0
Fork 0
mirror of synced 2024-09-30 01:07:47 +13:00
Rare/rare/widgets
2023-03-13 00:54:25 +02:00
..
__init__.py
collapsible_widget.py Code cleanup: Use pass instead of ellipsis (...) for abstractmethods 2023-02-20 15:31:04 +02:00
elide_label.py ElideLabel: Improve tooltip handling 2023-03-13 00:54:25 +02:00
flow_layout.py
image_widget.py ImageWidget: Don't try to paint the widget if painter is not active yet. 2023-03-12 12:19:46 +02:00
indicator_edit.py CloudSaves: Allow path on Windows to not exist 2023-03-11 12:51:55 +02:00
library_layout.py Cleanup: Remove some unused imports 2023-02-18 17:27:18 +02:00
rare_app.py RareAppException: Create exception handler that can show a dialog 2023-03-07 17:11:21 +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