Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Philip Ridout
Total activity
7
Last activity
January 06, 2018 08:42
Member since
October 02, 2017 12:37
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
1
Activity overview
Posts (1)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
October 03, 2017 16:18
The open source project I contribute. OpenLP.org
Community
PyCharm
PyQt Type hinting
0 votes
Created
October 03, 2017 14:35
Sorry, by 'The project lead' I mean the person who is managing the project.
Community
PyCharm
PyQt Type hinting
0 votes
Created
October 03, 2017 14:19
``` from PyQt5 import QtGui :rtype: QtGui.QPixmap ``` is ok, but if you're not using QtGui in the module (except for documentation) the import seems superfluous. def a() -> PyQt5.QtGui.QPixmap: wo...
Community
PyCharm
PyQt Type hinting
0 votes
Created
October 02, 2017 13:32
Thankyou Pavel
Community
PyCharm
PyQt Type hinting
0 votes