QWTの基本的なチュートリアルの紹介



Qwt Basic Tutorial Introduction



QWTを学んでからしばらく経ちました。ある程度の理解はあると言えますので、今後の参考のために一連のチュートリアルを作成する予定です。

QWTはQTサードパーティのコントロールライブラリであり、主にデータの視覚化に使用されます。 QWTのインストールについては、私の別の記事にアクセスできます。 QWTをインストールします



以下は、QTソースパッケージのREADMEの内容です。

The Qwt Widget Library ---------------------- Qwt is an extension to the libraries of the Qt Project. The Qwt library contains widgets and components which are primarily useful for technical and scientifical purposes. It includes a 2-D plotting widget, different kinds of sliders, and much more. Qwt is hosted at http://qwt.sf.net Installation ------------ Read INSTALL how to build and install Qwt. Copyright --------- Qwt Widget Library Copyright (C) 1997 Josef Wilgen Copyright (C) 2002 Uwe Rathmann Qwt is published under the Qwt License, Version 1.0. You should have received a copy of this licence in the file COPYING. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

QWTの目的といくつかの著作権情報を簡単に紹介します。



このチュートリアルでは、ソースパッケージの例を資料として使用します。簡単さと難易度の基本的な学習ルールに従って、まずシンプルプロットなどの簡単な例を紹介し、簡単な例から基本的な描画方法を理解し、次にオシロスコープなどのより難しい例を徐々に説明します。これらの高度なケースを模倣するいくつかの高度な機能を実装する方法を習得する。さて、それ以上の苦労なしに、私たちの旅を始めましょう。