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

PR: Make about what icon visible again #58

Merged
merged 9 commits into from
Sep 27, 2017

Conversation

jnsebgosselin
Copy link
Owner

@jnsebgosselin jnsebgosselin commented Sep 27, 2017


With PyQt5, it seems like it was not possible to move the About WHAT button outside of the visible rectangle of the tab bar. To fix this issue, all the logic related to this button was moved to a new subclass of QTabWidget.

image

I went with custom signals instead of using an eventfilter.
@pep8speaks
Copy link

pep8speaks commented Sep 27, 2017

Hello @jnsebgosselin! Thanks for updating the PR.

Line 31:1: E402 module level import not at top of file
Line 33:1: E402 module level import not at top of file
Line 79:1: E402 module level import not at top of file

Line 5:4: W292 no newline at end of file

Comment last updated on September 27, 2017 at 15:52 Hours UTC

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling a3217b1 on about-what-icon-not-visible into ** on master**.

@jnsebgosselin jnsebgosselin merged commit fe6d6af into master Sep 27, 2017
@jnsebgosselin jnsebgosselin deleted the about-what-icon-not-visible branch September 27, 2017 17:01
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.

About what icon not visible anymore
3 participants