No QtDesigner...
Detlev Offenbach
detlev at die-offenbachs.de
Fri May 22 13:37:38 BST 2020
Hello Geert,
thanks for sharing your solution. Please note, that the package mentioned by
you is incomplete. Although it includes the linguist.exe tool to do
translations, it is missing the lrelease.exe tool. In order to get complete
support I recommend to install the Qt package available from "The Qt Company".
Detlev
Am Freitag, 22. Mai 2020, 10:53:58 CEST schrieb Geert Vancompernolle:
> Ok, found it... For those who are equally confused as I was initially,
> here's the solution:
>
> - Settings -> Preferences -> At -> Qt Tools
>
> - Tools Directory -> Point to location of QtDesigner installation path
>
> - No need to fill in anything in Qt-Prefix and Qt-Postfix fields on
> Windows 10 (default is designer and the tool is automatically adding the
> extension .exe to it)
>
> Now you can open .ui files again...
>
> > Hi,
> >
> > Using Eric6 20.5 installation, I wanted to experiment with GUI
> > applications. However, when trying to open the .ui file, I get the
> > following error:
> >
> > I've read somewhere QtDesigner is not part of the standard PyQt5
> > package anymore, already for a while. So, I downloaded the
> > PyQt5Designer 5.14.1 using pip
> > (https://pypi.org/project/PyQt5Designer/#files).
> >
> > The QtDesigner executable is installed in
> > ..\Lib\site-packages\QtDesigner (why not in
> > ..\Lib\site-packages\PyQt5\....???) and works well when used individually.
> >
> > But when I want to open the .ui file again in Eric6 (after restarting
> > Eric6), it still wants to see the designer.exe file inside
> > ..\Lib\site-packages\PyQt5\Qt\bin (which is _*not*_ the location where
> > the PyQt5Designer has installed designer.exe).
> >
> > Question: is there a way to tell Eric6 to look for designer.exe in
> > another location?
--
Detlev Offenbach
detlev at die-offenbachs.de
More information about the Eric
mailing list