Skip to main content

Questions tagged [pyqt5]

Qt 5 bindings for Python programming. This allows programmer to make Qt 5 graphical user interfaces using Python syntax.

pyqt5
1 vote
3 answers
43 views

Prevent root items from being dropped onto another root item in PyQt5 QTreeView

I'm working on a PyQt5 application where I have a QTreeView populated with a QStandardItemModel. The root items present documents and the child sections within the document. So they should not be ...
Mazze's user avatar
  • 433
-1 votes
0 answers
26 views

I want a Combox not the right top corner inside a QGraphicsRectItem [duplicate]

I have a condition where I want a comboBox inside the Rectangle user drawings. For the user to select which sort of object it is. Below diagram should give you a better understanding This is my ...
Santhosh Dhaipule Chandrakanth's user avatar
-2 votes
0 answers
20 views

I want to view 3d images in PyQt5 but im unable to do that

QSocketNotifier: Can only be used with threads started with QThread Initializing UI Connecting to database Creating table Loading models Viewing CAD image for ID: 1 Displaying 3D image from path: ...
Ishan Ahire's user avatar
1 vote
1 answer
54 views

Creating a nuance-styled button with css in pyqt5

I came across a button style which I like, I wanted to recreate it for use in pyqt5, using the QPushButton class, and styling it with css. If I can recreate it, I can change it's colours in cool ways. ...
bfh47's user avatar
  • 13
1 vote
0 answers
41 views

PyQT5 VTK Mouse Button Event Mismatch

I am using PyQT5 and VTK for displaying information, and have been using observers to register mouse click events through the interactor style. For some reason, when multiple buttons are clicked, the ...
Adam's user avatar
  • 49
0 votes
1 answer
51 views

'Module {Module_Name} not installed' when running python script using PyQt5

I am trying to build a UI using PyQt5 and python. I built a base using main.qml and some styled qml files in the same directory and it imported fine, but I decided to break everything up into folders ...
Isaac M's user avatar
  • 84
0 votes
0 answers
22 views

How to connect a single NavigationToolbar to 2 Canvases (Matplotlib + PyQt5)

I am working on PyQt application that displays 2 FigureCanvasQTAgg inside of a QWidget. Currently, they are both linked to separate NavigationToolbar2QT objects but I would like to be able to control ...
dund3r's user avatar
  • 1
-1 votes
1 answer
51 views

How to margin text in Textedit with Stylesheet on Qt

I have a project that uses PyQt5 to create a GUI. I used StyleSheet to change the widget appearance. Everything is fine but there is only 1 thing It's not okay. It's about left and center margin of ...
Long96's user avatar
  • 39
0 votes
1 answer
44 views

Automatically expanding and contracting `QTextEdit` for PyQt5

I'm trying to create a custom QTextEdit widget in PyQt5 that automatically expands and contracts based on its content. The widget should grow in height as the user types new lines and shrink when ...
ExUltra's user avatar
0 votes
1 answer
77 views

Unable to execute batch file by Python program

I have a WORKING batch file that I want to execute by my Python program. here is the portion of program related to that task: def execute_batch_file(self): batch_file_path = r'C:\Users\UTENTE\...
Nico's user avatar
  • 3
0 votes
1 answer
17 views

PyQt5 with QSpliter and multi-level tabs

I'm struggling with proper layout of tabs in my GUI. As you can see, the QFrame in righthand side of splitter is not spanning the whole window - I suspect it is happening because it is not added to ...
zadisk8's user avatar
0 votes
0 answers
37 views

PyQt window for python-vlc not possible

I tried litarely every code I found on the internet to start a python-vlc player instance in a window frame made with PyQt but it's no working. The vlc player starts in a new window instead of taking ...
timtombobjohn's user avatar
0 votes
0 answers
9 views

How to disable js logging when using QWebEngineView [duplicate]

I am using QWebEngineView in my pyqt app. I am navigating to tradingview website and it is logging lots of errors continuously. This is making it difficult to find my logs in the mix. How can I stop ...
rsp's user avatar
  • 619
0 votes
0 answers
38 views

How to get the coordinates and/or the ID of a point on left mouse click in VTK PolyData in Python

I have a bunch of random points in a VTK renderer using QVTKRenderWindowInteractor. I can update the scene by generating more random points by clicking on the QT push button as seen in the screenshot. ...
OptimusPrime's user avatar
0 votes
0 answers
37 views

Can Python threads and queues be used to transfer data within in a PyQt5 QApplication? [duplicate]

My Use Case is: I have a Non-Blocking Python module that writes data to a file it uses threading.Thread to handle the Non-Blocking requirement it uses Queue.queue to handle protecting the data that ...
Daryl Kelvasa's user avatar

15 30 50 per page