Como instalar e executar o qt-designer para python

5

Eu sou novo no ubuntu, eu digitei os seguintes comandos sudo apt-get install python-pyqt e sudo apt-get install qt-designer .
Ambos os comandos foram executados com sucesso, mas não consigo descobrir como iniciar o programa qt-designer .

    
por Satwik 27.04.2016 / 19:02

2 respostas

4

com sudo apt-get install python-qt4 qt4-designer deve funcionar.

Você pode encontrá-lo se pesquisar com 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

E pesquise mais informações sobre o pacote com apt-cache show qt4-designer .

    
por blkpws 09.10.2016 / 11:25
1

digite no seu terminal

designer-qt4

ou se / usr / bin não estiver incluído no seu PATH:

/usr/bin/designer-qt4
    
por Slimane MEHARZI 13.12.2016 / 08:57

Tags