About 1,470,000 results
Open links in new tab
  1. python - PyQt5: How to install/run Qt Designer - Stack Overflow

    @User1291. The current pyqt5-tools is for PyQt-5.7 not PyQt-5.7.1, so it's not compatible. However, you should be able to open the pyqt5-tools wheel like a zip file and extract the …

  2. qt designer - Where is the QtDesigner in PyQt6? - Stack Overflow

    Feb 22, 2021 · However, with pip install PyQt5Designer you get Qt Designer to work with PyQt5, even in the latest versions of Python.

  3. Installing PyQt5 Designer on windows - Stack Overflow

    Oct 19, 2017 · 3 I installed PyQt5 using Windows command window and pip3 install PyQt5 as described in the download page, it was installed successfully. but I didn't found PyQt Designer …

  4. qt - How to install QtDesigner? - Stack Overflow

    May 13, 2015 · sudo apt-get install python-qt4 qt4-designer run the command designer and it will work for you if it doesn't try /usr/bin/designer it worked for me i am using python 3.6 with pyqt …

  5. Inserting an image in a GUI using Qt Designer - Stack Overflow

    Dec 10, 2023 · I want to know how to insert an image in a GUI using Qt Designer. I am trying to add a logo.

  6. python - Integrate Qt Designer and PyCharm - Stack Overflow

    Rightclick .ui files in the project explorer and launch Qt Designer from there Set up a File Watcher from Settings, watching for changes to Qt UI Designer Forms and running pyuic5 with the right …

  7. QT Designer not playing nicely with Windows display scaling

    Apr 13, 2022 · QT Designer not playing nicely with Windows display scaling Asked 3 years, 7 months ago Modified 2 years, 11 months ago Viewed 7k times

  8. Linking actions to menu bar in PyQt from Qt Designer

    Oct 14, 2022 · I'm new to QT Designer and PyQt, but I seem to be trying to do something either too simple to be mentioned or too rare! I created a simple window using QT Designer. In that …

  9. Convert pyQt UI to python - Stack Overflow

    Aug 25, 2013 · Is there a way to convert a ui formed with qtDesigner to a python version to use without having an extra file? I'm using Maya for this UI, and converting this UI file to a readable …

  10. ¿Como instalar y usar PyQt5 en Windows? - Stack Overflow en …

    Jun 11, 2020 · Ahora bien, tu has descargado el archivo con extensión .zip de la página oficial de PyQt, lo que debes hacer es: Abre una terminal y ubícate en la carpeta que acabas de …