-
Notifications
You must be signed in to change notification settings - Fork 10
feat: Use QScrollArea for components selection
#1328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThe PR wraps the existing components selection widget inside a QScrollArea to provide scrollable support, configures widget resizing and scroll bar policies, and updates the layout to use the new scroll area. Class diagram for QScrollArea integration in components selectionclassDiagram
class MainWindow {
- choose_components: QWidget
+ choose_components_wrapper: QScrollArea
+ QScrollArea configuration
}
MainWindow --> QScrollArea : wraps choose_components
QScrollArea --> QWidget : setWidget(choose_components)
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1328 +/- ##
========================================
Coverage 93.21% 93.21%
========================================
Files 210 210
Lines 33406 33411 +5
========================================
+ Hits 31138 31143 +5
Misses 2268 2268 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|



Summary by Sourcery
New Features: