We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
error when trying to create a link btw two nodes and/or import topology
TypeError: arguments did not match any overloaded call:
QFont(): too many arguments
QFont(str, pointSize: int = -1, weight: int = -1, italic: bool = False): argument 2 has unexpected type 'float'
The text was updated successfully, but these errors were encountered:
this is due to 3.10 not doing automatically conversion float to int for QT functions. For now python3.9 should be used.
Sorry, something went wrong.
No branches or pull requests
error when trying to create a link btw two nodes and/or import topology
TypeError: arguments did not match any overloaded call:
QFont(): too many arguments
QFont(str, pointSize: int = -1, weight: int = -1, italic: bool = False): argument 2 has unexpected type 'float'
The text was updated successfully, but these errors were encountered: