Skip to main content

All Questions

Tagged with
0 votes
0 answers
14 views

How to change font size of all QLabel objects PyQt5/PyDM

I wrote a GUI but want to resize the text because the labels in the table are overcrowded (see attachment). Here is the code that created the screen/GUI: '''Set up a table to show the coefficients ...
user26436808's user avatar
0 votes
0 answers
17 views

How to interpolate a 2D Scatter plot in python

I have the following problem: I am working with ultrasonic data from a sector scan. An example is shown in the following: From the file I am reading I receive a 2D array. One dimension is the phase ...
mzr97's user avatar
  • 69
1 vote
0 answers
20 views

PyQt5 QTimeEdit but with start and end time

Is it possible to create some kind of QTimeEdit but with a start and end time, something like HH:mm - HH:mm? I want to put it in a table just like the QTimeEdit. I already tried to set the format of a ...
Zenn De Craene's user avatar
0 votes
0 answers
19 views

QWebEngineView not rendering pydeck html

I am currently trying to open an html file generated with pydeck in a Pyqt5 webview window. I can open it on my browser (firefox, if that's relevant) and it works correctly. However, if I try to open ...
Luis Manuel's user avatar
-1 votes
1 answer
40 views

Create TimeLine field with PyQt5

I need to develop a program to enter time reports. What I do is very similar to time graphics. I was only able to implement scaling, shuffling and pseudo-infinity fields. The main task is to somehow ...
Code725's user avatar
0 votes
0 answers
15 views

Whenever I am maximizing the subwindow in MDI in Pyqt5 the minimize, maximize and close buttons gets hidden in the extreme right top corner

Inside the method, a new QMdiSubWindow object is created, and its content is set to windowRef. The title of the sub-window is set to subWindowTitle. The sub-window is also set to be deleted when it is ...
Arun Agarwal's user avatar
-1 votes
0 answers
47 views

Sort all items of a PyQt5 QMenu

I am using Python 3.11 and Designer from PyQt5 (QT 5.11.1) for design a graphic file. I create the menu once in QDesigner and converted the ui-file "main_form.ui" to an py-file "...
Arthur Meier's user avatar
0 votes
0 answers
13 views

How can I adjust the program dimensions in pyqt5? [duplicate]

Hello gys i have a problem when i link the designe.ui with the python code and i run it the Programme displayed very small , not like when i run it from QT DESIGNER Images : **MY CODE ** from PyQt5....
Habib Mebdoua's user avatar
0 votes
0 answers
15 views

Issue with Draggable Curve Segment and Y-Axis Alignment in PyQt5 PlotWidget

I have been struggling with a problem for about a month. I have used ChatGPT-4o during this time, but it hasn't provided a satisfactory solution. The issue is as follows: When a user clicks on a part ...
negar's user avatar
  • 9
0 votes
0 answers
9 views

PyQT5 WebEngineView no import of js files. Live Server with the same files works

The WebEngineView of pyQT5 does not import needed js modules. Here is a minimal example that runs normally in the Live Server of Visual Studio Code: cube.html (works with Live Server, Demo from three....
Roman's user avatar
  • 1
0 votes
0 answers
29 views

Do I *Always* Need to Access GUI Elements from External Threads Using Signal/Slot in PyQt5?

While developing a Windows-based program using PyQt5, I encountered issues where the GUI was not updating in a timely manner due to long computation or wait times. To resolve this, I moved some ...
김정규's user avatar
0 votes
1 answer
44 views

How to deselect curve when clicking on background in pyqtgraph

I try to deselect a curve by clicking on the background in a pyqtgraph. So when I click on a curve, it is selecting it and when I click on the background or the curve again, it should deselect it. If ...
Souleater's user avatar
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

15 30 50 per page
1
2 3 4 5
805