About 1,550,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 contents to a suitable …

  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 in the Windows …

  4. pyqt5_tools designer.exe does not exist - Stack Overflow

    Nov 25, 2020 · 2 I have installed PyQT5 by command pip install pyqt5 pyqt5-tools. Then I want to show path for designer.exe. However I could not found that in …

  5. 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?

  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 arguments …

  7. 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.

  8. QT Designer not playing nicely with Windows display scaling

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

  9. How to make a Qt Widget grow with the window size?

    I created a new .ui file using the QWidget template in Qt Designer. I put a QFormLayout inside that 'window', then put some controls inside that QFormLayout. This all works reasonably well, but the …

  10. python - Plotting a chart inside a PyQT GUI - Stack Overflow

    Jun 10, 2022 · 1 I would like to plot a chart inside a pyQT GUI. I have already read a lot of tutorials, but those plot the chart in a separeted window. I need it to be ploted in the same window as the other …