Questions tagged [qt.py]

2 questions
3
votes
1 answer

QMessageBox prevent line breaks in DetailedText

I am trying to build a message dialog that shows the details of impacts to my UI. This list is long enough that a scroll bar is needed but the text is long enough that I would prefer the lines to not be broken. Seems changign the size of QMessage…
Jim
  • 2,034
  • 2
  • 15
  • 29
0
votes
1 answer

pyinstaller creating a standalone executable that uses qt.py

I tried to create a test executable using the command pyinstaller -F helloQT.py that uses QT and I get the following error: $ ./helloQT.exe Traceback (most recent call last): File "helloQT.py", line 2, in ModuleNotFoundError: No module…
Jim
  • 2,034
  • 2
  • 15
  • 29