Questions tagged [pyqt]

An ambiguous tag about both pyqt4 and pyqt5 wrappers in python or python3 around the respective Qt libraries.`

An ambiguous tag about both pyqt4 and pyqt5 wrappers in python or python3 around the respective Qt libraries.

59 questions
60
votes
1 answer

Should I use PyQt or PySide for a new Qt project?

Recently I've been involved in conversations about creating a Quickly template for a Qt and QtQuick Ubuntu app. The idea is to make it as easy to develop Qt apps from concept to package as it is right now with GTK, on which the Ubuntu application…
21
votes
4 answers

Can I develop ubuntu for phones apps in Python?

Does anyone know if we can develop apps for ubuntu for phones in Python ? PyQT / PySide would seem to support also QML. But can we use them on the phones ?
21
votes
3 answers

hplip requires pyqt4

I have upgraded my system from 19.10 to 20.04, everything is working correctly except I cannot load hp-systray or any other parts of the program. The problem I have is pyqt4 available in 20.04 I have been unable to locate it. Terminal error…
Richard W. Seitz
  • 342
  • 1
  • 2
  • 8
17
votes
5 answers

How to install and run qt-designer for python

I'm new to ubuntu, I entered the following commands sudo apt-get install python-pyqt and sudo apt-get install qt-designer. Both the commands executed successfuly but I'm not able to figure out how to launch the qt-designer program.
Satwik
  • 369
13
votes
4 answers

How to install PyQt for Python 3 in Ubuntu 14.10?

I found some tutorials online for earlier versions of Ubuntu but they didn't seem to work on Ubuntu 14.10; either that or I was doing it the wrong way. I want to use Qt Designer to design a GUI, use PyQt to covert it to .py, then use it in…
user392314
11
votes
2 answers

native FAF on ubuntu (QtWebKit on ubuntu 17.04+)

I'm trying to run FAF (natively) in conjunction with FA (through wine) (due to the views this post receives and to how much the methods have updated I've decided to update this question for it to answer as well as ask. check revision history of this…
tatsu
  • 3,346
11
votes
2 answers

Quickly template for PyQt?

Because I like Qt and Python, is there a Quickly template for PyQt similar to the PyGTK one?
burli
  • 2,557
7
votes
3 answers

Where is the reference to the currently used icon theme stored?

There are several related questions, but I found none that really answered this detail: Where is the reference to the current icon theme stored? Since the icon theme can be changed, hence so too the path to its folder, it must be stored somewhere.…
neydroydrec
  • 4,780
6
votes
1 answer

PyQT Creator Qt designer: No such file or directory

There is a bash command that comes with installing PyQT Creator called designer that will run a tool called Qt Designer, found under the Qt Creator package. It helps you create GUIs - pretty cool stuff. There is a problem though... whenever I run…
6
votes
1 answer

ImportError: No module named 'PyQt4.QtWebKit'

I upgraded Ubuntu from 16.04 to 16.10, and python3 code that was previously working, does not work anymore, i.e.: $ python3 Python 3.5.2+ (default, Sep 22 2016, 12:18:14) [GCC 6.2.0 20160927] on linux Type "help", "copyright", "credits" or…
vedar
  • 61
6
votes
1 answer

Pyqt4 on Ubuntu 20.04 install

I use a chess application called "Lucaschess" and it needs PyQt4 module to work. Is it possible to install Pyqt4 on Ubuntu 20.04? I understand that Ubuntu no longer supports this package but is there anyway which I can work around?
C.S.
  • 337
5
votes
1 answer

Programming with DBus using PyQt

I'm trying to write a desktop environment that supports the global menu Before I get started with my main task In PyQt I'm trying to get the dbus code to work with QtDBus as a proof of concept. Here's the pretty-printed output and method signature I…
4
votes
1 answer

Python 3 cannot import third party packages

I have Python version 3.5.2 and I have pip3, so I did sudo pip3 install pyqt5 That got installed in /usr/local/lib/python3.5/dist-packages However when I enter my python 3 interpreter and type import PyQt5 it gives me an error that it can't find…
Shadowfax
  • 201
4
votes
1 answer

How to create appmenu in using python3 and PyQt?

I am looking for a way to create appmenu indicator using python3.2 and pyqt4. Please help me.
harish
  • 43
4
votes
1 answer

python GUI frameworks that support touch devices

Hello everyone I want to know what is the best GUI framework for python that supports touch I've been searching couple of hours and this are results which I found: PyQt5 I heard for Qt and I know it supports touch screen devices but I was searching…
1
2 3 4