Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データ監視プログラムを作成するためにpyqthraphを使用しています。
まず、qt desiner を開き、いくつかの pyqtgraph.PlotWidgets を追加しました。次に、それを ui ファイルとして保存し、次のようにファイルを呼び出しました。
uic.loadUi('untitle.ui', self)
うまくいきました。
次に、pyqtgraph.PlotWidget派生クラスを作成しました。しかし、クラスをuiにリンクする方法がわかりません。
pyqtgraph.PlotWidget