PythonでGUIアプリの開発の話。2周回って再びPySide6に戻ってきた。そう、最初にPythonでGUIをどのライブラリで実装しようか検討した際に最初に結論を出したときの決定候補、PySide6だったのだ。これがなぜかPySimpleGUIが出てきて色々混乱し、結局検討候補を全部 ...
本記事では、Java (Swing) / JavaFX とPython におけるレイアウトの違いを下表に示す。 図1. Java Swing とPython のレイアウトの違い FlowLayout と pack() JavaのFlowLayoutは、要素を順番に配置するシンプルなレイアウト。 Tkinterのpack()も似た動作をするが、配置方向(上下 ...
This module introduces how to develop Graphical User Interfaces (GUI) by ‘dragging and dropping’ various application parts in Python. Specifically, to accomplish this task a program called PyQt will ...
The goal of this Technological Initiation project was to automate a measurement instrument for the Physics Laboratory at UTFPR - Toledo Campus. The equipment is a Keithley 2614B (Source Measure Unit - ...