Não consigo abrir o Qt 4 Designer no Ubuntu mais recente

1

Clico no ícone e ele pisca, mas não abre. O Qt Creator funciona, mas estou tentando usar o Python. Eu tentei remover e instalar algumas vezes, mas ainda nada. Eu fiz o download do PyQt4, Ubuntu-SDK, Qt4 (Designer, Linguista e Assistente). Agradeço sua ajuda.

Tentei designer-qt4 , Resultado:

designer-qt4: symbol lookup error: /usr/lib/x86_64-linux-gnu/qt4/plugins/designer/libqcscintillaplugin.so: undefined symbol: _ZN13QsciScintillaC1EP7QWidget
    
por berrywhitex 13.07.2014 / 06:34

2 respostas

1

Eu fui até o local do arquivo libqcscintillaplugin.so e removi o arquivo.

Ou através de uma maneira mais limpa, é melhor usar o APT:

sudo apt-get remove libqscintilla2-designer

Agora o Qt4 Designer é aberto sem problemas.

    
por berrywhitex 14.07.2014 / 05:42
1

Tente instalar o qt4-default:

sudo apt-get install qt4-default
    
por user.dz 13.07.2014 / 07:11