Questions tagged [pyside6]

Questions about using PySide6, a Python Qt bindings project for Qt6.

Links

757 questions
-3
votes
1 answer

New way of dark mode in PyQt6/PySide6

There is 'old' way of setting dark mode in PyQt6/Pyside6 answered here: How do I use QT6 Dark Theme with PySide6? But I found official Qt blog post https://www.qt.io/blog/dark-mode-on-windows-11-with-qt-6.5 and I not sure how to applied 'new' way…
emcek
  • 459
  • 1
  • 6
  • 17
-3
votes
1 answer

AttributeError: 'bool' object has no attribute 'specificaccount_radiobutton'

When I run this code, I get an error stating that : AttributeError: 'bool' object has no attribute 'specificaccount_radiobutton' from PySide6.QtWidgets import (QGroupBox, QGridLayout, QLabel, QRadioButton, QComboBox,…
relu
  • 11
  • 2
-3
votes
1 answer

how can I setting the user-agent when in pyside6 WebEngineView

I wrote a Windows software in python and pyside6, in which I opened an interface with QwebEngine, is there any way to define the information such as this embedded browser request header here are my code of this part self.webEngineView =…
whk
  • 15
  • 5
1 2 3
50
51