-
Notifications
You must be signed in to change notification settings - Fork 29
Qscrollarea widgetresizeable #188
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
Merged
bluebird75
merged 23 commits into
python-qt-tools:master
from
bluebird75:qscrollarea-widgetresizeable
Mar 14, 2022
Merged
Changes from 20 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
9bc719e
Create qscrollarea.py
altendky 54632e8
pytest-xvfb and an application instance
altendky 19403d4
missing import
altendky d377e95
more deps
altendky f0123bc
no bugfix?
altendky 85ea007
add widgetResizable argument to QScrollArea.__init__()
altendky 2f7c540
add changelog entry for #148
altendky aa203ed
widgetResizable is keyword only
altendky 73b49ec
Merge branch 'master' into altendky-patch-3
altendky 6af75a4
actually match master
altendky c002ab0
Merge remote-tracking branch 'pyqt5-stubs/master' into qscrollarea-wi…
bluebird75 ede0c54
Also fixes QGroupBox() reported in #147
bluebird75 caaa5a3
Simpler way of doing gui-less application
bluebird75 3e562aa
Update ChangeLog
bluebird75 579f7f0
Update ci.yml
bluebird75 0bbca92
Update test_stubs.py
bluebird75 6722e72
Remove unneeded spaces
bluebird75 b688f92
Typo
bluebird75 8112e26
Merge remote-tracking branch 'pyqt5-stubs/master' into qscrollarea-wi…
bluebird75 6b7b00c
Merge remote-tracking branch 'bluebird75/qscrollarea-widgetresizeable…
bluebird75 a600c25
Update CHANGELOG.md
bluebird75 c577794
Pin down mypy version to avoid CI crashing
bluebird75 c39f6fa
Merge branch 'qscrollarea-widgetresizeable' of github.com:bluebird75/…
bluebird75 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| from PyQt5.QtWidgets import QGroupBox | ||
|
|
||
| groupBox = QGroupBox(objectName='some_name') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| from PyQt5.QtWidgets import QScrollArea | ||
|
|
||
| scrollArea = QScrollArea(widgetResizable=True) |
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.