別記事で扱う予定です。 ①setPen, setFont等でQPainterオブジェクトの構成とカスタマイズを行い、それからdrawTextで描いています。ここでは"Qt"という文字列です。 ②描いた後は、painter.end()を呼び出すことがよくあるのですが、このコードではそういうことは ...
前回は、開発環境を作ってGitHubとかにリポジトリ公開などしました。 今回は、簡単なウインドウをデザインして表示する ...
Run the following commands to setup a python virtual environment, install the requirements int and set the execution flag on the two sample scripts. python3 -m venv ...
This little project shows how to execute external python programs/scripts from inside a C++/Qt widget application. Elements from the source code (and more specifically the method ...