Thank you for detailed info. I'm working on test version for the scrollbar arrows.
Refresh issue in Shortcuts tab: I still can't reproduce, might post a video capture later. Change shortcut (while CCR is open) -> click refresh table -> no going awry seen...
Scrollbar handle: it took me a lot of time to come to an outline color that would work well both in dark and light theme. It's QSS:
self.setStyleSheet("""
QScrollBar::handle {
border: 1px solid #5B6985; /* subtle border */
}
Last edited by Comfy.n; 09-14-2025 at 03:14 AM.
|