この記事では、PyQt6 を使って、 iOS アプリをつくる手順を書こうと思います。とりあえず簡単な Todoアプリを作ってみます。 PyQt6の解説というより、PyQtのプログラムを iOS用にコンパイルするところがメインです。 世間的には、 Python で iOS アプリを作ると ...
今回はOpenCVで読み込んだ画像を「Qt」で作成したウィンドウ上に表示する。公式サイトは以下だが、ざっと概要を見るにはWikipediaのほうがわかりやすい。 OpenCVで読み込んだ「画像オブジェクト(numpy.ndarray)」から「QImageオブジェクト」を作ればよい。なお ...
This repository contains 100s of GUI examples written in Python. From complete working applications to reusable widgets snippets, these examples can be freely re-used, re-mixed and tweaked to build ...