Skip to content
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

Homogenize Object inspector UI #2585

Merged
merged 3 commits into from
Aug 5, 2015
Merged

Homogenize Object inspector UI #2585

merged 3 commits into from
Aug 5, 2015

Conversation

goanpeca
Copy link
Member

@goanpeca goanpeca commented Aug 3, 2015

Description

Insert QWebView inside a QFrame to homogenize the UI

Before

inspector-after

After

inspector-before

@goanpeca goanpeca self-assigned this Aug 3, 2015
@goanpeca goanpeca added this to the v3.0 milestone Aug 3, 2015
@goanpeca goanpeca changed the title Update Object inspector look Homogenize Object inspector UI Aug 3, 2015
@@ -199,6 +199,42 @@ def setup_page(self):
self.setLayout(vlayout)


class FrameWebView(QFrame):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move this widget to

spyderlib/widgets/browser.py

because that's where we put all QWebKit widgets :-)

This is the only comment I have before merging (other than good job!)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok will do in a min ;-)

@goanpeca
Copy link
Member Author

goanpeca commented Aug 3, 2015

@ccordoba12 done!

@@ -199,6 +199,7 @@ def setup_page(self):
self.setLayout(vlayout)



Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this empty blank line. It's not needed because there are already two blanks before it :-)

@ccordoba12
Copy link
Member

Thanks a lot for this. Things look much better now! :-)

ccordoba12 added a commit that referenced this pull request Aug 5, 2015
@ccordoba12 ccordoba12 merged commit 31ef876 into spyder-ide:master Aug 5, 2015
@goanpeca goanpeca deleted the update-inspector branch August 5, 2015 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants