From ad4abdc6fed5ccb90b6159b0632c61372307aefd Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 5 Nov 2009 18:14:59 +0000 Subject: Qwt formula The Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Beside a 2D plot widget it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays, or ranges of type double. --- Library/Formula/qwt.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Library/Formula/qwt.rb (limited to 'Library') diff --git a/Library/Formula/qwt.rb b/Library/Formula/qwt.rb new file mode 100644 index 000000000..ab49ff048 --- /dev/null +++ b/Library/Formula/qwt.rb @@ -0,0 +1,17 @@ +require 'formula' + +class Qwt