Questions tagged as 'pyside'

1
answer

QComboBox.addItems: called with wrong argument types

I have the following code: self.option = QComboBox(self) self.option.addItems(self.getJson) def getJson(self): self.data = {'image' : ['planet.jpg', 'cat.png', 'building.jpg']} return self.data['image'] I want to make the return o...
asked by 22.08.2016 / 20:06
1
answer

How to perform communication between Threads and PySide Qt?

The graphical user interface window created in PySide runs normally following the normal program flow. The program's true python script runs on a Thread in parallel. But this thread script needs to send the logs to the QPlainTextEdit of the grap...
asked by 17.07.2018 / 17:59
1
answer

PySide installation

I'm trying to install PySide in python 3.5 (32-bit), I installed the pip without any problems, but I'm not able to install easy_install . > ButwhenIrunthe'importeasy_install'commandinthepythonconsole,thereisnoerrorformeandwhenIrunthe'importP...
asked by 15.08.2016 / 05:28