-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update owselectrows.py fix error QLayout: Attempting to add QLayout and error unexpected type 'QDate' #7059
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: master
Are you sure you want to change the base?
Conversation
…nd error unexpected type 'QDate' Fix error: QLayout: Attempting to add QLayout "" to ErrorReporting "", which already has a layout Fix error: TypeError: setDateTime(self, dateTime: Union[QDateTime, datetime.datetime]): argument 1 has unexpected type 'QDate'
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (75.00%) is below the target coverage (95.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #7059 +/- ##
==========================================
+ Coverage 88.62% 88.65% +0.02%
==========================================
Files 332 332
Lines 73366 73369 +3
==========================================
+ Hits 65019 65042 +23
+ Misses 8347 8327 -20 🚀 New features to boost your workflow:
|
Now there are new tests. |
…nd error unexpected type 'QDate'
Fix error: QLayout: Attempting to add QLayout "" to ErrorReporting "", which already has a layout
Fix error: TypeError: setDateTime(self, dateTime: Union[QDateTime, datetime.datetime]): argument 1 has unexpected type 'QDate'
Issue
Description of changes
Includes