docker-pyqt5 icon indicating copy to clipboard operation
docker-pyqt5 copied to clipboard

Dockerfile for development of GUI applications with Python 3 + PyQt5

Results 7 docker-pyqt5 issues
Sort by recently updated
recently updated
newest added

Hi, I try to run Qt5 application with Docker, when I run with qtuser it works well. However, when I try to run with the root user, I got the...

Greetings, I am trying to run the linux example: ``` docker run --rm -it \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e DISPLAY=$DISPLAY \ -u qtuser \ jozo/pyqt5 python3 /tmp/hello.py ``` and receive...

Hi, I am trying to test out this Dockerfile but can't seem to get it to work. I ran the command as you said in your README, but got this...

I am sure that my container can print chinese with python , but can not display chinese char in pyqt commponent .

from PyQt5.QtWidgets import QApplication, QWidget, QLabel ImportError: libQt5Core.so.5: cannot open shared object file: No such file or directory 这是为什么?

## Description support chinese language in pyqt5 image. ## Related Issue #9

![image](https://user-images.githubusercontent.com/79828908/204955063-c9db36d2-9120-497b-9c94-ef3327b5f008.png)