Questions tagged as 'pyqt4'

1
answer

Proplema with layout: Widget does not resize with the window

I have a Dialog with a unique Wigdet that occupies the entire window. In this case it is a QTextEdit and is created with Qt Designer . This is the file in Python : from PyQt4 import QtCore, QtGui try:...
asked by 20.06.2018 / 12:33
1
answer

Python - Pop up window with wait message. Qt, Pyside

I have a program with an interface made with Qt, Pyside. After completing the fields of the interface the program performs actions that take a while. What I would like is to put a pop-up window with a message and that does not let the user...
asked by 15.02.2018 / 07:53
0
answers

Multiprocesses, Threads / threads in pyqt4?

I am trying to enter data in a QListWidget in pyqt4, by means of the keyboard entry raw_input I am entering 5 data but I only want that in the table I get 3, that I already have it, but When I enter the first data round, the GUI is just opened...
asked by 03.02.2018 / 18:41
0
answers

Can I have PyQt4 and PyQt5 installed at the same time?

I have PyQt5 installed on my computer, but many projects tell me that it is better to develop them with PyQt4, I am an intermediate apprentice, and I would like to know if I can install PyQt4 without losing PyQt5. Thanks in advance.     
asked by 02.12.2017 / 20:22
0
answers

I can not open QDialog

I'm doing a QMainWindow that calls a QDialog , when executing the QDialog it opens without problems but when placing the code so that it opens from the QMainWindow by clicking on the button it throws me the following e...
asked by 03.10.2017 / 23:23