Te sugerimos que revises esta respuesta en un ambiente controlado antes de enviarlo a producción, saludos.
Solución:
con sudo apt-get install python-qt4 qt4-designer
Deberia trabajar.
Puedes encontrarlo si lo buscas con apt-cache search qt | grep designer
:
libqt4-designer - Qt 4 designer module
libqt4-designer-dbg - Qt 4 designer library debugging symbols
qt4-designer - graphical designer for Qt 4 applications
kdesignerplugin - Integration of KF5 widgets in Qt Designer/Creator
kdesignerplugin-data - Integration of KF5 widgets in Qt Designer/Creator
kgendesignerplugin - Integration of KF5 widgets in Qt Designer/Creator
libopenrpt-dev - graphical SQL report writer, designer and rendering engine (development)
libopenrpt1v5 - graphical SQL report writer, designer and rendering library
libqscintilla2-designer - Qt4 Designer plugin for QScintilla 2
libqscintilla2-designer-dbg - Qt4 Designer plugin for QScintilla 2 (debug)
libqt5designer5 - Qt 5 designer module
libqt5designercomponents5 - Qt 5 Designer components module
libqt5scintilla2-designer - Qt5 Designer plugin for QScintilla 2
libqt5scintilla2-designer-dbg - Qt5 Designer plugin for QScintilla 2 (debug)
libqxt-designer0 - LibQxt extensions to Qt Designer
openrpt - graphical SQL report writer, designer and rendering engine
Y busque más información sobre el paquete con apt-cache show qt4-designer
.
escriba en su terminal
designer-qt4
o si /usr/bin no está incluido en su RUTA:
/usr/bin/designer-qt4
Teniendo en cuenta los nombres de los paquetes dramáticamente cambio, el procedimiento con Ubuntu 20.04 ahora es:
sudo apt-get install qttools5-dev-tools
sudo apt-get install qttools5-dev
Entonces Qt Desginer se instala como designer
y también está en el menú de inicio.
Créditos
Recuerda algo, que te damos el privilegio agregar una reseña si te fue de ayuda.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)