About 5,570,000 results
Open links in new tab
  1. python - How to fix "could not find or load the Qt platform plugin ...

    Feb 2, 2017 · I am getting the error "could not find or load the Qt platform plugin windows" while using matplotlib in PyCharm. How can I solve this?

  2. python - PyQt5: How to install/run Qt Designer - Stack Overflow

    Just installed Python on Windows 11 laptop, and folder seems to have moved to \Lib\site-packages\qt5_applications\Qt\bin in virtual environment folder.

  3. How to install PyQt4 on Windows using pip? - Stack Overflow

    Mar 25, 2014 · Here are Windows wheel packages built by Chris Golke - Python Windows Binary packages - PyQt In the filenames cp27 means C-python version 2.7, cp35 means python 3.5, …

  4. Linking a qtDesigner .ui file to python/pyqt? - Stack Overflow

    Mar 8, 2010 · So if I go into QtDesigner and build a UI, it'll be saved as a .ui file. How can I make this as a python file or use this in python?

  5. python - PyQt5 - Show virtual keyboard - Stack Overflow

    Jun 19, 2020 · I'm trying to figure out how to use a virtual keyboard for a touchscreen, using python 3.8 and PyQt5 on Windows. I saw that Qt had his own plugin QtVirtualKeyboard. I …

  6. python - How to resolve "no Qt Platform Plugin could be …

    May 13, 2023 · There’s a chance Windows display the “Application failed because no QT platform plugin could be initialized” error due to corrupt system files. Fortunately, Windows has a built …

  7. python - PyQt proper use of emit () and pyqtSignal () - Stack …

    I am reading through some documentation on PyQt5 to come up with a simple signal-slot mechanism. I have come to a halt due to a design consideration. Consider the following code: …

  8. python - How to install PyQt5 on Windows? - Stack Overflow

    May 31, 2013 · When I try installing the PyQt5 on Windows using the command python configure.py I get this error: Error: Make sure you have a working Qt qmake on your PATH. I …

  9. Qt programming: More productive in Python or C++? [closed]

    Aug 2, 2013 · PyQt represent Qt very well and hence question doesn't remain of "Qt with Python" or "Qt with C++", in general python is more productive unless off-course you need speed or …

  10. python - How do you get the current text contents of a …

    47 Using pyqt4 and python 2.6, I am using a qcombobox to provide a list of options. I am having problems with using the selected option. I have been able to use a signal to trigger a method …