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.
ズームベースを任意のサイズに設定する QwtPlotZoomer を持つ QwtPlot があります。ユーザーがそのウィンドウを超えてズームアウトするのを防ぐにはどうすればよいですか?
APIを使用してこれが可能かどうかはわかりません。しかし、Qwt ではQwtPlotZoomer継承による拡張は非常に簡単です。元のコードでズームがどのように処理されるかを調べ、オーバーライドされたメソッドに独自の制約を実装します。
QwtPlotZoomer