Questions tagged [qtpy]

A Python package that provides a uniform layer for PyQt5, PyQt4, PySide2 and PySide.

20 questions
0
votes
0 answers

How to set logging level (enable full debug info) in QtPy

It may seem like a trivial question, but I really can't find how to make my qtpy app display full debug info. I want to achieve an effect similar to what defining QT_MESSAGELOGCONTEXT for C++ build in native Qt does. So is short I want to debug Qt…
Stanowczo
  • 753
  • 5
  • 21
0
votes
0 answers

Using virtual keyboard with python3 and Qt5

I'd like to use Qt's virtual keyboard (Qt5.11.1 or newer?) in my python3 (3.6) project on Win10, but I'm stuck. I have anaconda environment and I'm quite sure the Virtual keyboard is also somewhere in there, because I can find some folders with…
Luka
  • 1
  • 3
0
votes
1 answer

Changing multiple depending comboboxes with Python through pyqt

I am trying to add three depending comboboxes in Qt with python. That means that you can change one combobox which changes the list of items in the secound combobox. There you can select another item which changes the selection in the third…
BergBear
  • 1
  • 3
0
votes
1 answer

dynamically populate comboBox Qt

I am trying to write a small app that compares xml. But right I am having a hard time doing the UI. I have a button that triggers a QFileDialog. I take the string input and populate a combobox. Unfortunately, the combobox stays empty. It seems to…
Marc Wang
  • 171
  • 2
  • 12
0
votes
1 answer

Building standalone desktop GUI app using wxpython

I have created a python script using Mechanize and BeautifulSoup, to login to a website and hardcoded credentials and url in the script. It worked fine. My requirement now is to build a standalone desktop GUI app using wxpython or any other on…
Manoj Kumar
  • 55
  • 11
1
2