1
0
Fork 0
mirror of synced 2024-06-29 11:40:37 +12:00
Rare/rare/widgets
loathingKernel 3e827f4ece ElideLabel: Enable word-wrapping for elided labels.
Word wrapping allows ElideLabel to resize first inside flexible sized
areas such as the contents widget of a scrollarea. This allows the contents
widget to properly resize itself to avoid horizontal scrolling.

Word-wrapping also enables the widget to resize vertically. To avoid that
ElideLabel is set to a fixed height based on font metrics. An overloaded
method `setFixedHeight` has been added to disable it when desired.

EglSyncGroup: Replace estimated path label with a ElideLabel because
the displayed message was expanding the scrollarea.
2023-02-20 14:26:14 +02:00
..
__init__.py Implement image manager 2022-06-19 17:12:59 +03:00
collapsible_widget.py EnvVars: Use monospace fonts for keys and values 2023-02-04 17:38:07 +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 Application: set HiDPi scaling attribute 2022-10-29 14:50:18 +03:00
side_tab.py ExtraWidgets: Copy SideTab widgets into their own file 2023-02-18 16:44:09 +02:00
sliding_stack.py Add SlidingStackedWidget from #196 2022-06-22 16:53:26 +03:00