Questions tagged as 'pyqt5'

0
answers

How to access MenuBar Properties

I have a problem. In PyQt5 generate a menubar and within the 2 options file and edit. What I want is to get access to the position and size of those two options. In other words, I want to put any of the 2 options within the menubar in any positi...
asked by 03.03.2018 / 06:29
0
answers

Positioning buttons in QMenubar ()

My question is: How can I position a button in the position I want in a QMenuBar in pyqt. For example, the Edit button in the middle of everything and the Help button aligned from the right. already try this. menu = self.menuBar()...
asked by 02.03.2018 / 17:35
0
answers

Menu in window without borders

You will see I have this code to generate a program without borders in PyQt5 the problem is in the menu bar. The first thing I tried was to directly load the main menu with the menuBar () function, but I can not accommodate the close, minimiz...
asked by 01.03.2018 / 19:29
0
answers

PyQt5 apply QgraphicsBlurEffect.performancehint and change the position of the DropShadow effect

Good evening. I am working on an application with PyQt. A colleague shared the following instruction self.shadow.BlurHint(QGraphicsBlurEffect.PerformanceHint) . This is to improve the performance of the application when executing the...
asked by 13.03.2018 / 06:53
0
answers

Use Py2Exe with PyQt?

I intend to transcribe a C ++ program that uses Qt, to Python, since it was time to update it from the old version 3 of Qt. However, when trying to recompile using the new Qt5, I find that half of the code must be rewritten again. Then it occurr...
asked by 13.02.2018 / 16:01
0
answers

PyQt5 Not found pyuic5.bat

Hello good afternoon. I just installed PyQt5 with the pip install pyqt5 command. to then install the QtCreator pip install pyqt5-tools However when I made a test interface I did not find the conversion file Pyuic5.ba...
asked by 05.02.2018 / 19:23
0
answers

how to place video background or video background in pyqt5? (python3.6)

import sys from PyQt5.QtWidgets import QApplication, QMainWindow,QDialog from PyQt5.QtGui import QPalette, QBrush, QPixmap,QImage from PyQt5 import uic import PIL from PIL import * from PIL import ImageQt import imageio import time video_name = "...
asked by 12.01.2018 / 04:49
1
answer

How to move from one QWidget to another QWidget in PyQt5

I would like to know how I can go by filling out a form designed in PyQt and pressing the enter key jump to the next QlineEdit #Clase heredada de QMainWindow (Constructor de ventanas) class VentanaFresado(QDialog): #Metodo constructor de la cl...
asked by 11.01.2018 / 23:32
1
answer

How to install the QT Designer module in Linux (Ubuntu)

I have installed PyQt5 in Linux but I do not know how to install or run the QT Designer module, I would appreciate it if someone can help me.     
asked by 06.12.2017 / 04:34
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 / 21:22