Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
0 answers
75 views

I'm using Pyside6 with PyVista for an app we use to visualize and derive measurements from body scan meshes. The issue I'm hitting is with QLabel text overlays with transparent backgrounds. (The ...
2 votes
3 answers
158 views

I tried the word Wrap option in QLabel, but it wraps second word of "Hello World" on next line when size of label shrinks, I need to wrap the single word like "Hello" on character ...
0 votes
0 answers
60 views

I have a QToolBox which has a page, which has a QWidget and the QWidget has a QLabel. How can I access the QLabel only with direct access to the QToolBox? QToolBox* toolBox = new QToolBox; void ...
0 votes
0 answers
26 views

How to load screenshot from img to qLabel without saving image #pyqt5 def click_screenBtn(): try: img = pyautogui.screenshot('screen.png') w.qLabel.setPixmap(QPixmap('screen.png')) ...
0 votes
1 answer
60 views

I have problems displaying a QTableView next to an image (QLabel / QPixmax) in window size. The table as well as the image (original size 600 x 400 pixels) are displayed very small, see attached image....
1 vote
1 answer
758 views

I have upgraded from PyQt5 to PyQt6 (Qt version: 6.7.1) and noticed a change how bold fonts are rendered in QLabels. I typically load a ui file generated from Qt Designer directly with: from PyQt6 ...
0 votes
0 answers
73 views

In my GUI there is a embeded QLabel with "fixed" Size. At least Size is fixed, if user would like to zoom in/out. So there are many very usefull attempts with QLabels resizing due to the ...
0 votes
1 answer
88 views

I am facing a problem with QIcon.fromTheme when loading a .jpg image. I use QIcon.fromTheme to switch icons in the app depending on the theme selected by the user. It works well with .svg icons (for ...
0 votes
1 answer
112 views

There is a QLabel added to the status bar of the main window. When setting a long text, the QLabel expands and expands the window with it. It is necessary that the size of the QLabel and the window do ...
0 votes
1 answer
170 views

I am using class QMainWindow, as hovering doesn't want to work by any way. Code below: - #First imports import PyQt5, sys from PyQt5 import QtWidgets, QtGui, QtCore from PyQt5.QtCore import QTimer, ...
0 votes
0 answers
109 views

So, I am trying to make a whatsapp like app that allow you to chat with someone and works thru using firebase but the thing is message qlabel doesnt work properly. qLabels text is forcing ScrollArea ...
1 vote
1 answer
174 views

I want a Qlabel to appear when the button is pressed, which informs about the work process.But setenabled(True) is called after start_calc is executed.How to fix it? from PyQt5 import QtWidgets ...
0 votes
0 answers
45 views

I have these 2 classes, one makes a custom button with an icon, some formatting and all that, and the other makes a custom tooltop that displays whenever the user hovers over the button, and it moves ...
2 votes
1 answer
851 views

Qt Designer allows me to add a .png file as a QLabel's pixmap, But it's only visible there, and not when running the app, and there are no errors. This occurs when the picture is already included in a ...
1 vote
1 answer
60 views

I have a question about Qlabel. Following is the example of code. While opertaiong the program, I want to show message that the system is operating. But somehow Qlabel message was not updated as I ...

15 30 50 per page
1
2 3 4 5
...
44

AltStyle によって変換されたページ (->オリジナル) /