[Slackbuilds-users] qwt-6.1.6 fails to build

Rich Shepard rshepard at appl-ecosys.com
Sun Jan 17 18:24:39 UTC 2021


The wqt upgrade in today's list failed to build. The log of the build
attempt is attached. Installed here is qt5-5.12.8-x86_64-1_SBo so I don't
understand why qwt is building against qt4.

What was not captured in the attached file are these lines:
patching file qwtconfig.pri
Hunk #4 succeeded at 60 with fuzz 1.
Hunk #5 succeeded at 137 with fuzz 1.
patching file src/src.pro
patching file designer/designer.pro
Hunk #1 succeeded at 98 (offset 15 lines).
patching file examples/examples.pri
Info: creating stash file /tmp/SBo/qwt-6.1.6/build-qt4/.qmake.stash
cd src/ && ( test -e Makefile || /usr/lib64/qt5/bin/qmake -o Makefile /tmp/SBo/qwt-6.1.6/src/src.pro LIBDIRSUFFIX=64 ) && make -f Makefile 
make[1]: Entering directory '/tmp/SBo/qwt-6.1.6/build-qt4/src'
compiling ../../src/qwt_abstract_scale_draw.cpp
In file included from /usr/include/c++/5.5.0/type_traits:35:0,
                  from /usr/include/qt5/QtCore/qglobal.h:45,
                  from ../../src/qwt_global.h:13,
                  from ../../src/qwt_abstract_scale_draw.h:13,
                  from ../../src/qwt_abstract_scale_draw.cpp:10:
/usr/include/c++/5.5.0/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
  #error This file requires compiler and library support \
   ^
In file included from /usr/include/qt5/QtCore/qglobal.h:105:0,
                  from ../../src/qwt_global.h:13,
                  from ../../src/qwt_abstract_scale_draw.h:13,
                  from ../../src/qwt_abstract_scale_draw.cpp:10:
/usr/include/qt5/QtCore/qcompilerdetection.h:564:6: error: #error Qt requires a C++11 compiler and yours does not seem to be that.
  #    error Qt requires a C++11 compiler and yours does not seem to be that.
       ^
In file included from /usr/include/qt5/QtCore/qatomic.h:46:0,
                  from /usr/include/qt5/QtCore/qglobal.h:1210,
                  from ../../src/qwt_global.h:13,
                  from ../../src/qwt_abstract_scale_draw.h:13,
                  from ../../src/qwt_abstract_scale_draw.cpp:10:
/usr/include/qt5/QtCore/qbasicatomic.h:61:4: error: #error "Qt requires C++11 support"
  #  error "Qt requires C++11 support"
     ^
In file included from ../../src/qwt_global.h:13:0,
                  from ../../src/qwt_abstract_scale_draw.h:13,
                  from ../../src/qwt_abstract_scale_draw.cpp:10:
/usr/include/qt5/QtCore/qglobal.h:505:7: error: expected nested-name-specifier before ‘qsizetype’
  using qsizetype = QIntegerForSizeof<std::size_t>::Signed;
        ^
/usr/include/qt5/QtCore/qglobal.h:963:32: error: ‘add_const’ in namespace ‘std’ does not name a template type
  Q_DECL_CONSTEXPR typename std::add_const<T>::type &qAsConst(T &t) Q_DECL_NOTHROW { return t; }
                                 ^
/usr/include/qt5/QtCore/qglobal.h:963:41: error: expected unqualified-id before ‘<’ token
  Q_DECL_CONSTEXPR typename std::add_const<T>::type &qAsConst(T &t) Q_DECL_NOTHROW { return t; }
                                          ^
/usr/include/qt5/QtCore/qglobal.h:966:23: error: expected ‘,’ or ‘...’ before ‘&&’ token
  void qAsConst(const T &&) Q_DECL_EQ_DELETE;
                        ^
/usr/include/qt5/QtCore/qglobal.h:977:25: error: expected ‘,’ or ‘...’ before ‘&&’ token
      QForeachContainer(T &&t) : c(std::move(t)), i(qAsConst(c).begin()), e(qAsConst(c).end())  {}
                          ^
/usr/include/qt5/QtCore/qglobal.h:979:41: error: expected ‘,’ or ‘...’ before ‘&&’ token
      QForeachContainer(QForeachContainer &&other)
                                          ^
/usr/include/qt5/QtCore/qglobal.h:979:48: error: invalid constructor; you probably meant ‘QtPrivate::QForeachContainer<T> (const QtPrivate::QForeachContainer<T>&)’
      QForeachContainer(QForeachContainer &&other)
                                                 ^
/usr/include/qt5/QtCore/qglobal.h:987:52: error: expected ‘,’ or ‘...’ before ‘&&’ token
      QForeachContainer &operator=(QForeachContainer &&other)
                                                     ^
/usr/include/qt5/QtCore/qglobal.h: In constructor ‘QtPrivate::QForeachContainer<T>::QForeachContainer(T)’:
/usr/include/qt5/QtCore/qglobal.h:977:34: error: ‘move’ is not a member of ‘std’
      QForeachContainer(T &&t) : c(std::move(t)), i(qAsConst(c).begin()), e(qAsConst(c).end())  {}
                                   ^
/usr/include/qt5/QtCore/qglobal.h:977:44: error: ‘t’ was not declared in this scope
      QForeachContainer(T &&t) : c(std::move(t)), i(qAsConst(c).begin()), e(qAsConst(c).end())  {}
                                             ^
/usr/include/qt5/QtCore/qglobal.h: In member function ‘QtPrivate::QForeachContainer<T>& QtPrivate::QForeachContainer<T>::operator=(QtPrivate::QForeachContainer<T>)’:
/usr/include/qt5/QtCore/qglobal.h:989:13: error: ‘move’ is not a member of ‘std’
          c = std::move(other.c);
              ^
/usr/include/qt5/QtCore/qglobal.h:989:23: error: ‘other’ was not declared in this scope
          c = std::move(other.c);
                        ^
/usr/include/qt5/QtCore/qglobal.h:992:19: error: ‘move’ is not a member of ‘std’
          control = std::move(other.control);
                    ^
/usr/include/qt5/QtCore/qglobal.h: At global scope:
/usr/include/qt5/QtCore/qglobal.h:1002:33: error: ‘decay’ in namespace ‘std’ does not name a template type
  QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
                                  ^
/usr/include/qt5/QtCore/qglobal.h:1002:38: error: expected template-argument before ‘<’ token
  QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
                                       ^
/usr/include/qt5/QtCore/qglobal.h:1002:38: error: expected ‘>’ before ‘<’ token
/usr/include/qt5/QtCore/qglobal.h:1002:47: error: template argument 1 is invalid
  QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
                                                ^
/usr/include/qt5/QtCore/qglobal.h:1002:49: error: expected ‘::’ before ‘qMakeForeachContainer’
  QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
                                                  ^
/usr/include/qt5/QtCore/qglobal.h:1002:73: error: expected ‘,’ or ‘...’ before ‘&&’ token
  QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
                                                                          ^
/usr/include/qt5/QtCore/qglobal.h: In function ‘int QtPrivate::qMakeForeachContainer(T)’:
/usr/include/qt5/QtCore/qglobal.h:1004:44: error: ‘decay’ in namespace ‘std’ does not name a template type
      return QForeachContainer<typename std::decay<T>::type>(std::forward<T>(t));
                                             ^
/usr/include/qt5/QtCore/qglobal.h:1004:49: error: expected template-argument before ‘<’ token
      return QForeachContainer<typename std::decay<T>::type>(std::forward<T>(t));
                                                  ^
/usr/include/qt5/QtCore/qglobal.h:1004:49: error: expected ‘>’ before ‘<’ token
/usr/include/qt5/QtCore/qglobal.h:1004:58: error: template argument 1 is invalid
      return QForeachContainer<typename std::decay<T>::type>(std::forward<T>(t));
                                                           ^
/usr/include/qt5/QtCore/qglobal.h:1004:59: error: expected ‘::’ before ‘(’ token
      return QForeachContainer<typename std::decay<T>::type>(std::forward<T>(t));
                                                            ^
/usr/include/qt5/QtCore/qglobal.h:1004:59: error: expected identifier before ‘(’ token
/usr/include/qt5/QtCore/qglobal.h:1004:60: error: ‘forward’ is not a member of ‘std’
      return QForeachContainer<typename std::decay<T>::type>(std::forward<T>(t));
                                                             ^
/usr/include/qt5/QtCore/qglobal.h:1004:74: error: expected primary-expression before ‘>’ token
      return QForeachContainer<typename std::decay<T>::type>(std::forward<T>(t));
                                                                           ^
/usr/include/qt5/QtCore/qglobal.h:1004:76: error: ‘t’ was not declared in this scope
      return QForeachContainer<typename std::decay<T>::type>(std::forward<T>(t));
                                                                             ^
/usr/include/qt5/QtCore/qglobal.h: At global scope:
/usr/include/qt5/QtCore/qglobal.h:1038:70: error: expected type-specifier before ‘decltype’
  template <typename Ptr> inline auto qGetPtrHelper(const Ptr &ptr) -> decltype(ptr.operator->()) { r
                                                                       ^
/usr/include/qt5/QtCore/qglobal.h:1038:70: error: expected initializer before ‘decltype’
/usr/include/qt5/QtCore/qglobal.h:1172:79: error: ‘nullptr’ was not declared in this scope
  Q_CORE_EXPORT int  qEnvironmentVariableIntValue(const char *varName, bool *ok=nullptr) Q_DECL_NOEXC
                                                                                ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1204:0,
                  from ../../src/qwt_global.h:13,
                  from ../../src/qwt_abstract_scale_draw.h:13,
                  from ../../src/qwt_abstract_scale_draw.cpp:10:
/usr/include/qt5/QtCore/qtypeinfo.h:61:25: error: ‘is_enum’ is not a member of ‘std’
          isSpecialized = std::is_enum<T>::value, // don't require every enum to be marked manually
                          ^
/usr/include/qt5/QtCore/qtypeinfo.h:61:39: error: expected primary-expression before ‘>’ token
          isSpecialized = std::is_enum<T>::value, // don't require every enum to be marked manually
                                        ^
/usr/include/qt5/QtCore/qtypeinfo.h:61:40: error: ‘::value’ has not been declared
          isSpecialized = std::is_enum<T>::value, // don't require every enum to be marked manually
                                         ^
/usr/include/qt5/QtCore/qtypeinfo.h:63:22: error: ‘is_integral’ is not a member of ‘std’
          isIntegral = std::is_integral<T>::value,
                       ^
/usr/include/qt5/QtCore/qtypeinfo.h:63:40: error: expected primary-expression before ‘>’ token
          isIntegral = std::is_integral<T>::value,
                                         ^
/usr/include/qt5/QtCore/qtypeinfo.h:63:41: error: ‘::value’ has not been declared
          isIntegral = std::is_integral<T>::value,
                                          ^
/usr/include/qt5/QtCore/qtypeinfo.h:64:37: error: ‘is_enum’ is not a member of ‘std’
          isComplex = !isIntegral && !std::is_enum<T>::value,
                                      ^
/usr/include/qt5/QtCore/qtypeinfo.h:64:51: error: expected primary-expression before ‘>’ token
          isComplex = !isIntegral && !std::is_enum<T>::value,
                                                    ^
/usr/include/qt5/QtCore/qtypeinfo.h:64:52: error: ‘::value’ has not been declared
          isComplex = !isIntegral && !std::is_enum<T>::value,
                                                     ^
/usr/include/qt5/QtCore/qtypeinfo.h:66:25: error: ‘is_enum’ is not a member of ‘std’
          isRelocatable = std::is_enum<T>::value,
                          ^
/usr/include/qt5/QtCore/qtypeinfo.h:66:39: error: expected primary-expression before ‘>’ token
          isRelocatable = std::is_enum<T>::value,
                                        ^
/usr/include/qt5/QtCore/qtypeinfo.h:66:40: error: ‘::value’ has not been declared
          isRelocatable = std::is_enum<T>::value,
                                         ^
/usr/include/qt5/QtCore/qtypeinfo.h:130:40: error: ‘enable_if’ in namespace ‘std’ does not name a template type
  struct QTypeInfoQuery<T, typename std::enable_if<QTypeInfo<T>::isRelocatable || true>::type> : publ
                                         ^
/usr/include/qt5/QtCore/qtypeinfo.h:130:49: error: expected template-argument before ‘<’ token
  struct QTypeInfoQuery<T, typename std::enable_if<QTypeInfo<T>::isRelocatable || true>::type> : publ
                                                  ^
/usr/include/qt5/QtCore/qtypeinfo.h:130:49: error: expected ‘>’ before ‘<’ token
/usr/include/qt5/QtCore/qtypeinfo.h:130:92: error: template argument 2 is invalid
  uct QTypeInfoQuery<T, typename std::enable_if<QTypeInfo<T>::isRelocatable || true>::type> : public
                                                                                          ^
/usr/include/qt5/QtCore/qtypeinfo.h:130:94: error: expected ‘::’ before ‘:’ token
  t QTypeInfoQuery<T, typename std::enable_if<QTypeInfo<T>::isRelocatable || true>::type> : public QT
                                                                                          ^
/usr/include/qt5/QtCore/qtypeinfo.h:130:94: error: expected identifier before ‘:’ token
/usr/include/qt5/QtCore/qtypeinfo.h:130:94: error: qualified name does not name a class before ‘:’ token
/usr/include/qt5/QtCore/qtypeinfo.h:130:94: error: expected ‘{’ before ‘:’ token
/usr/include/qt5/QtCore/qtypeinfo.h:130:94: error: expected unqualified-id before ‘:’ token
/usr/include/qt5/QtCore/qtypeinfo.h:270:1: error: ‘is_integral’ is not a member of ‘std’
  Q_DECLARE_TYPEINFO_BODY(QFlags<T>, Q_PRIMITIVE_TYPE);
  ^
/usr/include/qt5/QtCore/qtypeinfo.h:270:1: error: expected primary-expression before ‘>’ token
  Q_DECLARE_TYPEINFO_BODY(QFlags<T>, Q_PRIMITIVE_TYPE);
  ^
/usr/include/qt5/QtCore/qtypeinfo.h:270:1: error: ‘::value’ has not been declared
  Q_DECLARE_TYPEINFO_BODY(QFlags<T>, Q_PRIMITIVE_TYPE);
  ^
/usr/include/qt5/QtCore/qtypeinfo.h:300:1: error: ‘is_integral’ is not a member of ‘std’
  Q_DECLARE_TYPEINFO(bool, Q_PRIMITIVE_TYPE);
  ^
/usr/include/qt5/QtCore/qtypeinfo.h:300:1: error: expected primary-expression before ‘bool’
  Q_DECLARE_TYPEINFO(bool, Q_PRIMITIVE_TYPE);
  ^
/usr/include/qt5/QtCore/qtypeinfo.h:300:1: error: expected ‘}’ before ‘bool’
/usr/include/qt5/QtCore/qtypeinfo.h:300:1: error: expected unqualified-id before ‘>’ token
  Q_DECLARE_TYPEINFO(bool, Q_PRIMITIVE_TYPE);
  ^
/usr/include/qt5/QtCore/qtypeinfo.h:300:1: error: expected declaration before ‘}’ token
  Q_DECLARE_TYPEINFO(bool, Q_PRIMITIVE_TYPE);
  ^
make[1]: *** [obj/qwt_abstract_scale_draw.o] Error 1
Makefile:1447: recipe for target 'obj/qwt_abstract_scale_draw.o' failed
make[1]: Leaving directory '/tmp/SBo/qwt-6.1.6/build-qt4/src'
make: *** [sub-src-make_first-ordered] Error 2
Makefile:50: recipe for target 'sub-src-make_first-ordered' failed

Please advise,

Rich
-------------- next part --------------
qwt-6.1.6/
qwt-6.1.6/CHANGES-6.1
qwt-6.1.6/playground/
qwt-6.1.6/playground/playground.pri
qwt-6.1.6/playground/svgmap/
qwt-6.1.6/playground/svgmap/svgmap.pro
qwt-6.1.6/playground/svgmap/main.cpp
qwt-6.1.6/playground/svgmap/plot.h
qwt-6.1.6/playground/svgmap/plot.cpp
qwt-6.1.6/playground/graphicscale/
qwt-6.1.6/playground/graphicscale/canvas.cpp
qwt-6.1.6/playground/graphicscale/main.cpp
qwt-6.1.6/playground/graphicscale/mainwindow.cpp
qwt-6.1.6/playground/graphicscale/canvas.h
qwt-6.1.6/playground/graphicscale/mainwindow.h
qwt-6.1.6/playground/graphicscale/graphicscale.pro
qwt-6.1.6/playground/playground.pro
qwt-6.1.6/playground/rescaler/
qwt-6.1.6/playground/rescaler/main.cpp
qwt-6.1.6/playground/rescaler/mainwindow.cpp
qwt-6.1.6/playground/rescaler/plot.h
qwt-6.1.6/playground/rescaler/rescaler.pro
qwt-6.1.6/playground/rescaler/plot.cpp
qwt-6.1.6/playground/rescaler/mainwindow.h
qwt-6.1.6/playground/timescale/
qwt-6.1.6/playground/timescale/panel.cpp
qwt-6.1.6/playground/timescale/panel.h
qwt-6.1.6/playground/timescale/main.cpp
qwt-6.1.6/playground/timescale/mainwindow.cpp
qwt-6.1.6/playground/timescale/plot.h
qwt-6.1.6/playground/timescale/timescale.pro
qwt-6.1.6/playground/timescale/settings.h
qwt-6.1.6/playground/timescale/plot.cpp
qwt-6.1.6/playground/timescale/mainwindow.h
qwt-6.1.6/playground/plotmatrix/
qwt-6.1.6/playground/plotmatrix/plotmatrix.pro
qwt-6.1.6/playground/plotmatrix/plotmatrix.h
qwt-6.1.6/playground/plotmatrix/main.cpp
qwt-6.1.6/playground/plotmatrix/plotmatrix.cpp
qwt-6.1.6/playground/scaleengine/
qwt-6.1.6/playground/scaleengine/scaleengine.cpp
qwt-6.1.6/playground/scaleengine/transformplot.h
qwt-6.1.6/playground/scaleengine/scaleengine.pro
qwt-6.1.6/playground/scaleengine/mainwindow.cpp
qwt-6.1.6/playground/scaleengine/plot.h
qwt-6.1.6/playground/scaleengine/transformplot.cpp
qwt-6.1.6/playground/scaleengine/plot.cpp
qwt-6.1.6/playground/scaleengine/mainwindow.h
qwt-6.1.6/playground/shapes/
qwt-6.1.6/playground/shapes/shapes.pro
qwt-6.1.6/playground/shapes/shapes.cpp
qwt-6.1.6/playground/symbols/
qwt-6.1.6/playground/symbols/symbols.cpp
qwt-6.1.6/playground/symbols/symbols.pro
qwt-6.1.6/playground/curvetracker/
qwt-6.1.6/playground/curvetracker/curvetracker.pro
qwt-6.1.6/playground/curvetracker/curvetracker.cpp
qwt-6.1.6/playground/curvetracker/main.cpp
qwt-6.1.6/playground/curvetracker/plot.h
qwt-6.1.6/playground/curvetracker/plot.cpp
qwt-6.1.6/playground/curvetracker/curvetracker.h
qwt-6.1.6/textengines/
qwt-6.1.6/textengines/textengines.pro
qwt-6.1.6/textengines/textengines.pri
qwt-6.1.6/textengines/mathml/
qwt-6.1.6/textengines/mathml/qwt_mml_document.cpp
qwt-6.1.6/textengines/mathml/qtmmlwidget-license
qwt-6.1.6/textengines/mathml/qwt_mathml_text_engine.h
qwt-6.1.6/textengines/mathml/qwt_mathml_text_engine.cpp
qwt-6.1.6/textengines/mathml/qwt_mml_document.h
qwt-6.1.6/textengines/mathml/qwtmathml.prf
qwt-6.1.6/textengines/mathml/mathml.pro
qwt-6.1.6/examples/
qwt-6.1.6/examples/distrowatch/
qwt-6.1.6/examples/distrowatch/main.cpp
qwt-6.1.6/examples/distrowatch/barchart.h
qwt-6.1.6/examples/distrowatch/distrowatch.pro
qwt-6.1.6/examples/distrowatch/barchart.cpp
qwt-6.1.6/examples/bode/
qwt-6.1.6/examples/bode/main.cpp
qwt-6.1.6/examples/bode/mainwindow.cpp
qwt-6.1.6/examples/bode/plot.h
qwt-6.1.6/examples/bode/complexnumber.h
qwt-6.1.6/examples/bode/pixmaps.h
qwt-6.1.6/examples/bode/plot.cpp
qwt-6.1.6/examples/bode/bode.pro
qwt-6.1.6/examples/bode/mainwindow.h
qwt-6.1.6/examples/curvdemo1/
qwt-6.1.6/examples/curvdemo1/curvdemo1.pro
qwt-6.1.6/examples/curvdemo1/curvdemo1.cpp
qwt-6.1.6/examples/controls/
qwt-6.1.6/examples/controls/dialtab.h
qwt-6.1.6/examples/controls/knobtab.h
qwt-6.1.6/examples/controls/wheelbox.cpp
qwt-6.1.6/examples/controls/knobbox.h
qwt-6.1.6/examples/controls/slidertab.h
qwt-6.1.6/examples/controls/slidertab.cpp
qwt-6.1.6/examples/controls/controls.pro
qwt-6.1.6/examples/controls/dialbox.h
qwt-6.1.6/examples/controls/main.cpp
qwt-6.1.6/examples/controls/dialtab.cpp
qwt-6.1.6/examples/controls/knobbox.cpp
qwt-6.1.6/examples/controls/knobtab.cpp
qwt-6.1.6/examples/controls/wheeltab.cpp
qwt-6.1.6/examples/controls/wheelbox.h
qwt-6.1.6/examples/controls/sliderbox.cpp
qwt-6.1.6/examples/controls/dialbox.cpp
qwt-6.1.6/examples/controls/wheeltab.h
qwt-6.1.6/examples/controls/sliderbox.h
qwt-6.1.6/examples/tvplot/
qwt-6.1.6/examples/tvplot/tvplot.cpp
qwt-6.1.6/examples/tvplot/tvplot.pro
qwt-6.1.6/examples/tvplot/main.cpp
qwt-6.1.6/examples/tvplot/tvplot.h
qwt-6.1.6/examples/spectrogram/
qwt-6.1.6/examples/spectrogram/spectrogram.pro
qwt-6.1.6/examples/spectrogram/main.cpp
qwt-6.1.6/examples/spectrogram/plot.h
qwt-6.1.6/examples/spectrogram/plot.cpp
qwt-6.1.6/examples/dials/
qwt-6.1.6/examples/dials/speedo_meter.h
qwt-6.1.6/examples/dials/cockpit_grid.cpp
qwt-6.1.6/examples/dials/speedo_meter.cpp
qwt-6.1.6/examples/dials/cockpit_grid.h
qwt-6.1.6/examples/dials/attitude_indicator.cpp
qwt-6.1.6/examples/dials/attitude_indicator.h
qwt-6.1.6/examples/dials/compass_grid.cpp
qwt-6.1.6/examples/dials/compass_grid.h
qwt-6.1.6/examples/dials/dials.pro
qwt-6.1.6/examples/dials/dials.cpp
qwt-6.1.6/examples/sysinfo/
qwt-6.1.6/examples/sysinfo/sysinfo.pro
qwt-6.1.6/examples/sysinfo/sysinfo.cpp
qwt-6.1.6/examples/examples.pri
qwt-6.1.6/examples/scatterplot/
qwt-6.1.6/examples/scatterplot/scatterplot.pro
qwt-6.1.6/examples/scatterplot/main.cpp
qwt-6.1.6/examples/scatterplot/mainwindow.cpp
qwt-6.1.6/examples/scatterplot/plot.h
qwt-6.1.6/examples/scatterplot/plot.cpp
qwt-6.1.6/examples/scatterplot/mainwindow.h
qwt-6.1.6/examples/event_filter/
qwt-6.1.6/examples/event_filter/event_filter.pro
qwt-6.1.6/examples/event_filter/scalepicker.h
qwt-6.1.6/examples/event_filter/colorbar.h
qwt-6.1.6/examples/event_filter/canvaspicker.cpp
qwt-6.1.6/examples/event_filter/scalepicker.cpp
qwt-6.1.6/examples/event_filter/plot.h
qwt-6.1.6/examples/event_filter/colorbar.cpp
qwt-6.1.6/examples/event_filter/event_filter.cpp
qwt-6.1.6/examples/event_filter/README
qwt-6.1.6/examples/event_filter/plot.cpp
qwt-6.1.6/examples/event_filter/canvaspicker.h
qwt-6.1.6/examples/examples.pro
qwt-6.1.6/examples/stockchart/
qwt-6.1.6/examples/stockchart/quotefactory.cpp
qwt-6.1.6/examples/stockchart/stockchart.pro
qwt-6.1.6/examples/stockchart/legend.h
qwt-6.1.6/examples/stockchart/griditem.h
qwt-6.1.6/examples/stockchart/legend.cpp
qwt-6.1.6/examples/stockchart/quotefactory.h
qwt-6.1.6/examples/stockchart/main.cpp
qwt-6.1.6/examples/stockchart/plot.h
qwt-6.1.6/examples/stockchart/plot.cpp
qwt-6.1.6/examples/stockchart/griditem.cpp
qwt-6.1.6/examples/oscilloscope/
qwt-6.1.6/examples/oscilloscope/samplingthread.cpp
qwt-6.1.6/examples/oscilloscope/signaldata.h
qwt-6.1.6/examples/oscilloscope/signaldata.cpp
qwt-6.1.6/examples/oscilloscope/wheelbox.cpp
qwt-6.1.6/examples/oscilloscope/main.cpp
qwt-6.1.6/examples/oscilloscope/oscilloscope.pro
qwt-6.1.6/examples/oscilloscope/mainwindow.cpp
qwt-6.1.6/examples/oscilloscope/osci.css
qwt-6.1.6/examples/oscilloscope/plot.h
qwt-6.1.6/examples/oscilloscope/knob.cpp
qwt-6.1.6/examples/oscilloscope/wheelbox.h
qwt-6.1.6/examples/oscilloscope/samplingthread.h
qwt-6.1.6/examples/oscilloscope/curvedata.h
qwt-6.1.6/examples/oscilloscope/knob.h
qwt-6.1.6/examples/oscilloscope/plot.cpp
qwt-6.1.6/examples/oscilloscope/mainwindow.h
qwt-6.1.6/examples/oscilloscope/curvedata.cpp
qwt-6.1.6/examples/realtime/
qwt-6.1.6/examples/realtime/incrementalplot.h
qwt-6.1.6/examples/realtime/clear.xpm
qwt-6.1.6/examples/realtime/randomplot.h
qwt-6.1.6/examples/realtime/scrollzoomer.cpp
qwt-6.1.6/examples/realtime/scrollbar.cpp
qwt-6.1.6/examples/realtime/scrollbar.h
qwt-6.1.6/examples/realtime/main.cpp
qwt-6.1.6/examples/realtime/mainwindow.cpp
qwt-6.1.6/examples/realtime/incrementalplot.cpp
qwt-6.1.6/examples/realtime/realtime.pro
qwt-6.1.6/examples/realtime/scrollzoomer.h
qwt-6.1.6/examples/realtime/randomplot.cpp
qwt-6.1.6/examples/realtime/README
qwt-6.1.6/examples/realtime/start.xpm
qwt-6.1.6/examples/realtime/mainwindow.h
qwt-6.1.6/examples/rasterview/
qwt-6.1.6/examples/rasterview/main.cpp
qwt-6.1.6/examples/rasterview/plot.h
qwt-6.1.6/examples/rasterview/rasterview.pro
qwt-6.1.6/examples/rasterview/plot.cpp
qwt-6.1.6/examples/friedberg/
qwt-6.1.6/examples/friedberg/friedberg2007.cpp
qwt-6.1.6/examples/friedberg/friedberg.pro
qwt-6.1.6/examples/friedberg/friedberg2007.h
qwt-6.1.6/examples/friedberg/main.cpp
qwt-6.1.6/examples/friedberg/plot.h
qwt-6.1.6/examples/friedberg/plot.cpp
qwt-6.1.6/examples/stylesheets/
qwt-6.1.6/examples/stylesheets/blue.css
qwt-6.1.6/examples/stylesheets/rosy.css
qwt-6.1.6/examples/stylesheets/choco.css
qwt-6.1.6/examples/stylesheets/oily.css
qwt-6.1.6/examples/refreshtest/
qwt-6.1.6/examples/refreshtest/panel.cpp
qwt-6.1.6/examples/refreshtest/circularbuffer.h
qwt-6.1.6/examples/refreshtest/circularbuffer.cpp
qwt-6.1.6/examples/refreshtest/refreshtest.pro
qwt-6.1.6/examples/refreshtest/panel.h
qwt-6.1.6/examples/refreshtest/main.cpp
qwt-6.1.6/examples/refreshtest/mainwindow.cpp
qwt-6.1.6/examples/refreshtest/plot.h
qwt-6.1.6/examples/refreshtest/settings.h
qwt-6.1.6/examples/refreshtest/plot.cpp
qwt-6.1.6/examples/refreshtest/mainwindow.h
qwt-6.1.6/examples/sinusplot/
qwt-6.1.6/examples/sinusplot/sinusplot.cpp
qwt-6.1.6/examples/sinusplot/sinusplot.pro
qwt-6.1.6/examples/animation/
qwt-6.1.6/examples/animation/main.cpp
qwt-6.1.6/examples/animation/animation.pro
qwt-6.1.6/examples/animation/plot.h
qwt-6.1.6/examples/animation/plot.cpp
qwt-6.1.6/examples/simpleplot/
qwt-6.1.6/examples/simpleplot/simpleplot.pro
qwt-6.1.6/examples/simpleplot/simpleplot.cpp
qwt-6.1.6/examples/legends/
qwt-6.1.6/examples/legends/panel.cpp
qwt-6.1.6/examples/legends/panel.h
qwt-6.1.6/examples/legends/main.cpp
qwt-6.1.6/examples/legends/legends.pro
qwt-6.1.6/examples/legends/mainwindow.cpp
qwt-6.1.6/examples/legends/plot.h
qwt-6.1.6/examples/legends/settings.h
qwt-6.1.6/examples/legends/plot.cpp
qwt-6.1.6/examples/legends/mainwindow.h
qwt-6.1.6/examples/cpuplot/
qwt-6.1.6/examples/cpuplot/cpuplot.h
qwt-6.1.6/examples/cpuplot/cpupiemarker.h
qwt-6.1.6/examples/cpuplot/cpustat.h
qwt-6.1.6/examples/cpuplot/cpupiemarker.cpp
qwt-6.1.6/examples/cpuplot/cpustat.cpp
qwt-6.1.6/examples/cpuplot/cpuplot.pro
qwt-6.1.6/examples/cpuplot/cpuplot.cpp
qwt-6.1.6/examples/radio/
qwt-6.1.6/examples/radio/radio.cpp
qwt-6.1.6/examples/radio/tunerfrm.h
qwt-6.1.6/examples/radio/ampfrm.cpp
qwt-6.1.6/examples/radio/tunerfrm.cpp
qwt-6.1.6/examples/radio/mainwindow.cpp
qwt-6.1.6/examples/radio/ampfrm.h
qwt-6.1.6/examples/radio/radio.pro
qwt-6.1.6/examples/radio/mainwindow.h
qwt-6.1.6/examples/itemeditor/
qwt-6.1.6/examples/itemeditor/shapefactory.cpp
qwt-6.1.6/examples/itemeditor/itemeditor.pro
qwt-6.1.6/examples/itemeditor/shapefactory.h
qwt-6.1.6/examples/itemeditor/editor.cpp
qwt-6.1.6/examples/itemeditor/main.cpp
qwt-6.1.6/examples/itemeditor/plot.h
qwt-6.1.6/examples/itemeditor/editor.h
qwt-6.1.6/examples/itemeditor/plot.cpp
qwt-6.1.6/examples/barchart/
qwt-6.1.6/examples/barchart/main.cpp
qwt-6.1.6/examples/barchart/barchart.h
qwt-6.1.6/examples/barchart/barchart.pro
qwt-6.1.6/examples/barchart/barchart.cpp
qwt-6.1.6/qwtfunctions.pri
qwt-6.1.6/COPYING
qwt-6.1.6/INSTALL
qwt-6.1.6/src/
qwt-6.1.6/src/qwt_legend_data.cpp
qwt-6.1.6/src/qwt_plot_histogram.cpp
qwt-6.1.6/src/qwt_pixel_matrix.cpp
qwt-6.1.6/src/qwt_scale_widget.cpp
qwt-6.1.6/src/qwt_thermo.h
qwt-6.1.6/src/qwt_arrow_button.h
qwt-6.1.6/src/qwt_plot_abstract_barchart.cpp
qwt-6.1.6/src/qwt_plot_glcanvas.h
qwt-6.1.6/src/qwt_plot_scaleitem.h
qwt-6.1.6/src/qwt_curve_fitter.cpp
qwt-6.1.6/src/qwt_graphic.cpp
qwt-6.1.6/src/qwt_dyngrid_layout.h
qwt-6.1.6/src/qwt_symbol.h
qwt-6.1.6/src/qwt_compass_rose.cpp
qwt-6.1.6/src/qwt_plot_tradingcurve.h
qwt-6.1.6/src/qwt_plot_dict.cpp
qwt-6.1.6/src/qwt_dial_needle.cpp
qwt-6.1.6/src/qwt_event_pattern.h
qwt-6.1.6/src/qwt_plot_item.h
qwt-6.1.6/src/qwt_clipper.h
qwt-6.1.6/src/qwt_transform.cpp
qwt-6.1.6/src/qwt_plot_canvas.h
qwt-6.1.6/src/qwt_abstract_scale_draw.h
qwt-6.1.6/src/qwt_raster_data.h
qwt-6.1.6/src/qwt_point_data.h
qwt-6.1.6/src/qwt_point_data.cpp
qwt-6.1.6/src/qwt_wheel.cpp
qwt-6.1.6/src/qwt_painter.h
qwt-6.1.6/src/qwt_dial.cpp
qwt-6.1.6/src/qwt_analog_clock.cpp
qwt-6.1.6/src/qwt_null_paintdevice.cpp
qwt-6.1.6/src/qwt_plot_glcanvas.cpp
qwt-6.1.6/src/qwt_sampling_thread.h
qwt-6.1.6/src/qwt_legend.cpp
qwt-6.1.6/src/qwt_plot_textlabel.h
qwt-6.1.6/src/qwt_color_map.cpp
qwt-6.1.6/src/qwt_text_label.h
qwt-6.1.6/src/qwt_date.h
qwt-6.1.6/src/qwt_legend_label.cpp
qwt-6.1.6/src/qwt_plot_magnifier.h
qwt-6.1.6/src/qwt_plot_directpainter.cpp
qwt-6.1.6/src/qwt_plot_picker.h
qwt-6.1.6/src/qwt_matrix_raster_data.h
qwt-6.1.6/src/qwt_plot_zoneitem.h
qwt-6.1.6/src/qwt_thermo.cpp
qwt-6.1.6/src/qwt_plot_grid.cpp
qwt-6.1.6/src/qwt_matrix_raster_data.cpp
qwt-6.1.6/src/qwt_point_mapper.h
qwt-6.1.6/src/qwt_legend.h
qwt-6.1.6/src/qwt_round_scale_draw.h
qwt-6.1.6/src/qwt_plot_spectrogram.h
qwt-6.1.6/src/qwt_plot_axis.cpp
qwt-6.1.6/src/qwt_system_clock.h
qwt-6.1.6/src/qwt_plot_directpainter.h
qwt-6.1.6/src/qwt_plot_canvas.cpp
qwt-6.1.6/src/qwt_abstract_legend.h
qwt-6.1.6/src/qwt_null_paintdevice.h
qwt-6.1.6/src/qwt_text_label.cpp
qwt-6.1.6/src/qwt_date_scale_engine.cpp
qwt-6.1.6/src/qwt_spline.cpp
qwt-6.1.6/src/src.pri
qwt-6.1.6/src/qwt_analog_clock.h
qwt-6.1.6/src/qwt_plot_shapeitem.cpp
qwt-6.1.6/src/qwt_transform.h
qwt-6.1.6/src/src.pro
qwt-6.1.6/src/qwt_raster_data.cpp
qwt-6.1.6/src/qwt_plot_spectrocurve.h
qwt-6.1.6/src/qwt_plot_multi_barchart.cpp
qwt-6.1.6/src/qwt_picker_machine.h
qwt-6.1.6/src/qwt_plot_seriesitem.cpp
qwt-6.1.6/src/qwt_plot_xml.cpp
qwt-6.1.6/src/qwt_math.cpp
qwt-6.1.6/src/qwt_abstract_legend.cpp
qwt-6.1.6/src/qwt_plot_barchart.cpp
qwt-6.1.6/src/qwt_panner.cpp
qwt-6.1.6/src/qwt_magnifier.h
qwt-6.1.6/src/qwt_plot_scaleitem.cpp
qwt-6.1.6/src/qwt_plot_renderer.cpp
qwt-6.1.6/src/qwt_compass.h
qwt-6.1.6/src/qwt_clipper.cpp
qwt-6.1.6/src/qwt_scale_draw.h
qwt-6.1.6/src/qwt_point_mapper.cpp
qwt-6.1.6/src/qwt_scale_map.h
qwt-6.1.6/src/qwt_slider.cpp
qwt-6.1.6/src/qwt_arrow_button.cpp
qwt-6.1.6/src/qwt_plot_marker.h
qwt-6.1.6/src/qwt_date.cpp
qwt-6.1.6/src/qwt_plot_spectrogram.cpp
qwt-6.1.6/src/qwt_abstract_scale_draw.cpp
qwt-6.1.6/src/qwt_plot_barchart.h
qwt-6.1.6/src/qwt_plot_seriesitem.h
qwt-6.1.6/src/qwt_scale_widget.h
qwt-6.1.6/src/qwt_plot_rasteritem.cpp
qwt-6.1.6/src/qwt_plot_shapeitem.h
qwt-6.1.6/src/qwt_column_symbol.cpp
qwt-6.1.6/src/qwt_plot_spectrocurve.cpp
qwt-6.1.6/src/qwt_knob.h
qwt-6.1.6/src/qwt_legend_label.h
qwt-6.1.6/src/qwt_pixel_matrix.h
qwt-6.1.6/src/qwt_panner.h
qwt-6.1.6/src/qwt_plot_zoneitem.cpp
qwt-6.1.6/src/qwt_abstract_slider.cpp
qwt-6.1.6/src/qwt_plot_abstract_barchart.h
qwt-6.1.6/src/qwt_series_data.cpp
qwt-6.1.6/src/qwt_text_engine.h
qwt-6.1.6/src/qwt_painter_command.cpp
qwt-6.1.6/src/qwt_widget_overlay.cpp
qwt-6.1.6/src/qwt_graphic.h
qwt-6.1.6/src/qwt_plot_rescaler.h
qwt-6.1.6/src/qwt_date_scale_draw.cpp
qwt-6.1.6/src/qwt_painter_command.h
qwt-6.1.6/src/qwt_symbol.cpp
qwt-6.1.6/src/qwt_plot_renderer.h
qwt-6.1.6/src/qwt_plot_svgitem.cpp
qwt-6.1.6/src/qwt_picker.h
qwt-6.1.6/src/qwt_round_scale_draw.cpp
qwt-6.1.6/src/qwt_plot_tradingcurve.cpp
qwt-6.1.6/src/qwt_scale_draw.cpp
qwt-6.1.6/src/qwt_point_polar.cpp
qwt-6.1.6/src/qwt_counter.cpp
qwt-6.1.6/src/qwt_series_store.h
qwt-6.1.6/src/qwt_text.cpp
qwt-6.1.6/src/qwt_widget_overlay.h
qwt-6.1.6/src/qwt_plot_zoomer.h
qwt-6.1.6/src/qwt_compass.cpp
qwt-6.1.6/src/qwt_plot_dict.h
qwt-6.1.6/src/qwt_date_scale_engine.h
qwt-6.1.6/src/qwt_slider.h
qwt-6.1.6/src/qwt_plot_intervalcurve.h
qwt-6.1.6/src/qwt_spline.h
qwt-6.1.6/src/qwt_scale_div.h
qwt-6.1.6/src/qwt_plot_legenditem.cpp
qwt-6.1.6/src/qwt_picker_machine.cpp
qwt-6.1.6/src/qwt_plot_curve.h
qwt-6.1.6/src/qwt_sampling_thread.cpp
qwt-6.1.6/src/qwt_plot_rescaler.cpp
qwt-6.1.6/src/qwt_plot_panner.h
qwt-6.1.6/src/qwt_plot_svgitem.h
qwt-6.1.6/src/qwt_dial.h
qwt-6.1.6/src/qwt_math.h
qwt-6.1.6/src/qwt_curve_fitter.h
qwt-6.1.6/src/qwt_plot_picker.cpp
qwt-6.1.6/src/qwt_plot_grid.h
qwt-6.1.6/src/qwt_plot.cpp
qwt-6.1.6/src/qwt_abstract_slider.h
qwt-6.1.6/src/qwt_system_clock.cpp
qwt-6.1.6/src/qwt_plot_zoomer.cpp
qwt-6.1.6/src/qwt_interval.h
qwt-6.1.6/src/qwt_abstract_scale.cpp
qwt-6.1.6/src/qwt_knob.cpp
qwt-6.1.6/src/qwt_compass_rose.h
qwt-6.1.6/src/qwt_wheel.h
qwt-6.1.6/src/qwt_dial_needle.h
qwt-6.1.6/src/qwt.h
qwt-6.1.6/src/qwt_global.h
qwt-6.1.6/src/qwt_abstract_scale.h
qwt-6.1.6/src/qwt_point_3d.cpp
qwt-6.1.6/src/qwt_magnifier.cpp
qwt-6.1.6/src/qwt_picker.cpp
qwt-6.1.6/src/qwt_date_scale_draw.h
qwt-6.1.6/src/qwt_plot_item.cpp
qwt-6.1.6/src/qwt_plot_histogram.h
qwt-6.1.6/src/qwt_plot_multi_barchart.h
qwt-6.1.6/src/qwt_scale_engine.cpp
qwt-6.1.6/src/qwt_painter.cpp
qwt-6.1.6/src/qwt_scale_map.cpp
qwt-6.1.6/src/qwt_plot_marker.cpp
qwt-6.1.6/src/qwt_point_3d.h
qwt-6.1.6/src/qwt_column_symbol.h
qwt-6.1.6/src/qwt_compat.h
qwt-6.1.6/src/qwt_plot_curve.cpp
qwt-6.1.6/src/qwt_dyngrid_layout.cpp
qwt-6.1.6/src/qwt_text_engine.cpp
qwt-6.1.6/src/qwt_plot_legenditem.h
qwt-6.1.6/src/qwt_scale_div.cpp
qwt-6.1.6/src/qwt_plot_intervalcurve.cpp
qwt-6.1.6/src/qwt_color_map.h
qwt-6.1.6/src/qwt_plot_rasteritem.h
qwt-6.1.6/src/qwt_scale_engine.h
qwt-6.1.6/src/qwt_legend_data.h
qwt-6.1.6/src/qwt_plot_panner.cpp
qwt-6.1.6/src/qwt_plot_magnifier.cpp
qwt-6.1.6/src/qwt_counter.h
qwt-6.1.6/src/qwt_plot_layout.h
qwt-6.1.6/src/qwt_plot.h
qwt-6.1.6/src/qwt_text.h
qwt-6.1.6/src/qwt_interval_symbol.cpp
qwt-6.1.6/src/qwt_point_polar.h
qwt-6.1.6/src/qwt_event_pattern.cpp
qwt-6.1.6/src/qwt_plot_textlabel.cpp
qwt-6.1.6/src/qwt_plot_layout.cpp
qwt-6.1.6/src/qwt_series_data.h
qwt-6.1.6/src/qwt_interval.cpp
qwt-6.1.6/src/qwt_interval_symbol.h
qwt-6.1.6/src/qwt_samples.h
qwt-6.1.6/qwt.pro
qwt-6.1.6/qwtconfig.pri
qwt-6.1.6/designer/
qwt-6.1.6/designer/pixmaps/
qwt-6.1.6/designer/pixmaps/qwtthermo.png
qwt-6.1.6/designer/pixmaps/qwtscale.png
qwt-6.1.6/designer/pixmaps/qwtcounter.png
qwt-6.1.6/designer/pixmaps/qwtwheel.png
qwt-6.1.6/designer/pixmaps/qwtknob.png
qwt-6.1.6/designer/pixmaps/qwtslider.png
qwt-6.1.6/designer/pixmaps/qwtplot.png
qwt-6.1.6/designer/pixmaps/qwtwidget.png
qwt-6.1.6/designer/pixmaps/qwtanalogclock.png
qwt-6.1.6/designer/pixmaps/qwtcompass.png
qwt-6.1.6/designer/pixmaps/qwtdial.png
qwt-6.1.6/designer/qwt_designer_plugin.qrc
qwt-6.1.6/designer/qwt_designer_plotdialog.cpp
qwt-6.1.6/designer/qwt_designer_plugin.h
qwt-6.1.6/designer/qwt_designer_plotdialog.h
qwt-6.1.6/designer/qwt_designer_plugin.cpp
qwt-6.1.6/designer/designer.pro
qwt-6.1.6/qwt.prf
qwt-6.1.6/doc/
qwt-6.1.6/doc/articles/
qwt-6.1.6/doc/articles/TODO
qwt-6.1.6/doc/man/
qwt-6.1.6/doc/man/man3/
qwt-6.1.6/doc/man/man3/QwtAbstractSeriesStore.3
qwt-6.1.6/doc/man/man3/QwtAbstractLegend.3
qwt-6.1.6/doc/man/man3/QwtScaleMap.3
qwt-6.1.6/doc/man/man3/QwtRoundScaleDraw.3
qwt-6.1.6/doc/man/man3/otherscreenshots.3
qwt-6.1.6/doc/man/man3/QwtEventPattern_MousePattern.3
qwt-6.1.6/doc/man/man3/QwtScaleEngine.3
qwt-6.1.6/doc/man/man3/QwtPlotTradingCurve.3
qwt-6.1.6/doc/man/man3/QwtWeedingCurveFitter.3
qwt-6.1.6/doc/man/man3/QwtSplineCurveFitter.3
qwt-6.1.6/doc/man/man3/QwtPickerMachine.3
qwt-6.1.6/doc/man/man3/QwtSeriesData.3
qwt-6.1.6/doc/man/man3/QwtPickerDragRectMachine.3
qwt-6.1.6/doc/man/man3/curvescreenshots.3
qwt-6.1.6/doc/man/man3/QwtRichTextEngine.3
qwt-6.1.6/doc/man/man3/QwtSpline.3
qwt-6.1.6/doc/man/man3/QwtInterval.3
qwt-6.1.6/doc/man/man3/QwtTextLabel.3
qwt-6.1.6/doc/man/man3/QwtPlotGrid.3
qwt-6.1.6/doc/man/man3/QwtPlotDirectPainter.3
qwt-6.1.6/doc/man/man3/QwtDateScaleDraw.3
qwt-6.1.6/doc/man/man3/QwtPlotMultiBarChart.3
qwt-6.1.6/doc/man/man3/QwtSamplingThread.3
qwt-6.1.6/doc/man/man3/QwtPoint3D.3
qwt-6.1.6/doc/man/man3/QwtDialSimpleNeedle.3
qwt-6.1.6/doc/man/man3/QwtPowerTransform.3
qwt-6.1.6/doc/man/man3/QwtPlotRescaler.3
qwt-6.1.6/doc/man/man3/QwtScaleDiv.3
qwt-6.1.6/doc/man/man3/QwtAbstractSlider.3
qwt-6.1.6/doc/man/man3/QwtDynGridLayout.3
qwt-6.1.6/doc/man/man3/QwtNullPaintDevice.3
qwt-6.1.6/doc/man/man3/QwtCurveFitter.3
qwt-6.1.6/doc/man/man3/QwtPlainTextEngine.3
qwt-6.1.6/doc/man/man3/QwtRasterData.3
qwt-6.1.6/doc/man/man3/QwtPlotSvgItem.3
qwt-6.1.6/doc/man/man3/QwtLinearScaleEngine.3
qwt-6.1.6/doc/man/man3/QwtNullTransform.3
qwt-6.1.6/doc/man/man3/QwtPlotZoomer.3
qwt-6.1.6/doc/man/man3/QwtWheel.3
qwt-6.1.6/doc/man/man3/QwtAbstractScale.3
qwt-6.1.6/doc/man/man3/QwtClipper.3
qwt-6.1.6/doc/man/man3/QwtSetSeriesData.3
qwt-6.1.6/doc/man/man3/qwtlicense.3
qwt-6.1.6/doc/man/man3/QwtSimpleCompassRose.3
qwt-6.1.6/doc/man/man3/QwtPickerClickPointMachine.3
qwt-6.1.6/doc/man/man3/spectrogramscreenshots.3
qwt-6.1.6/doc/man/man3/QwtEventPattern_KeyPattern.3
qwt-6.1.6/doc/man/man3/QwtPlotItem.3
qwt-6.1.6/doc/man/man3/QwtPlotIntervalCurve.3
qwt-6.1.6/doc/man/man3/QwtIntervalSymbol.3
qwt-6.1.6/doc/man/man3/QwtPlotSeriesItem.3
qwt-6.1.6/doc/man/man3/QwtAbstractScaleDraw.3
qwt-6.1.6/doc/man/man3/controlscreenshots.3
qwt-6.1.6/doc/man/man3/QwtPlotCurve.3
qwt-6.1.6/doc/man/man3/qwtchangelog.3
qwt-6.1.6/doc/man/man3/QwtColumnRect.3
qwt-6.1.6/doc/man/man3/QwtCPointerData.3
qwt-6.1.6/doc/man/man3/QwtTransform.3
qwt-6.1.6/doc/man/man3/QwtCompass.3
qwt-6.1.6/doc/man/man3/QwtPlotHistogram.3
qwt-6.1.6/doc/man/man3/QwtGraphic.3
qwt-6.1.6/doc/man/man3/QwtLegendLabel.3
qwt-6.1.6/doc/man/man3/QwtPlotMagnifier.3
qwt-6.1.6/doc/man/man3/QwtCounter.3
qwt-6.1.6/doc/man/man3/QwtLogTransform.3
qwt-6.1.6/doc/man/man3/QwtPixelMatrix.3
qwt-6.1.6/doc/man/man3/QwtText.3
qwt-6.1.6/doc/man/man3/QwtPlotLayout.3
qwt-6.1.6/doc/man/man3/QwtDial.3
qwt-6.1.6/doc/man/man3/QwtPointArrayData.3
qwt-6.1.6/doc/man/man3/QwtPlotGLCanvas.3
qwt-6.1.6/doc/man/man3/QwtWidgetOverlay.3
qwt-6.1.6/doc/man/man3/QwtCompassScaleDraw.3
qwt-6.1.6/doc/man/man3/QwtAlphaColorMap.3
qwt-6.1.6/doc/man/man3/QwtThermo.3
qwt-6.1.6/doc/man/man3/QwtCompassRose.3
qwt-6.1.6/doc/man/man3/QwtMagnifier.3
qwt-6.1.6/doc/man/man3/QwtDate.3
qwt-6.1.6/doc/man/man3/QwtPanner.3
qwt-6.1.6/doc/man/man3/QwtSeriesStore.3
qwt-6.1.6/doc/man/man3/QwtKnob.3
qwt-6.1.6/doc/man/man3/QwtColorMap.3
qwt-6.1.6/doc/man/man3/QwtIntervalSeriesData.3
qwt-6.1.6/doc/man/man3/QwtPoint3DSeriesData.3
qwt-6.1.6/doc/man/man3/QwtPlotTextLabel.3
qwt-6.1.6/doc/man/man3/QwtPickerClickRectMachine.3
qwt-6.1.6/doc/man/man3/QwtArraySeriesData.3
qwt-6.1.6/doc/man/man3/QwtPlotMarker.3
qwt-6.1.6/doc/man/man3/QwtPlotRasterItem.3
qwt-6.1.6/doc/man/man3/QwtPicker.3
qwt-6.1.6/doc/man/man3/QwtScaleWidget.3
qwt-6.1.6/doc/man/man3/QwtPlotRenderer.3
qwt-6.1.6/doc/man/man3/QwtAnalogClock.3
qwt-6.1.6/doc/man/man3/QwtLegendData.3
qwt-6.1.6/doc/man/man3/QwtPlotScaleItem.3
qwt-6.1.6/doc/man/man3/barchartscreenshots.3
qwt-6.1.6/doc/man/man3/QwtOHLCSample.3
qwt-6.1.6/doc/man/man3/QwtPickerDragPointMachine.3
qwt-6.1.6/doc/man/man3/QwtLinearColorMap.3
qwt-6.1.6/doc/man/man3/QwtTradingChartData.3
qwt-6.1.6/doc/man/man3/QwtPickerDragLineMachine.3
qwt-6.1.6/doc/man/man3/QwtIntervalSample.3
qwt-6.1.6/doc/man/man3/QwtPointPolar.3
qwt-6.1.6/doc/man/man3/QwtPainterCommand.3
qwt-6.1.6/doc/man/man3/qwtinstall.3
qwt-6.1.6/doc/man/man3/QwtPlotBarChart.3
qwt-6.1.6/doc/man/man3/QwtPlotSpectrogram.3
qwt-6.1.6/doc/man/man3/QwtLogScaleEngine.3
qwt-6.1.6/doc/man/man3/QwtCompassWindArrow.3
qwt-6.1.6/doc/man/man3/QwtPickerPolygonMachine.3
qwt-6.1.6/doc/man/man3/QwtSymbol.3
qwt-6.1.6/doc/man/man3/QwtTextEngine.3
qwt-6.1.6/doc/man/man3/QwtMathMLTextEngine.3
qwt-6.1.6/doc/man/man3/QwtPlotSpectroCurve.3
qwt-6.1.6/doc/man/man3/QwtPlotZoneItem.3
qwt-6.1.6/doc/man/man3/QwtScaleDraw.3
qwt-6.1.6/doc/man/man3/QwtSystemClock.3
qwt-6.1.6/doc/man/man3/QwtColumnSymbol.3
qwt-6.1.6/doc/man/man3/QwtPlotDict.3
qwt-6.1.6/doc/man/man3/QwtPointMapper.3
qwt-6.1.6/doc/man/man3/QwtEventPattern.3
qwt-6.1.6/doc/man/man3/QwtPickerTrackerMachine.3
qwt-6.1.6/doc/man/man3/QwtLegend.3
qwt-6.1.6/doc/man/man3/QwtPlotShapeItem.3
qwt-6.1.6/doc/man/man3/QwtSlider.3
qwt-6.1.6/doc/man/man3/QwtArrowButton.3
qwt-6.1.6/doc/man/man3/QwtCompassMagnetNeedle.3
qwt-6.1.6/doc/man/man3/QwtDialNeedle.3
qwt-6.1.6/doc/man/man3/QwtScaleArithmetic.3
qwt-6.1.6/doc/man/man3/QwtPlotPanner.3
qwt-6.1.6/doc/man/man3/QwtPainter.3
qwt-6.1.6/doc/man/man3/QwtSetSample.3
qwt-6.1.6/doc/man/man3/QwtPlotPicker.3
qwt-6.1.6/doc/man/man3/QwtSyntheticPointData.3
qwt-6.1.6/doc/man/man3/QwtPlotLegendItem.3
qwt-6.1.6/doc/man/man3/QwtPlotAbstractBarChart.3
qwt-6.1.6/doc/man/man3/QwtPlotCanvas.3
qwt-6.1.6/doc/man/man3/QwtPointSeriesData.3
qwt-6.1.6/doc/man/man3/QwtDateScaleEngine.3
qwt-6.1.6/doc/man/man3/QwtMatrixRasterData.3
qwt-6.1.6/doc/man/man3/QwtPlot.3
qwt-6.1.6/doc/changes.dox
qwt-6.1.6/doc/qwt.dox
qwt-6.1.6/doc/screenshots.dox
qwt-6.1.6/doc/DoxygenLayout.xml
qwt-6.1.6/doc/doc.pro
qwt-6.1.6/doc/Doxyfile
qwt-6.1.6/doc/html/
qwt-6.1.6/doc/html/bode-blue-600x400.png
qwt-6.1.6/doc/html/functions_func_r.html
qwt-6.1.6/doc/html/qwt__point__polar_8h_source.html
qwt-6.1.6/doc/html/class_qwt_point_series_data-members.html
qwt-6.1.6/doc/html/class_qwt_plot_svg_item.js
qwt-6.1.6/doc/html/inherit_graph_30.png
qwt-6.1.6/doc/html/qwt__text__engine_8h_source.html
qwt-6.1.6/doc/html/inherit_graph_19.png
qwt-6.1.6/doc/html/class_qwt_panner.js
qwt-6.1.6/doc/html/inherit_graph_6.png
qwt-6.1.6/doc/html/class_qwt_plot_interval_curve__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_arrow_button.js
qwt-6.1.6/doc/html/class_qwt_pixel_matrix.js
qwt-6.1.6/doc/html/class_qwt_plot_direct_painter-members.html
qwt-6.1.6/doc/html/class_qwt_scale_engine.html
qwt-6.1.6/doc/html/class_qwt_arrow_button__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_plot_picker.js
qwt-6.1.6/doc/html/class_qwt_series_data.js
qwt-6.1.6/doc/html/class_qwt_magnifier__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_plot_item.js
qwt-6.1.6/doc/html/class_qwt_wheel__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_plot_direct_painter__inherit__graph.png
qwt-6.1.6/doc/html/qwt__dial__needle_8h_source.html
qwt-6.1.6/doc/html/class_qwt_log_scale_engine__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_plot_bar_chart__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_log_transform.js
qwt-6.1.6/doc/html/inherit_graph_25.map
qwt-6.1.6/doc/html/class_qwt_transform__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_compass_magnet_needle.html
qwt-6.1.6/doc/html/class_qwt_plot_curve.html
qwt-6.1.6/doc/html/friedberg-bars-600x400.png
qwt-6.1.6/doc/html/class_qwt_alpha_color_map__inherit__graph.map
qwt-6.1.6/doc/html/functions_func_y.html
qwt-6.1.6/doc/html/qwt__compass__rose_8h_source.html
qwt-6.1.6/doc/html/functions_y.html
qwt-6.1.6/doc/html/class_qwt_clipper-members.html
qwt-6.1.6/doc/html/class_qwt_picker-members.html
qwt-6.1.6/doc/html/class_qwt_event_pattern_1_1_key_pattern.js
qwt-6.1.6/doc/html/class_qwt_plot_direct_painter.js
qwt-6.1.6/doc/html/class_qwt_array_series_data__inherit__graph.png
qwt-6.1.6/doc/html/inherit_graph_12.md5
qwt-6.1.6/doc/html/class_qwt_slider__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_plot_item__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_dial_needle__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_knob.html
qwt-6.1.6/doc/html/class_qwt_dial-members.html
qwt-6.1.6/doc/html/qwt__painter_8h_source.html
qwt-6.1.6/doc/html/inherit_graph_3.md5
qwt-6.1.6/doc/html/class_qwt_plot_scale_item__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_abstract_legend.html
qwt-6.1.6/doc/html/class_qwt_series_store.html
qwt-6.1.6/doc/html/class_qwt_plot_rescaler-members.html
qwt-6.1.6/doc/html/class_qwt_system_clock-members.html
qwt-6.1.6/doc/html/class_qwt_synthetic_point_data.html
qwt-6.1.6/doc/html/class_qwt_interval_symbol.js
qwt-6.1.6/doc/html/class_qwt_alpha_color_map.html
qwt-6.1.6/doc/html/class_qwt_trading_chart_data__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_plot_picker-members.html
qwt-6.1.6/doc/html/functions_eval_u.html
qwt-6.1.6/doc/html/inherit_graph_37.map
qwt-6.1.6/doc/html/qwt__plot__marker_8h_source.html
qwt-6.1.6/doc/html/inherit_graph_27.md5
qwt-6.1.6/doc/html/class_qwt_pixel_matrix__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_log_transform__inherit__graph.png
qwt-6.1.6/doc/html/bdwn.png
qwt-6.1.6/doc/html/class_qwt_plot__inherit__graph.md5
qwt-6.1.6/doc/html/inherit_graph_30.map
qwt-6.1.6/doc/html/class_qwt_legend-members.html
qwt-6.1.6/doc/html/class_qwt_date_scale_draw.html
qwt-6.1.6/doc/html/qwt__compass_8h_source.html
qwt-6.1.6/doc/html/class_qwt_linear_color_map.html
qwt-6.1.6/doc/html/class_qwt_plot_multi_bar_chart-members.html
qwt-6.1.6/doc/html/class_qwt_compass_magnet_needle__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_picker_click_point_machine-members.html
qwt-6.1.6/doc/html/functions_eval_y.html
qwt-6.1.6/doc/html/class_qwt_plot_picker__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_picker_machine__inherit__graph.png
qwt-6.1.6/doc/html/functions_eval_r.html
qwt-6.1.6/doc/html/class_qwt_spline_curve_fitter.js
qwt-6.1.6/doc/html/inherit_graph_30.md5
qwt-6.1.6/doc/html/inherit_graph_45.map
qwt-6.1.6/doc/html/navtreeindex5.js
qwt-6.1.6/doc/html/class_qwt_plot_marker.js
qwt-6.1.6/doc/html/class_qwt_plot_shape_item__inherit__graph.map
qwt-6.1.6/doc/html/form_0.png
qwt-6.1.6/doc/html/class_qwt_system_clock.html
qwt-6.1.6/doc/html/class_qwt_knob__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_point3_d-members.html
qwt-6.1.6/doc/html/class_qwt_scale_widget.html
qwt-6.1.6/doc/html/class_qwt_set_sample.html
qwt-6.1.6/doc/html/class_qwt_abstract_scale_draw.html
qwt-6.1.6/doc/html/class_qwt_legend__inherit__graph.png
qwt-6.1.6/doc/html/index.html
qwt-6.1.6/doc/html/class_qwt_knob.js
qwt-6.1.6/doc/html/form_2.png
qwt-6.1.6/doc/html/class_qwt_abstract_scale_draw__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_plot_shape_item.html
qwt-6.1.6/doc/html/class_qwt_plot_text_label__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_text_label.html
qwt-6.1.6/doc/html/qwt__plot__multi__barchart_8h_source.html
qwt-6.1.6/doc/html/class_qwt_interval_series_data__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_plot_zoomer__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_event_pattern__inherit__graph.md5
qwt-6.1.6/doc/html/functions_eval_s.html
qwt-6.1.6/doc/html/inherit_graph_14.map
qwt-6.1.6/doc/html/class_qwt_plot_spectrogram.html
qwt-6.1.6/doc/html/functions_eval_c.html
qwt-6.1.6/doc/html/qwt__plot__scaleitem_8h_source.html
qwt-6.1.6/doc/html/inherit_graph_23.png
qwt-6.1.6/doc/html/functions_func.html
qwt-6.1.6/doc/html/class_qwt_plot_rescaler__inherit__graph.md5
qwt-6.1.6/doc/html/qwt__plot__glcanvas_8h_source.html
qwt-6.1.6/doc/html/class_qwt_scale_draw__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_log_scale_engine__inherit__graph.map
qwt-6.1.6/doc/html/functions_type.html
qwt-6.1.6/doc/html/class_qwt_graphic.js
qwt-6.1.6/doc/html/class_qwt_plot_scale_item-members.html
qwt-6.1.6/doc/html/class_qwt_column_symbol-members.html
qwt-6.1.6/doc/html/class_qwt_log_scale_engine__inherit__graph.png
qwt-6.1.6/doc/html/inherit_graph_8.png
qwt-6.1.6/doc/html/class_qwt_plot_spectro_curve.html
qwt-6.1.6/doc/html/class_qwt_plot_bar_chart__inherit__graph.map
qwt-6.1.6/doc/html/inherit_graph_26.md5
qwt-6.1.6/doc/html/class_qwt_plot_item__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_compass_rose.js
qwt-6.1.6/doc/html/class_qwt_plot_rescaler__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_math_m_l_text_engine-members.html
qwt-6.1.6/doc/html/class_qwt_plot_bar_chart.js
qwt-6.1.6/doc/html/class_qwt_plot_rescaler.js
qwt-6.1.6/doc/html/inherit_graph_2.png
qwt-6.1.6/doc/html/class_qwt_plot_multi_bar_chart__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_c_pointer_data__inherit__graph.png
qwt-6.1.6/doc/html/bode-rosy-600x400.png
qwt-6.1.6/doc/html/class_qwt_thermo-members.html
qwt-6.1.6/doc/html/class_qwt_round_scale_draw.js
qwt-6.1.6/doc/html/qwt__legend__data_8h_source.html
qwt-6.1.6/doc/html/class_qwt_plot_shape_item__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_plot__inherit__graph.png
qwt-6.1.6/doc/html/folderclosed.png
qwt-6.1.6/doc/html/class_qwt_simple_compass_rose__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_plot_abstract_bar_chart.html
qwt-6.1.6/doc/html/qwt__plot__rescaler_8h_source.html
qwt-6.1.6/doc/html/class_qwt_painter-members.html
qwt-6.1.6/doc/html/class_qwt_plot_zoomer.html
qwt-6.1.6/doc/html/qwt__plot__shapeitem_8h_source.html
qwt-6.1.6/doc/html/inherit_graph_41.md5
qwt-6.1.6/doc/html/class_qwt_matrix_raster_data__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_abstract_slider__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_raster_data.html
qwt-6.1.6/doc/html/class_qwt_plot_renderer__inherit__graph.md5
qwt-6.1.6/doc/html/inherit_graph_47.png
qwt-6.1.6/doc/html/class_qwt_picker_tracker_machine__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_arrow_button__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_plot_series_item.js
qwt-6.1.6/doc/html/class_qwt_alpha_color_map.js
qwt-6.1.6/doc/html/class_qwt_plot_legend_item.html
qwt-6.1.6/doc/html/class_qwt_abstract_slider.js
qwt-6.1.6/doc/html/class_qwt_abstract_slider__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_plot.html
qwt-6.1.6/doc/html/inherit_graph_27.png
qwt-6.1.6/doc/html/qwt__arrow__button_8h_source.html
qwt-6.1.6/doc/html/functions_x.html
qwt-6.1.6/doc/html/class_qwt_text_engine__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_point_mapper.js
qwt-6.1.6/doc/html/class_qwt_pixel_matrix__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_log_scale_engine-members.html
qwt-6.1.6/doc/html/class_qwt_wheel.html
qwt-6.1.6/doc/html/class_qwt_date_scale_engine__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_compass__inherit__graph.png
qwt-6.1.6/doc/html/qwt__plot__rasteritem_8h_source.html
qwt-6.1.6/doc/html/class_qwt_picker_drag_line_machine__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_symbol.html
qwt-6.1.6/doc/html/qwt__samples_8h_source.html
qwt-6.1.6/doc/html/qwt__null__paintdevice_8h_source.html
qwt-6.1.6/doc/html/class_qwt_dyn_grid_layout.html
qwt-6.1.6/doc/html/functions_c.html
qwt-6.1.6/doc/html/class_qwt_synthetic_point_data__inherit__graph.png
qwt-6.1.6/doc/html/functions_dup.js
qwt-6.1.6/doc/html/inherit_graph_33.png
qwt-6.1.6/doc/html/inherit_graph_48.map
qwt-6.1.6/doc/html/tvplot-600x400.png
qwt-6.1.6/doc/html/inherit_graph_15.map
qwt-6.1.6/doc/html/class_qwt_plot_g_l_canvas__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_scale_draw__inherit__graph.map
qwt-6.1.6/doc/html/inherit_graph_21.md5
qwt-6.1.6/doc/html/class_qwt_null_transform-members.html
qwt-6.1.6/doc/html/class_qwt_plot_raster_item-members.html
qwt-6.1.6/doc/html/inherit_graph_7.md5
qwt-6.1.6/doc/html/inherit_graph_43.map
qwt-6.1.6/doc/html/class_qwt_plot_grid__inherit__graph.md5
qwt-6.1.6/doc/html/qwt__scale__widget_8h_source.html
qwt-6.1.6/doc/html/spectrogram-saturation-600x400.png
qwt-6.1.6/doc/html/class_qwt_counter__inherit__graph.map
qwt-6.1.6/doc/html/functions_eval_b.html
qwt-6.1.6/doc/html/inherit_graph_23.map
qwt-6.1.6/doc/html/functions_func_w.html
qwt-6.1.6/doc/html/cpuplot-600x400.png
qwt-6.1.6/doc/html/inherit_graph_31.png
qwt-6.1.6/doc/html/inherit_graph_43.md5
qwt-6.1.6/doc/html/class_qwt_curve_fitter-members.html
qwt-6.1.6/doc/html/spectrogram-hue-600x400.png
qwt-6.1.6/doc/html/class_qwt_plot_marker__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_date_scale_engine.js
qwt-6.1.6/doc/html/inherit_graph_42.png
qwt-6.1.6/doc/html/class_qwt_plot_histogram__inherit__graph.png
qwt-6.1.6/doc/html/qwt__legend__label_8h_source.html
qwt-6.1.6/doc/html/class_qwt_legend__inherit__graph.map
qwt-6.1.6/doc/html/inherit_graph_3.png
qwt-6.1.6/doc/html/class_qwt_dyn_grid_layout-members.html
qwt-6.1.6/doc/html/class_qwt_plot_rescaler__inherit__graph.map
qwt-6.1.6/doc/html/inherit_graph_40.md5
qwt-6.1.6/doc/html/functions_eval_o.html
qwt-6.1.6/doc/html/inherit_graph_0.png
qwt-6.1.6/doc/html/controlscreenshots.html
qwt-6.1.6/doc/html/inherit_graph_7.map
qwt-6.1.6/doc/html/doxygen.svg
qwt-6.1.6/doc/html/class_qwt_plot_g_l_canvas-members.html
qwt-6.1.6/doc/html/class_qwt_series_data-members.html
qwt-6.1.6/doc/html/tab_h.png
qwt-6.1.6/doc/html/class_qwt_abstract_scale__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_painter.html
qwt-6.1.6/doc/html/class_qwt_picker_drag_rect_machine.js
qwt-6.1.6/doc/html/inherit_graph_6.md5
qwt-6.1.6/doc/html/inherit_graph_0.map
qwt-6.1.6/doc/html/qwt__panner_8h_source.html
qwt-6.1.6/doc/html/class_qwt_picker__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_knob__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_compass_wind_arrow.js
qwt-6.1.6/doc/html/class_qwt_scale_engine__inherit__graph.md5
qwt-6.1.6/doc/html/inherit_graph_44.png
qwt-6.1.6/doc/html/class_qwt_trading_chart_data__inherit__graph.md5
qwt-6.1.6/doc/html/form_1.png
qwt-6.1.6/doc/html/class_qwt_plot_trading_curve-members.html
qwt-6.1.6/doc/html/class_qwt_trading_chart_data.html
qwt-6.1.6/doc/html/class_qwt_plot_spectro_curve__inherit__graph.md5
qwt-6.1.6/doc/html/inherit_graph_20.png
qwt-6.1.6/doc/html/class_qwt_date_scale_draw-members.html
qwt-6.1.6/doc/html/class_qwt_magnifier__inherit__graph.map
qwt-6.1.6/doc/html/spectrogram-rgb-600x400.png
qwt-6.1.6/doc/html/class_qwt_set_series_data__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_point_series_data__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_wheel__inherit__graph.md5
qwt-6.1.6/doc/html/qwt__wheel_8h_source.html
qwt-6.1.6/doc/html/class_qwt_picker_drag_rect_machine__inherit__graph.png
qwt-6.1.6/doc/html/functions_eval_p.html
qwt-6.1.6/doc/html/class_qwt_dyn_grid_layout.js
qwt-6.1.6/doc/html/class_qwt_point3_d_series_data__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_linear_scale_engine.js
qwt-6.1.6/doc/html/functions_eval_w.html
qwt-6.1.6/doc/html/inherit_graph_32.map
qwt-6.1.6/doc/html/class_qwt_compass-members.html
qwt-6.1.6/doc/html/class_qwt_analog_clock.js
qwt-6.1.6/doc/html/qwt__plot__spectrocurve_8h_source.html
qwt-6.1.6/doc/html/class_qwt_simple_compass_rose__inherit__graph.md5
qwt-6.1.6/doc/html/inherit_graph_39.md5
qwt-6.1.6/doc/html/class_qwt_abstract_series_store-members.html
qwt-6.1.6/doc/html/functions_func_v.html
qwt-6.1.6/doc/html/class_qwt_event_pattern__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_raster_data-members.html
qwt-6.1.6/doc/html/class_qwt_text_engine__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_series_data__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_power_transform__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_plot_zone_item.html
qwt-6.1.6/doc/html/class_qwt_color_map__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_matrix_raster_data.js
qwt-6.1.6/doc/html/class_qwt_plot_spectrogram__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_abstract_slider-members.html
qwt-6.1.6/doc/html/class_qwt_plot_interval_curve.html
qwt-6.1.6/doc/html/class_qwt_plot_interval_curve.js
qwt-6.1.6/doc/html/inherit_graph_9.map
qwt-6.1.6/doc/html/class_qwt_counter-members.html
qwt-6.1.6/doc/html/class_qwt_compass_magnet_needle.js
qwt-6.1.6/doc/html/class_qwt_picker_click_rect_machine-members.html
qwt-6.1.6/doc/html/class_qwt_plot_bar_chart__inherit__graph.md5
qwt-6.1.6/doc/html/inherit_graph_37.png
qwt-6.1.6/doc/html/doxygen.css
qwt-6.1.6/doc/html/qwt__counter_8h_source.html
qwt-6.1.6/doc/html/class_qwt_color_map__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_scale_draw.js
qwt-6.1.6/doc/html/class_qwt_compass_scale_draw-members.html
qwt-6.1.6/doc/html/inherit_graph_4.md5
qwt-6.1.6/doc/html/class_qwt_interval_series_data-members.html
qwt-6.1.6/doc/html/qwt__plot__picker_8h_source.html
qwt-6.1.6/doc/html/class_qwt_round_scale_draw__inherit__graph.map
qwt-6.1.6/doc/html/qwt__thermo_8h_source.html
qwt-6.1.6/doc/html/class_qwt_compass_wind_arrow-members.html
qwt-6.1.6/doc/html/class_qwt_legend__inherit__graph.md5
qwt-6.1.6/doc/html/inherit_graph_23.md5
qwt-6.1.6/doc/html/functions_j.html
qwt-6.1.6/doc/html/class_qwt_abstract_series_store__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_point3_d.html
qwt-6.1.6/doc/html/qwt__event__pattern_8h_source.html
qwt-6.1.6/doc/html/class_qwt_plot_renderer__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_picker_click_rect_machine.js
qwt-6.1.6/doc/html/class_qwt_plot_svg_item.html
qwt-6.1.6/doc/html/class_qwt_plot_multi_bar_chart.html
qwt-6.1.6/doc/html/class_qwt_plot_zone_item-members.html
qwt-6.1.6/doc/html/functions_r.html
qwt-6.1.6/doc/html/class_qwt_compass_magnet_needle__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_picker_drag_line_machine__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_plot_series_item__inherit__graph.png
qwt-6.1.6/doc/html/inherit_graph_4.map
qwt-6.1.6/doc/html/functions_func_~.html
qwt-6.1.6/doc/html/class_qwt_magnifier__inherit__graph.md5
qwt-6.1.6/doc/html/inherit_graph_13.png
qwt-6.1.6/doc/html/class_qwt_date_scale_draw.js
qwt-6.1.6/doc/html/class_qwt_linear_scale_engine__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_legend_data.js
qwt-6.1.6/doc/html/class_qwt_text_label-members.html
qwt-6.1.6/doc/html/class_qwt_picker_tracker_machine.html
qwt-6.1.6/doc/html/inherit_graph_36.map
qwt-6.1.6/doc/html/class_qwt_plain_text_engine.html
qwt-6.1.6/doc/html/inherit_graph_31.map
qwt-6.1.6/doc/html/qwt__date__scale__draw_8h_source.html
qwt-6.1.6/doc/html/functions_n.html
qwt-6.1.6/doc/html/class_qwt_picker.html
qwt-6.1.6/doc/html/inherit_graph_8.map
qwt-6.1.6/doc/html/class_qwt_array_series_data-members.html
qwt-6.1.6/doc/html/hierarchy.html
qwt-6.1.6/doc/html/class_qwt_picker_click_point_machine__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_scale_arithmetic-members.html
qwt-6.1.6/doc/html/functions_func_z.html
qwt-6.1.6/doc/html/spectrogram-contour1-600x400.png
qwt-6.1.6/doc/html/dynsections.js
qwt-6.1.6/doc/html/class_qwt_plot_direct_painter__inherit__graph.map
qwt-6.1.6/doc/html/inherit_graph_39.png
qwt-6.1.6/doc/html/class_qwt_null_paint_device__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_plot_rescaler.html
qwt-6.1.6/doc/html/class_qwt_scale_widget__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_plot.js
qwt-6.1.6/doc/html/class_qwt_knob-members.html
qwt-6.1.6/doc/html/class_qwt_plot_text_label-members.html
qwt-6.1.6/doc/html/class_qwt_set_series_data__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_plot_dict__inherit__graph.md5
qwt-6.1.6/doc/html/navtreeindex11.js
qwt-6.1.6/doc/html/qwt__plot__renderer_8h_source.html
qwt-6.1.6/doc/html/otherscreenshots.html
qwt-6.1.6/doc/html/class_qwt_null_paint_device.js
qwt-6.1.6/doc/html/inherit_graph_36.md5
qwt-6.1.6/doc/html/class_qwt_plot_multi_bar_chart__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_series_store-members.html
qwt-6.1.6/doc/html/class_qwt_picker_drag_rect_machine.html
qwt-6.1.6/doc/html/class_qwt_matrix_raster_data__inherit__graph.png
qwt-6.1.6/doc/html/functions_eval_j.html
qwt-6.1.6/doc/html/qwt__plot__svgitem_8h_source.html
qwt-6.1.6/doc/html/class_qwt_plot_grid__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_date.js
qwt-6.1.6/doc/html/class_qwt_plot_panner-members.html
qwt-6.1.6/doc/html/inherit_graph_29.md5
qwt-6.1.6/doc/html/class_qwt_power_transform__inherit__graph.map
qwt-6.1.6/doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
qwt-6.1.6/doc/html/class_qwt_curve_fitter__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_plot_magnifier-members.html
qwt-6.1.6/doc/html/class_qwt_plot_histogram__inherit__graph.map
qwt-6.1.6/doc/html/nav_g.png
qwt-6.1.6/doc/html/qwt__plot__directpainter_8h_source.html
qwt-6.1.6/doc/html/class_qwt_simple_compass_rose.js
qwt-6.1.6/doc/html/class_qwt_interval_sample-members.html
qwt-6.1.6/doc/html/class_qwt_picker.js
qwt-6.1.6/doc/html/class_qwt_plot_trading_curve__inherit__graph.map
qwt-6.1.6/doc/html/qwt__clipper_8h_source.html
qwt-6.1.6/doc/html/class_qwt_picker__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_event_pattern-members.html
qwt-6.1.6/doc/html/inherit_graph_3.map
qwt-6.1.6/doc/html/class_qwt_slider.html
qwt-6.1.6/doc/html/distrowatch-600x400.png
qwt-6.1.6/doc/html/inherit_graph_25.png
qwt-6.1.6/doc/html/class_qwt_magnifier.js
qwt-6.1.6/doc/html/class_qwt_spline_curve_fitter__inherit__graph.md5
qwt-6.1.6/doc/html/index.qhp
qwt-6.1.6/doc/html/class_qwt_scale_engine.js
qwt-6.1.6/doc/html/class_qwt_plot_multi_bar_chart.js
qwt-6.1.6/doc/html/qwt__plot__item_8h_source.html
qwt-6.1.6/doc/html/class_qwt_plot_scale_item__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_plot_series_item__inherit__graph.md5
qwt-6.1.6/doc/html/navtree.js
qwt-6.1.6/doc/html/class_qwt_round_scale_draw__inherit__graph.md5
qwt-6.1.6/doc/html/annotated_dup.js
qwt-6.1.6/doc/html/class_qwt_trading_chart_data__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_plot_scale_item__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_linear_color_map__inherit__graph.map
qwt-6.1.6/doc/html/functions_func_k.html
qwt-6.1.6/doc/html/class_qwt_picker_machine-members.html
qwt-6.1.6/doc/html/class_qwt_abstract_series_store.html
qwt-6.1.6/doc/html/class_qwt_simple_compass_rose__inherit__graph.map
qwt-6.1.6/doc/html/qwt__picker_8h_source.html
qwt-6.1.6/doc/html/functions_t.html
qwt-6.1.6/doc/html/navtreeindex1.js
qwt-6.1.6/doc/html/qwt__text_8h_source.html
qwt-6.1.6/doc/html/class_qwt_plot_canvas.js
qwt-6.1.6/doc/html/class_qwt_graphic__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_alpha_color_map__inherit__graph.png
qwt-6.1.6/doc/html/qwt__scale__draw_8h_source.html
qwt-6.1.6/doc/html/class_qwt_point_array_data.html
qwt-6.1.6/doc/html/class_qwt_rich_text_engine__inherit__graph.png
qwt-6.1.6/doc/html/qwt__text__label_8h_source.html
qwt-6.1.6/doc/html/class_qwt_linear_color_map__inherit__graph.png
qwt-6.1.6/doc/html/functions_func_m.html
qwt-6.1.6/doc/html/barchartscreenshots.html
qwt-6.1.6/doc/html/class_qwt_plot_magnifier__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_plot_spectro_curve.js
qwt-6.1.6/doc/html/class_qwt_round_scale_draw__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_log_transform-members.html
qwt-6.1.6/doc/html/inherit_graph_8.md5
qwt-6.1.6/doc/html/qwt__plot__spectrogram_8h_source.html
qwt-6.1.6/doc/html/class_qwt_picker_polygon_machine__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_plot_abstract_bar_chart__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_plot_curve-members.html
qwt-6.1.6/doc/html/graph_legend.md5
qwt-6.1.6/doc/html/class_qwt_picker_polygon_machine-members.html
qwt-6.1.6/doc/html/class_qwt_dial.html
qwt-6.1.6/doc/html/inherit_graph_2.map
qwt-6.1.6/doc/html/class_qwt_scale_engine__inherit__graph.png
qwt-6.1.6/doc/html/inherit_graph_18.md5
qwt-6.1.6/doc/html/qwt__plot__layout_8h_source.html
qwt-6.1.6/doc/html/class_qwt_interval_series_data__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_o_h_l_c_sample.html
qwt-6.1.6/doc/html/class_qwt_thermo.html
qwt-6.1.6/doc/html/class_qwt_plot_g_l_canvas.html
qwt-6.1.6/doc/html/class_qwt_series_store.js
qwt-6.1.6/doc/html/functions_func_e.html
qwt-6.1.6/doc/html/navtreeindex0.js
qwt-6.1.6/doc/html/class_qwt_panner.html
qwt-6.1.6/doc/html/class_qwt_picker_polygon_machine.js
qwt-6.1.6/doc/html/class_qwt_abstract_scale_draw-members.html
qwt-6.1.6/doc/html/class_qwt_plot_zone_item__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_plain_text_engine.js
qwt-6.1.6/doc/html/class_qwt_painter_command.js
qwt-6.1.6/doc/html/inherit_graph_46.png
qwt-6.1.6/doc/html/class_qwt_event_pattern_1_1_key_pattern.html
qwt-6.1.6/doc/html/class_qwt_legend_data-members.html
qwt-6.1.6/doc/html/inherit_graph_7.png
qwt-6.1.6/doc/html/class_qwt_plot_raster_item.html
qwt-6.1.6/doc/html/inherit_graph_28.png
qwt-6.1.6/doc/html/inherit_graph_16.map
qwt-6.1.6/doc/html/inherit_graph_48.md5
qwt-6.1.6/doc/html/inherit_graph_16.md5
qwt-6.1.6/doc/html/class_qwt_plot_spectrogram__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_spline_curve_fitter__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_plot_curve__inherit__graph.md5
qwt-6.1.6/doc/html/qwt__plot__abstract__barchart_8h_source.html
qwt-6.1.6/doc/html/class_qwt_linear_scale_engine-members.html
qwt-6.1.6/doc/html/class_qwt_plot_canvas__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_plot_scale_item.js
qwt-6.1.6/doc/html/inherit_graph_11.png
qwt-6.1.6/doc/html/class_qwt_interval_symbol-members.html
qwt-6.1.6/doc/html/class_qwt_dial_simple_needle__inherit__graph.md5
qwt-6.1.6/doc/html/navtreeindex6.js
qwt-6.1.6/doc/html/itemeditor-600x400.png
qwt-6.1.6/doc/html/functions_func_u.html
qwt-6.1.6/doc/html/class_qwt_plot_direct_painter.html
qwt-6.1.6/doc/html/inherit_graph_21.png
qwt-6.1.6/doc/html/class_qwt_interval_series_data.js
qwt-6.1.6/doc/html/functions_func_g.html
qwt-6.1.6/doc/html/class_qwt_dial_needle.js
qwt-6.1.6/doc/html/spectrogram-value-600x400.png
qwt-6.1.6/doc/html/class_qwt_point_array_data.js
qwt-6.1.6/doc/html/inherit_graph_20.map
qwt-6.1.6/doc/html/class_qwt_scale_draw__inherit__graph.png
qwt-6.1.6/doc/html/inherit_graph_17.md5
qwt-6.1.6/doc/html/qwt__curve__fitter_8h_source.html
qwt-6.1.6/doc/html/class_qwt_picker_tracker_machine__inherit__graph.md5
qwt-6.1.6/doc/html/navtreeindex10.js
qwt-6.1.6/doc/html/class_qwt_date_scale_draw__inherit__graph.md5
qwt-6.1.6/doc/html/functions_eval_g.html
qwt-6.1.6/doc/html/curves.png
qwt-6.1.6/doc/html/class_qwt_weeding_curve_fitter__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_text_label__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_linear_color_map-members.html
qwt-6.1.6/doc/html/class_qwt_scale_widget.js
qwt-6.1.6/doc/html/class_qwt_counter.js
qwt-6.1.6/doc/html/class_qwt_plot_raster_item.js
qwt-6.1.6/doc/html/functions_eval_k.html
qwt-6.1.6/doc/html/class_qwt_painter_command-members.html
qwt-6.1.6/doc/html/class_qwt_point3_d.js
qwt-6.1.6/doc/html/inherit_graph_20.md5
qwt-6.1.6/doc/html/class_qwt_date-members.html
qwt-6.1.6/doc/html/bc_s.png
qwt-6.1.6/doc/html/radio.png
qwt-6.1.6/doc/html/class_qwt_plot_scale_item.html
qwt-6.1.6/doc/html/tab_b.png
qwt-6.1.6/doc/html/class_qwt_plot_bar_chart.html
qwt-6.1.6/doc/html/open.png
qwt-6.1.6/doc/html/class_qwt_dial_simple_needle__inherit__graph.png
qwt-6.1.6/doc/html/inherit_graph_40.map
qwt-6.1.6/doc/html/class_qwt_series_data__inherit__graph.map
qwt-6.1.6/doc/html/inherit_graph_49.md5
qwt-6.1.6/doc/html/class_qwt_plot_trading_curve__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_o_h_l_c_sample.js
qwt-6.1.6/doc/html/class_qwt_scale_div.js
qwt-6.1.6/doc/html/qwt__scale__map_8h_source.html
qwt-6.1.6/doc/html/functions_vars.html
qwt-6.1.6/doc/html/class_qwt_legend.html
qwt-6.1.6/doc/html/functions_eval_f.html
qwt-6.1.6/doc/html/class_qwt_picker_polygon_machine__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_interval.js
qwt-6.1.6/doc/html/functions_i.html
qwt-6.1.6/doc/html/inherit_graph_18.png
qwt-6.1.6/doc/html/class_qwt_plot_legend_item.js
qwt-6.1.6/doc/html/class_qwt_math_m_l_text_engine__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_plot_zoomer__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_date_scale_draw__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_synthetic_point_data__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_plot_renderer.html
qwt-6.1.6/doc/html/qwt__abstract__legend_8h_source.html
qwt-6.1.6/doc/html/class_qwt_abstract_scale__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_plot_trading_curve__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_date.html
qwt-6.1.6/doc/html/functions_func_t.html
qwt-6.1.6/doc/html/class_qwt_array_series_data__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_thermo__inherit__graph.png
qwt-6.1.6/doc/html/functions_o.html
qwt-6.1.6/doc/html/class_qwt_point_array_data-members.html
qwt-6.1.6/doc/html/formula.repository
qwt-6.1.6/doc/html/class_qwt_plot_marker-members.html
qwt-6.1.6/doc/html/class_qwt_compass__inherit__graph.md5
qwt-6.1.6/doc/html/inherit_graph_38.png
qwt-6.1.6/doc/html/class_qwt_plain_text_engine__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_plot_series_item__inherit__graph.map
qwt-6.1.6/doc/html/inherit_graph_12.png
qwt-6.1.6/doc/html/class_qwt_null_paint_device__inherit__graph.md5
qwt-6.1.6/doc/html/sysinfo.png
qwt-6.1.6/doc/html/inherit_graph_45.md5
qwt-6.1.6/doc/html/qwt__color__map_8h_source.html
qwt-6.1.6/doc/html/qwt__transform_8h_source.html
qwt-6.1.6/doc/html/class_qwt_picker_click_point_machine__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_color_map__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_transform.html
qwt-6.1.6/doc/html/inherit_graph_47.map
qwt-6.1.6/doc/html/class_qwt_widget_overlay.html
qwt-6.1.6/doc/html/class_qwt_plot_spectro_curve-members.html
qwt-6.1.6/doc/html/class_qwt_dyn_grid_layout__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_trading_chart_data.js
qwt-6.1.6/doc/html/class_qwt_plot_histogram.html
qwt-6.1.6/doc/html/functions_eval_d.html
qwt-6.1.6/doc/html/functions_s.html
qwt-6.1.6/doc/html/class_qwt_plot_curve__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_plot_text_label.html
qwt-6.1.6/doc/html/class_qwt_compass_magnet_needle-members.html
qwt-6.1.6/doc/html/class_qwt_plot_text_label__inherit__graph.png
qwt-6.1.6/doc/html/functions_eval_v.html
qwt-6.1.6/doc/html/inherit_graph_50.map
qwt-6.1.6/doc/html/sliders.png
qwt-6.1.6/doc/html/class_qwt_abstract_scale.html
qwt-6.1.6/doc/html/splitbar.png
qwt-6.1.6/doc/html/class_qwt_widget_overlay__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_curve_fitter__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_point_series_data__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_sampling_thread__inherit__graph.png
qwt-6.1.6/doc/html/functions_w.html
qwt-6.1.6/doc/html/functions_func_l.html
qwt-6.1.6/doc/html/inherit_graph_32.md5
qwt-6.1.6/doc/html/functions_d.html
qwt-6.1.6/doc/html/class_qwt_linear_scale_engine__inherit__graph.png
qwt-6.1.6/doc/html/functions_eval_e.html
qwt-6.1.6/doc/html/class_qwt_log_scale_engine.js
qwt-6.1.6/doc/html/class_qwt_thermo__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_point3_d_series_data.js
qwt-6.1.6/doc/html/class_qwt_plot_canvas-members.html
qwt-6.1.6/doc/html/class_qwt_legend_label__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_arrow_button.html
qwt-6.1.6/doc/html/inherit_graph_49.map
qwt-6.1.6/doc/html/barchart-stacked-600x400.png
qwt-6.1.6/doc/html/inherit_graph_10.md5
qwt-6.1.6/doc/html/class_qwt_color_map.js
qwt-6.1.6/doc/html/class_qwt_round_scale_draw.html
qwt-6.1.6/doc/html/class_qwt_scale_div-members.html
qwt-6.1.6/doc/html/class_qwt_null_paint_device.html
qwt-6.1.6/doc/html/class_qwt_panner-members.html
qwt-6.1.6/doc/html/qwt__abstract__slider_8h_source.html
qwt-6.1.6/doc/html/class_qwt_picker_click_rect_machine__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_scale_widget-members.html
qwt-6.1.6/doc/html/spectrogram-contour2-600x400.png
qwt-6.1.6/doc/html/qwt__mathml__text__engine_8h_source.html
qwt-6.1.6/doc/html/class_qwt_plot_g_l_canvas__inherit__graph.png
qwt-6.1.6/doc/html/inherit_graph_41.map
qwt-6.1.6/doc/html/class_qwt_plot_bar_chart-members.html
qwt-6.1.6/doc/html/class_qwt_plot_layout.js
qwt-6.1.6/doc/html/class_qwt_plot_marker__inherit__graph.png
qwt-6.1.6/doc/html/qwt__spline_8h_source.html
qwt-6.1.6/doc/html/class_qwt_series_data__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_transform-members.html
qwt-6.1.6/doc/html/functions_func.js
qwt-6.1.6/doc/html/class_qwt_color_map-members.html
qwt-6.1.6/doc/html/class_qwt_raster_data__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_pixel_matrix.html
qwt-6.1.6/doc/html/class_qwt_alpha_color_map__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_set_sample-members.html
qwt-6.1.6/doc/html/class_qwt_null_transform__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_plot-members.html
qwt-6.1.6/doc/html/class_qwt_picker_drag_rect_machine__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_text.html
qwt-6.1.6/doc/html/class_qwt_plot_raster_item__inherit__graph.md5
qwt-6.1.6/doc/html/scatterplot-600x400.png
qwt-6.1.6/doc/html/nav_f.png
qwt-6.1.6/doc/html/inherit_graph_46.map
qwt-6.1.6/doc/html/qwt__plot__tradingcurve_8h_source.html
qwt-6.1.6/doc/html/class_qwt_linear_color_map.js
qwt-6.1.6/doc/html/class_qwt_plot_marker__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_panner__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_picker_polygon_machine.html
qwt-6.1.6/doc/html/class_qwt_compass_scale_draw.html
qwt-6.1.6/doc/html/class_qwt_picker_drag_rect_machine__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_plot_picker.html
qwt-6.1.6/doc/html/menudata.js
qwt-6.1.6/doc/html/class_qwt_scale_engine-members.html
qwt-6.1.6/doc/html/inherit_graph_34.md5
qwt-6.1.6/doc/html/class_qwt_event_pattern_1_1_mouse_pattern.html
qwt-6.1.6/doc/html/inherit_graph_1.md5
qwt-6.1.6/doc/html/class_qwt_plain_text_engine__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_plot_canvas__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_column_symbol.js
qwt-6.1.6/doc/html/class_qwt_rich_text_engine.html
qwt-6.1.6/doc/html/class_qwt_plot_abstract_bar_chart__inherit__graph.png
qwt-6.1.6/doc/html/dir_38ce0752a9eb8d28f937191131181730.html
qwt-6.1.6/doc/html/class_qwt_plot_panner.html
qwt-6.1.6/doc/html/qwt__plot__seriesitem_8h_source.html
qwt-6.1.6/doc/html/class_qwt_spline.js
qwt-6.1.6/doc/html/class_qwt_counter.html
qwt-6.1.6/doc/html/class_qwt_dial_needle.html
qwt-6.1.6/doc/html/class_qwt_curve_fitter.html
qwt-6.1.6/doc/html/class_qwt_picker_polygon_machine__inherit__graph.map
qwt-6.1.6/doc/html/navtree.css
qwt-6.1.6/doc/html/class_qwt_widget_overlay__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_plot_zone_item__inherit__graph.png
qwt-6.1.6/doc/html/qwt__system__clock_8h_source.html
qwt-6.1.6/doc/html/class_qwt_arrow_button__inherit__graph.png
qwt-6.1.6/doc/html/functions_b.html
qwt-6.1.6/doc/html/functions_f.html
qwt-6.1.6/doc/html/class_qwt_legend_data.html
qwt-6.1.6/doc/html/inherit_graph_47.md5
qwt-6.1.6/doc/html/qwt__abstract__scale_8h_source.html
qwt-6.1.6/doc/html/qwtlicense.html
qwt-6.1.6/doc/html/class_qwt_date_scale_draw__inherit__graph.png
qwt-6.1.6/doc/html/inherit_graph_1.png
qwt-6.1.6/doc/html/class_qwt_point_polar.html
qwt-6.1.6/doc/html/class_qwt_plot_grid__inherit__graph.png
qwt-6.1.6/doc/html/qwt__series__store_8h_source.html
qwt-6.1.6/doc/html/class_qwt_text_engine.js
qwt-6.1.6/doc/html/functions_eval_i.html
qwt-6.1.6/doc/html/functions_e.html
qwt-6.1.6/doc/html/class_qwt_point3_d_series_data__inherit__graph.map
qwt-6.1.6/doc/html/inherit_graph_46.md5
qwt-6.1.6/doc/html/functions_~.html
qwt-6.1.6/doc/html/class_qwt_picker_click_rect_machine.html
qwt-6.1.6/doc/html/class_qwt_compass_rose-members.html
qwt-6.1.6/doc/html/class_qwt_plot_series_item-members.html
qwt-6.1.6/doc/html/class_qwt_legend_label.html
qwt-6.1.6/doc/html/class_qwt_picker_drag_line_machine.js
qwt-6.1.6/doc/html/class_qwt_plot_interval_curve-members.html
qwt-6.1.6/doc/html/class_qwt_plot_item.html
qwt-6.1.6/doc/html/sync_off.png
qwt-6.1.6/doc/html/class_qwt_compass_scale_draw.js
qwt-6.1.6/doc/html/qwt__analog__clock_8h_source.html
qwt-6.1.6/doc/html/class_qwt_o_h_l_c_sample-members.html
qwt-6.1.6/doc/html/class_qwt_point3_d_series_data.html
qwt-6.1.6/doc/html/class_qwt_picker_tracker_machine-members.html
qwt-6.1.6/doc/html/functions_l.html
qwt-6.1.6/doc/html/functions_func_i.html
qwt-6.1.6/doc/html/functions_p.html
qwt-6.1.6/doc/html/class_qwt_weeding_curve_fitter-members.html
qwt-6.1.6/doc/html/inherit_graph_10.png
qwt-6.1.6/doc/html/form_5.png
qwt-6.1.6/doc/html/class_qwt_null_transform__inherit__graph.md5
qwt-6.1.6/doc/html/inherit_graph_2.md5
qwt-6.1.6/doc/html/class_qwt_plot_abstract_bar_chart.js
qwt-6.1.6/doc/html/class_qwt_picker_click_point_machine.js
qwt-6.1.6/doc/html/class_qwt_plot_renderer-members.html
qwt-6.1.6/doc/html/class_qwt_plot_legend_item__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_abstract_scale_draw__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_abstract_scale__inherit__graph.png
qwt-6.1.6/doc/html/inherit_graph_21.map
qwt-6.1.6/doc/html/qwt__plot__histogram_8h_source.html
qwt-6.1.6/doc/html/class_qwt_point_mapper.html
qwt-6.1.6/doc/html/class_qwt_graphic-members.html
qwt-6.1.6/doc/html/class_qwt_synthetic_point_data__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_compass_scale_draw__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_picker_click_rect_machine__inherit__graph.md5
qwt-6.1.6/doc/html/qwt__legend_8h_source.html
qwt-6.1.6/doc/html/class_qwt_event_pattern.html
qwt-6.1.6/doc/html/class_qwt_graphic.html
qwt-6.1.6/doc/html/inherit_graph_15.md5
qwt-6.1.6/doc/html/class_qwt_raster_data__inherit__graph.map
qwt-6.1.6/doc/html/inherit_graph_22.png
qwt-6.1.6/doc/html/class_qwt_plot_dict__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_picker_machine.html
qwt-6.1.6/doc/html/class_qwt_picker__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_scale_widget__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_set_series_data__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_picker_drag_point_machine-members.html
qwt-6.1.6/doc/html/class_qwt_round_scale_draw-members.html
qwt-6.1.6/doc/html/qwt__date_8h_source.html
qwt-6.1.6/doc/html/class_qwt_picker_machine__inherit__graph.md5
qwt-6.1.6/doc/html/qwt__dyngrid__layout_8h_source.html
qwt-6.1.6/doc/html/class_qwt_linear_scale_engine.html
qwt-6.1.6/doc/html/class_qwt_math_m_l_text_engine__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_plot_zone_item__inherit__graph.map
qwt-6.1.6/doc/html/qwt__plot__panner_8h_source.html
qwt-6.1.6/doc/html/inherit_graph_5.png
qwt-6.1.6/doc/html/class_qwt_text-members.html
qwt-6.1.6/doc/html/class_qwt_scale_map.js
qwt-6.1.6/doc/html/class_qwt_set_series_data-members.html
qwt-6.1.6/doc/html/qwt__picker__machine_8h_source.html
qwt-6.1.6/doc/html/class_qwt_compass_wind_arrow__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_spline_curve_fitter.html
qwt-6.1.6/doc/html/class_qwt_c_pointer_data-members.html
qwt-6.1.6/doc/html/inherit_graph_24.md5
qwt-6.1.6/doc/html/class_qwt_plot_picker__inherit__graph.map
qwt-6.1.6/doc/html/inherit_graph_26.map
qwt-6.1.6/doc/html/class_qwt_plot_dict.js
qwt-6.1.6/doc/html/class_qwt_picker_machine.js
qwt-6.1.6/doc/html/class_qwt_plot_trading_curve.js
qwt-6.1.6/doc/html/class_qwt_sampling_thread-members.html
qwt-6.1.6/doc/html/class_qwt_sampling_thread__inherit__graph.map
qwt-6.1.6/doc/html/inherit_graph_27.map
qwt-6.1.6/doc/html/functions_u.html
qwt-6.1.6/doc/html/class_qwt_dyn_grid_layout__inherit__graph.map
qwt-6.1.6/doc/html/qwt__symbol_8h_source.html
qwt-6.1.6/doc/html/class_qwt_column_rect.js
qwt-6.1.6/doc/html/inherit_graph_32.png
qwt-6.1.6/doc/html/hierarchy.js
qwt-6.1.6/doc/html/class_qwt_widget_overlay-members.html
qwt-6.1.6/doc/html/inherit_graph_22.map
qwt-6.1.6/doc/html/class_qwt_rich_text_engine.js
qwt-6.1.6/doc/html/inherit_graph_43.png
qwt-6.1.6/doc/html/class_qwt_panner__inherit__graph.map
qwt-6.1.6/doc/html/inherit_graph_36.png
qwt-6.1.6/doc/html/inherit_graph_5.map
qwt-6.1.6/doc/html/qwt__sampling__thread_8h_source.html
qwt-6.1.6/doc/html/inherit_graph_17.map
qwt-6.1.6/doc/html/functions_k.html
qwt-6.1.6/doc/html/navtreeindex7.js
qwt-6.1.6/doc/html/inherit_graph_49.png
qwt-6.1.6/doc/html/class_qwt_legend_label-members.html
qwt-6.1.6/doc/html/class_qwt_curve_fitter.js
qwt-6.1.6/doc/html/class_qwt_plot_panner.js
qwt-6.1.6/doc/html/class_qwt_series_data.html
qwt-6.1.6/doc/html/qwt__global_8h_source.html
qwt-6.1.6/doc/html/class_qwt_weeding_curve_fitter.html
qwt-6.1.6/doc/html/class_qwt_plot_picker__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_text_label__inherit__graph.map
qwt-6.1.6/doc/html/qwt__point__data_8h_source.html
qwt-6.1.6/doc/html/class_qwt_plot_canvas.html
qwt-6.1.6/doc/html/class_qwt_plot_panner__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_c_pointer_data__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_matrix_raster_data-members.html
qwt-6.1.6/doc/html/inherit_graph_37.md5
qwt-6.1.6/doc/html/class_qwt_transform__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_plot_grid-members.html
qwt-6.1.6/doc/html/class_qwt_scale_map-members.html
qwt-6.1.6/doc/html/class_qwt_point_array_data__inherit__graph.md5
qwt-6.1.6/doc/html/form_3.png
qwt-6.1.6/doc/html/qwt__magnifier_8h_source.html
qwt-6.1.6/doc/html/qwt__plot__curve_8h_source.html
qwt-6.1.6/doc/html/class_qwt_weeding_curve_fitter.js
qwt-6.1.6/doc/html/class_qwt_abstract_legend__inherit__graph.map
qwt-6.1.6/doc/html/qwt__plot__grid_8h_source.html
qwt-6.1.6/doc/html/class_qwt_picker_drag_point_machine__inherit__graph.map
qwt-6.1.6/doc/html/functions_enum.html
qwt-6.1.6/doc/html/class_qwt_plot_dict-members.html
qwt-6.1.6/doc/html/class_qwt_counter__inherit__graph.md5
qwt-6.1.6/doc/html/inherit_graph_25.md5
qwt-6.1.6/doc/html/inherit_graph_39.map
qwt-6.1.6/doc/html/functions_func_h.html
qwt-6.1.6/doc/html/class_qwt_compass__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_picker_drag_line_machine.html
qwt-6.1.6/doc/html/pages.html
qwt-6.1.6/doc/html/class_qwt_color_map.html
qwt-6.1.6/doc/html/class_qwt_c_pointer_data.html
qwt-6.1.6/doc/html/inherit_graph_48.png
qwt-6.1.6/doc/html/class_qwt_arrow_button-members.html
qwt-6.1.6/doc/html/class_qwt_dial__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_plot_legend_item__inherit__graph.map
qwt-6.1.6/doc/html/form_4.png
qwt-6.1.6/doc/html/qwt__scale__div_8h_source.html
qwt-6.1.6/doc/html/class_qwt_magnifier.html
qwt-6.1.6/doc/html/functions_v.html
qwt-6.1.6/doc/html/class_qwt_plot_canvas__inherit__graph.map
qwt-6.1.6/doc/html/qwt__plot__zoomer_8h_source.html
qwt-6.1.6/doc/html/class_qwt_analog_clock.html
qwt-6.1.6/doc/html/class_qwt_linear_color_map__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_compass_scale_draw__inherit__graph.md5
qwt-6.1.6/doc/html/qwt__plot__magnifier_8h_source.html
qwt-6.1.6/doc/html/class_qwt_plot_interval_curve__inherit__graph.png
qwt-6.1.6/doc/html/functions_g.html
qwt-6.1.6/doc/html/class_qwt_analog_clock__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_point_series_data.js
qwt-6.1.6/doc/html/qwt__point__mapper_8h_source.html
qwt-6.1.6/doc/html/class_qwt_plot_histogram__inherit__graph.md5
qwt-6.1.6/doc/html/qwt__interval__symbol_8h_source.html
qwt-6.1.6/doc/html/inherit_graph_31.md5
qwt-6.1.6/doc/html/inherit_graph_14.md5
qwt-6.1.6/doc/html/inherit_graph_0.md5
qwt-6.1.6/doc/html/class_qwt_abstract_series_store__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_event_pattern__inherit__graph.map
qwt-6.1.6/doc/html/functions_h.html
qwt-6.1.6/doc/html/inherit_graph_11.md5
qwt-6.1.6/doc/html/navtreeindex4.js
qwt-6.1.6/doc/html/curvescreenshots.html
qwt-6.1.6/doc/html/class_qwt_painter_command.html
qwt-6.1.6/doc/html/classes.html
qwt-6.1.6/doc/html/class_qwt_point_array_data__inherit__graph.png
qwt-6.1.6/doc/html/qwt__slider_8h_source.html
qwt-6.1.6/doc/html/functions_eval.html
qwt-6.1.6/doc/html/class_qwt_array_series_data__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_text_engine-members.html
qwt-6.1.6/doc/html/class_qwt_abstract_legend__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_power_transform.js
qwt-6.1.6/doc/html/class_qwt_point_mapper-members.html
qwt-6.1.6/doc/html/class_qwt_interval-members.html
qwt-6.1.6/doc/html/doc.png
qwt-6.1.6/doc/html/class_qwt_plot_svg_item__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_array_series_data.html
qwt-6.1.6/doc/html/inherit_graph_9.md5
qwt-6.1.6/doc/html/friedberg-tube-600x400.png
qwt-6.1.6/doc/html/qwt__pixel__matrix_8h_source.html
qwt-6.1.6/doc/html/class_qwt_raster_data__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_abstract_legend-members.html
qwt-6.1.6/doc/html/class_qwt_spline_curve_fitter__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_log_scale_engine.html
qwt-6.1.6/doc/html/class_qwt_plot_item-members.html
qwt-6.1.6/doc/html/class_qwt_slider__inherit__graph.md5
qwt-6.1.6/doc/html/nav_h.png
qwt-6.1.6/doc/html/functions_eval_t.html
qwt-6.1.6/doc/html/qwt__math_8h_source.html
qwt-6.1.6/doc/html/inherit_graph_38.map
qwt-6.1.6/doc/html/inherit_graph_17.png
qwt-6.1.6/doc/html/inherit_graph_33.map
qwt-6.1.6/doc/html/class_qwt_plot_histogram.js
qwt-6.1.6/doc/html/class_qwt_plot_zoomer-members.html
qwt-6.1.6/doc/html/class_qwt_widget_overlay.js
qwt-6.1.6/doc/html/class_qwt_symbol.js
qwt-6.1.6/doc/html/class_qwt_plot_svg_item-members.html
qwt-6.1.6/doc/html/class_qwt_picker_drag_point_machine.js
qwt-6.1.6/doc/html/qwt__column__symbol_8h_source.html
qwt-6.1.6/doc/html/inherit_graph_5.md5
qwt-6.1.6/doc/html/class_qwt_pixel_matrix-members.html
qwt-6.1.6/doc/html/class_qwt_scale_map.html
qwt-6.1.6/doc/html/functions.html
qwt-6.1.6/doc/html/class_qwt_compass_wind_arrow__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_compass_wind_arrow__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_panner__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_math_m_l_text_engine__inherit__graph.map
qwt-6.1.6/doc/html/functions_eval_x.html
qwt-6.1.6/doc/html/class_qwt_plot_curve__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_set_series_data.js
qwt-6.1.6/doc/html/inherit_graph_24.png
qwt-6.1.6/doc/html/class_qwt_c_pointer_data__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_raster_data.js
qwt-6.1.6/doc/html/class_qwt_abstract_legend__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_plot_layout.html
qwt-6.1.6/doc/html/class_qwt_null_paint_device-members.html
qwt-6.1.6/doc/html/annotated.html
qwt-6.1.6/doc/html/graph_legend.html
qwt-6.1.6/doc/html/qwt__knob_8h_source.html
qwt-6.1.6/doc/html/class_qwt_abstract_scale_draw.js
qwt-6.1.6/doc/html/inherit_graph_26.png
qwt-6.1.6/doc/html/qwt__plot__canvas_8h_source.html
qwt-6.1.6/doc/html/class_qwt_plot_dict.html
qwt-6.1.6/doc/html/class_qwt_legend_label__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_synthetic_point_data.js
qwt-6.1.6/doc/html/class_qwt_plot_shape_item-members.html
qwt-6.1.6/doc/html/class_qwt_plot_spectrogram.js
qwt-6.1.6/doc/html/navtreeindex9.js
qwt-6.1.6/doc/html/class_qwt_plot_panner__inherit__graph.map
qwt-6.1.6/doc/html/search/
qwt-6.1.6/doc/html/search/all_14.js
qwt-6.1.6/doc/html/search/all_16.html
qwt-6.1.6/doc/html/search/pages_1.js
qwt-6.1.6/doc/html/search/all_4.html
qwt-6.1.6/doc/html/search/enums_c.html
qwt-6.1.6/doc/html/search/enums_9.js
qwt-6.1.6/doc/html/search/enumvalues_10.html
qwt-6.1.6/doc/html/search/close.svg
qwt-6.1.6/doc/html/search/enumvalues_13.js
qwt-6.1.6/doc/html/search/variables_9.js
qwt-6.1.6/doc/html/search/all_9.html
qwt-6.1.6/doc/html/search/enums_2.js
qwt-6.1.6/doc/html/search/enums_5.html
qwt-6.1.6/doc/html/search/enumvalues_0.html
qwt-6.1.6/doc/html/search/functions_7.js
qwt-6.1.6/doc/html/search/enums_c.js
qwt-6.1.6/doc/html/search/all_6.html
qwt-6.1.6/doc/html/search/variables_8.js
qwt-6.1.6/doc/html/search/typedefs_4.html
qwt-6.1.6/doc/html/search/enumvalues_17.js
qwt-6.1.6/doc/html/search/pages_6.js
qwt-6.1.6/doc/html/search/variables_a.js
qwt-6.1.6/doc/html/search/all_18.js
qwt-6.1.6/doc/html/search/enumvalues_4.js
qwt-6.1.6/doc/html/search/nomatches.html
qwt-6.1.6/doc/html/search/functions_17.js
qwt-6.1.6/doc/html/search/enums_5.js
qwt-6.1.6/doc/html/search/functions_9.js
qwt-6.1.6/doc/html/search/typedefs_9.js
qwt-6.1.6/doc/html/search/enumvalues_e.html
qwt-6.1.6/doc/html/search/pages_3.html
qwt-6.1.6/doc/html/search/enumvalues_a.js
qwt-6.1.6/doc/html/search/all_3.js
qwt-6.1.6/doc/html/search/functions_3.js
qwt-6.1.6/doc/html/search/functions_10.html
qwt-6.1.6/doc/html/search/all_15.html
qwt-6.1.6/doc/html/search/all_b.js
qwt-6.1.6/doc/html/search/functions_c.html
qwt-6.1.6/doc/html/search/variables_1.html
qwt-6.1.6/doc/html/search/enumvalues_13.html
qwt-6.1.6/doc/html/search/all_11.js
qwt-6.1.6/doc/html/search/variables_7.html
qwt-6.1.6/doc/html/search/variables_6.js
qwt-6.1.6/doc/html/search/typedefs_3.js
qwt-6.1.6/doc/html/search/typedefs_2.js
qwt-6.1.6/doc/html/search/pages_0.js
qwt-6.1.6/doc/html/search/pages_7.html
qwt-6.1.6/doc/html/search/all_1a.js
qwt-6.1.6/doc/html/search/enums_1.html
qwt-6.1.6/doc/html/search/functions_3.html
qwt-6.1.6/doc/html/search/pages_7.js
qwt-6.1.6/doc/html/search/functions_18.js
qwt-6.1.6/doc/html/search/pages_4.html
qwt-6.1.6/doc/html/search/functions_e.js
qwt-6.1.6/doc/html/search/all_17.js
qwt-6.1.6/doc/html/search/enums_1.js
qwt-6.1.6/doc/html/search/variables_5.js
qwt-6.1.6/doc/html/search/enums_e.html
qwt-6.1.6/doc/html/search/all_16.js
qwt-6.1.6/doc/html/search/all_3.html
qwt-6.1.6/doc/html/search/search_l.png
qwt-6.1.6/doc/html/search/all_9.js
qwt-6.1.6/doc/html/search/searchdata.js
qwt-6.1.6/doc/html/search/enumvalues_1.html
qwt-6.1.6/doc/html/search/enumvalues_5.js
qwt-6.1.6/doc/html/search/typedefs_2.html
qwt-6.1.6/doc/html/search/functions_13.html
qwt-6.1.6/doc/html/search/enumvalues_3.html
qwt-6.1.6/doc/html/search/enumvalues_b.html
qwt-6.1.6/doc/html/search/enumvalues_16.js
qwt-6.1.6/doc/html/search/enumvalues_17.html
qwt-6.1.6/doc/html/search/variables_5.html
qwt-6.1.6/doc/html/search/enumvalues_d.html
qwt-6.1.6/doc/html/search/pages_2.js
qwt-6.1.6/doc/html/search/enums_3.js
qwt-6.1.6/doc/html/search/functions_6.html
qwt-6.1.6/doc/html/search/typedefs_1.html
qwt-6.1.6/doc/html/search/pages_5.js
qwt-6.1.6/doc/html/search/typedefs_6.html
qwt-6.1.6/doc/html/search/typedefs_7.html
qwt-6.1.6/doc/html/search/all_18.html
qwt-6.1.6/doc/html/search/functions_5.js
qwt-6.1.6/doc/html/search/all_13.html
qwt-6.1.6/doc/html/search/enums_b.html
qwt-6.1.6/doc/html/search/all_c.html
qwt-6.1.6/doc/html/search/all_7.html
qwt-6.1.6/doc/html/search/enums_10.js
qwt-6.1.6/doc/html/search/all_e.html
qwt-6.1.6/doc/html/search/functions_1.js
qwt-6.1.6/doc/html/search/enumvalues_8.html
qwt-6.1.6/doc/html/search/variables_6.html
qwt-6.1.6/doc/html/search/typedefs_0.js
qwt-6.1.6/doc/html/search/enums_e.js
qwt-6.1.6/doc/html/search/all_15.js
qwt-6.1.6/doc/html/search/enumvalues_7.js
qwt-6.1.6/doc/html/search/functions_18.html
qwt-6.1.6/doc/html/search/variables_0.html
qwt-6.1.6/doc/html/search/pages_5.html
qwt-6.1.6/doc/html/search/functions_2.js
qwt-6.1.6/doc/html/search/search.css
qwt-6.1.6/doc/html/search/enumvalues_2.js
qwt-6.1.6/doc/html/search/functions_a.html
qwt-6.1.6/doc/html/search/functions_12.html
qwt-6.1.6/doc/html/search/enumvalues_12.js
qwt-6.1.6/doc/html/search/all_c.js
qwt-6.1.6/doc/html/search/functions_17.html
qwt-6.1.6/doc/html/search/enumvalues_4.html
qwt-6.1.6/doc/html/search/functions_4.html
qwt-6.1.6/doc/html/search/enumvalues_15.html
qwt-6.1.6/doc/html/search/enums_4.html
qwt-6.1.6/doc/html/search/enumvalues_1.js
qwt-6.1.6/doc/html/search/functions_7.html
qwt-6.1.6/doc/html/search/all_19.js
qwt-6.1.6/doc/html/search/functions_d.html
qwt-6.1.6/doc/html/search/all_12.js
qwt-6.1.6/doc/html/search/pages_0.html
qwt-6.1.6/doc/html/search/functions_c.js
qwt-6.1.6/doc/html/search/typedefs_0.html
qwt-6.1.6/doc/html/search/variables_b.html
qwt-6.1.6/doc/html/search/typedefs_a.js
qwt-6.1.6/doc/html/search/variables_3.js
qwt-6.1.6/doc/html/search/enumvalues_f.html
qwt-6.1.6/doc/html/search/all_1.js
qwt-6.1.6/doc/html/search/all_2.html
qwt-6.1.6/doc/html/search/functions_6.js
qwt-6.1.6/doc/html/search/all_0.html
qwt-6.1.6/doc/html/search/functions_10.js
qwt-6.1.6/doc/html/search/all_8.js
qwt-6.1.6/doc/html/search/enumvalues_15.js
qwt-6.1.6/doc/html/search/functions_14.js
qwt-6.1.6/doc/html/search/variables_2.html
qwt-6.1.6/doc/html/search/all_14.html
qwt-6.1.6/doc/html/search/enumvalues_9.js
qwt-6.1.6/doc/html/search/typedefs_a.html
qwt-6.1.6/doc/html/search/functions_0.html
qwt-6.1.6/doc/html/search/search_r.png
qwt-6.1.6/doc/html/search/functions_b.html
qwt-6.1.6/doc/html/search/functions_f.html
qwt-6.1.6/doc/html/search/typedefs_4.js
qwt-6.1.6/doc/html/search/classes_0.html
qwt-6.1.6/doc/html/search/enums_8.html
qwt-6.1.6/doc/html/search/functions_19.html
qwt-6.1.6/doc/html/search/functions_e.html
qwt-6.1.6/doc/html/search/enums_9.html
qwt-6.1.6/doc/html/search/typedefs_8.html
qwt-6.1.6/doc/html/search/all_5.html
qwt-6.1.6/doc/html/search/all_11.html
qwt-6.1.6/doc/html/search/enumvalues_f.js
qwt-6.1.6/doc/html/search/enumvalues_11.js
qwt-6.1.6/doc/html/search/enums_f.js
qwt-6.1.6/doc/html/search/functions_8.js
qwt-6.1.6/doc/html/search/enums_a.js
qwt-6.1.6/doc/html/search/pages_4.js
qwt-6.1.6/doc/html/search/enumvalues_6.html
qwt-6.1.6/doc/html/search/typedefs_6.js
qwt-6.1.6/doc/html/search/enums_7.html
qwt-6.1.6/doc/html/search/mag_sel.svg
qwt-6.1.6/doc/html/search/all_1a.html
qwt-6.1.6/doc/html/search/typedefs_7.js
qwt-6.1.6/doc/html/search/all_2.js
qwt-6.1.6/doc/html/search/enumvalues_b.js
qwt-6.1.6/doc/html/search/all_1.html
qwt-6.1.6/doc/html/search/classes_0.js
qwt-6.1.6/doc/html/search/enums_8.js
qwt-6.1.6/doc/html/search/enumvalues_d.js
qwt-6.1.6/doc/html/search/variables_7.js
qwt-6.1.6/doc/html/search/variables_0.js
qwt-6.1.6/doc/html/search/enums_10.html
qwt-6.1.6/doc/html/search/enumvalues_a.html
qwt-6.1.6/doc/html/search/search.js
qwt-6.1.6/doc/html/search/functions_11.js
qwt-6.1.6/doc/html/search/variables_1.js
qwt-6.1.6/doc/html/search/enumvalues_14.html
qwt-6.1.6/doc/html/search/functions_13.js
qwt-6.1.6/doc/html/search/functions_0.js
qwt-6.1.6/doc/html/search/search_m.png
qwt-6.1.6/doc/html/search/all_a.html
qwt-6.1.6/doc/html/search/functions_15.js
qwt-6.1.6/doc/html/search/pages_6.html
qwt-6.1.6/doc/html/search/functions_8.html
qwt-6.1.6/doc/html/search/all_4.js
qwt-6.1.6/doc/html/search/enumvalues_c.js
qwt-6.1.6/doc/html/search/enums_6.html
qwt-6.1.6/doc/html/search/typedefs_1.js
qwt-6.1.6/doc/html/search/enumvalues_0.js
qwt-6.1.6/doc/html/search/functions_14.html
qwt-6.1.6/doc/html/search/enums_b.js
qwt-6.1.6/doc/html/search/all_6.js
qwt-6.1.6/doc/html/search/all_8.html
qwt-6.1.6/doc/html/search/functions_5.html
qwt-6.1.6/doc/html/search/functions_4.js
qwt-6.1.6/doc/html/search/enums_7.js
qwt-6.1.6/doc/html/search/enums_4.js
qwt-6.1.6/doc/html/search/enums_6.js
qwt-6.1.6/doc/html/search/enumvalues_6.js
qwt-6.1.6/doc/html/search/variables_b.js
qwt-6.1.6/doc/html/search/all_f.js
qwt-6.1.6/doc/html/search/functions_2.html
qwt-6.1.6/doc/html/search/classes_2.html
qwt-6.1.6/doc/html/search/enums_d.html
qwt-6.1.6/doc/html/search/functions_15.html
qwt-6.1.6/doc/html/search/pages_3.js
qwt-6.1.6/doc/html/search/all_10.html
qwt-6.1.6/doc/html/search/all_13.js
qwt-6.1.6/doc/html/search/enums_0.html
qwt-6.1.6/doc/html/search/enums_0.js
qwt-6.1.6/doc/html/search/all_17.html
qwt-6.1.6/doc/html/search/all_b.html
qwt-6.1.6/doc/html/search/typedefs_3.html
qwt-6.1.6/doc/html/search/all_19.html
qwt-6.1.6/doc/html/search/variables_a.html
qwt-6.1.6/doc/html/search/enumvalues_2.html
qwt-6.1.6/doc/html/search/all_7.js
qwt-6.1.6/doc/html/search/all_0.js
qwt-6.1.6/doc/html/search/enums_f.html
qwt-6.1.6/doc/html/search/enums_d.js
qwt-6.1.6/doc/html/search/functions_19.js
qwt-6.1.6/doc/html/search/all_a.js
qwt-6.1.6/doc/html/search/variables_3.html
qwt-6.1.6/doc/html/search/enums_3.html
qwt-6.1.6/doc/html/search/enumvalues_7.html
qwt-6.1.6/doc/html/search/functions_16.html
qwt-6.1.6/doc/html/search/enumvalues_16.html
qwt-6.1.6/doc/html/search/enums_a.html
qwt-6.1.6/doc/html/search/variables_8.html
qwt-6.1.6/doc/html/search/enumvalues_14.js
qwt-6.1.6/doc/html/search/functions_f.js
qwt-6.1.6/doc/html/search/functions_1.html
qwt-6.1.6/doc/html/search/typedefs_5.js
qwt-6.1.6/doc/html/search/typedefs_9.html
qwt-6.1.6/doc/html/search/enumvalues_12.html
qwt-6.1.6/doc/html/search/enumvalues_5.html
qwt-6.1.6/doc/html/search/variables_4.html
qwt-6.1.6/doc/html/search/enumvalues_c.html
qwt-6.1.6/doc/html/search/all_e.js
qwt-6.1.6/doc/html/search/enumvalues_e.js
qwt-6.1.6/doc/html/search/functions_d.js
qwt-6.1.6/doc/html/search/enums_2.html
qwt-6.1.6/doc/html/search/all_d.html
qwt-6.1.6/doc/html/search/variables_4.js
qwt-6.1.6/doc/html/search/classes_1.js
qwt-6.1.6/doc/html/search/functions_12.js
qwt-6.1.6/doc/html/search/classes_2.js
qwt-6.1.6/doc/html/search/functions_16.js
qwt-6.1.6/doc/html/search/all_d.js
qwt-6.1.6/doc/html/search/pages_1.html
qwt-6.1.6/doc/html/search/all_f.html
qwt-6.1.6/doc/html/search/classes_1.html
qwt-6.1.6/doc/html/search/enumvalues_3.js
qwt-6.1.6/doc/html/search/all_10.js
qwt-6.1.6/doc/html/search/functions_a.js
qwt-6.1.6/doc/html/search/functions_11.html
qwt-6.1.6/doc/html/search/enumvalues_9.html
qwt-6.1.6/doc/html/search/functions_b.js
qwt-6.1.6/doc/html/search/enumvalues_8.js
qwt-6.1.6/doc/html/search/variables_9.html
qwt-6.1.6/doc/html/search/pages_2.html
qwt-6.1.6/doc/html/search/variables_2.js
qwt-6.1.6/doc/html/search/functions_9.html
qwt-6.1.6/doc/html/search/typedefs_8.js
qwt-6.1.6/doc/html/search/enumvalues_10.js
qwt-6.1.6/doc/html/search/enumvalues_11.html
qwt-6.1.6/doc/html/search/all_12.html
qwt-6.1.6/doc/html/search/all_5.js
qwt-6.1.6/doc/html/search/typedefs_5.html
qwt-6.1.6/doc/html/class_qwt_series_store__inherit__graph.map
qwt-6.1.6/doc/html/stockchart-600x400.png
qwt-6.1.6/doc/html/functions_func_f.html
qwt-6.1.6/doc/html/inherit_graph_16.png
qwt-6.1.6/doc/html/class_qwt_abstract_scale.js
qwt-6.1.6/doc/html/class_qwt_spline_curve_fitter-members.html
qwt-6.1.6/doc/html/class_qwt_dial.js
qwt-6.1.6/doc/html/qwtchangelog.html
qwt-6.1.6/doc/html/inherit_graph_34.map
qwt-6.1.6/doc/html/jquery.js
qwt-6.1.6/doc/html/class_qwt_legend.js
qwt-6.1.6/doc/html/functions_eval_n.html
qwt-6.1.6/doc/html/class_qwt_plot_g_l_canvas.js
qwt-6.1.6/doc/html/class_qwt_plot_raster_item__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_plot_legend_item-members.html
qwt-6.1.6/doc/html/class_qwt_picker_drag_line_machine__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_plot_legend_item__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_date_scale_engine.html
qwt-6.1.6/doc/html/class_qwt_counter__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_abstract_series_store.js
qwt-6.1.6/doc/html/class_qwt_clipper.html
qwt-6.1.6/doc/html/class_qwt_scale_draw.html
qwt-6.1.6/doc/html/class_qwt_interval_sample.html
qwt-6.1.6/doc/html/class_qwt_synthetic_point_data-members.html
qwt-6.1.6/doc/html/inherit_graph_38.md5
qwt-6.1.6/doc/html/class_qwt_picker_drag_rect_machine-members.html
qwt-6.1.6/doc/html/class_qwt_simple_compass_rose-members.html
qwt-6.1.6/doc/html/class_qwt_date_scale_engine__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_compass.js
qwt-6.1.6/doc/html/qwt__date__scale__engine_8h_source.html
qwt-6.1.6/doc/html/class_qwt_rich_text_engine__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_point_series_data__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_legend_label.js
qwt-6.1.6/doc/html/dials2.png
qwt-6.1.6/doc/html/class_qwt_dial_simple_needle.html
qwt-6.1.6/doc/html/qwt__plot__textlabel_8h_source.html
qwt-6.1.6/doc/html/menu.js
qwt-6.1.6/doc/html/class_qwt_plot_multi_bar_chart__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_trading_chart_data-members.html
qwt-6.1.6/doc/html/qwtinstall.html
qwt-6.1.6/doc/html/class_qwt_power_transform-members.html
qwt-6.1.6/doc/html/class_qwt_compass_rose.html
qwt-6.1.6/doc/html/class_qwt_scale_div.html
qwt-6.1.6/doc/html/inherit_graph_11.map
qwt-6.1.6/doc/html/inherit_graph_4.png
qwt-6.1.6/doc/html/class_qwt_plot_grid.js
qwt-6.1.6/doc/html/class_qwt_graphic__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_scale_widget__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_analog_clock__inherit__graph.map
qwt-6.1.6/doc/html/qwt__matrix__raster__data_8h_source.html
qwt-6.1.6/doc/html/class_qwt_widget_overlay__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_power_transform__inherit__graph.md5
qwt-6.1.6/doc/html/inherit_graph_12.map
qwt-6.1.6/doc/html/inherit_graph_35.png
qwt-6.1.6/doc/html/class_qwt_compass_rose__inherit__graph.md5
qwt-6.1.6/doc/html/functions_func_c.html
qwt-6.1.6/doc/html/class_qwt_plot_text_label__inherit__graph.map
qwt-6.1.6/doc/html/plot.png
qwt-6.1.6/doc/html/class_qwt_compass_rose__inherit__graph.map
qwt-6.1.6/doc/html/qwt__raster__data_8h_source.html
qwt-6.1.6/doc/html/class_qwt_dial_simple_needle.js
qwt-6.1.6/doc/html/class_qwt_plot_zone_item.js
qwt-6.1.6/doc/html/functions_func_p.html
qwt-6.1.6/doc/html/qwt__point__3d_8h_source.html
qwt-6.1.6/doc/html/class_qwt_set_sample.js
qwt-6.1.6/doc/html/class_qwt_plot_curve.js
qwt-6.1.6/doc/html/inherit_graph_34.png
qwt-6.1.6/doc/html/class_qwt_linear_scale_engine__inherit__graph.md5
qwt-6.1.6/doc/html/functions_eval_h.html
qwt-6.1.6/doc/html/qwt__dial_8h_source.html
qwt-6.1.6/doc/html/class_qwt_plot_panner__inherit__graph.png
qwt-6.1.6/doc/html/cpuplot-oily-600x400.png
qwt-6.1.6/doc/html/functions_func_d.html
qwt-6.1.6/doc/html/class_qwt_math_m_l_text_engine.html
qwt-6.1.6/doc/html/class_qwt_column_symbol.html
qwt-6.1.6/doc/html/class_qwt_dial_simple_needle__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_plot_series_item.html
qwt-6.1.6/doc/html/class_qwt_transform__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_plot_zoomer__inherit__graph.md5
qwt-6.1.6/doc/html/functions_func_b.html
qwt-6.1.6/doc/html/class_qwt_plot_svg_item__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_picker_drag_point_machine__inherit__graph.md5
qwt-6.1.6/doc/html/qwt__painter__command_8h_source.html
qwt-6.1.6/doc/html/tabs.css
qwt-6.1.6/doc/html/inherits.html
qwt-6.1.6/doc/html/class_qwt_plot_magnifier.html
qwt-6.1.6/doc/html/inherit_graph_44.md5
qwt-6.1.6/doc/html/class_qwt_plot_histogram-members.html
qwt-6.1.6/doc/html/class_qwt_plot_grid.html
qwt-6.1.6/doc/html/class_qwt_wheel.js
qwt-6.1.6/doc/html/class_qwt_plot_magnifier__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_event_pattern_1_1_mouse_pattern.js
qwt-6.1.6/doc/html/class_qwt_wheel__inherit__graph.png
qwt-6.1.6/doc/html/inherit_graph_29.map
qwt-6.1.6/doc/html/class_qwt_log_transform__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_compass_scale_draw__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_abstract_slider.html
qwt-6.1.6/doc/html/class_qwt_plot_zoomer.js
qwt-6.1.6/doc/html/spectrogramscreenshots.html
qwt-6.1.6/doc/html/qwt__graphic_8h_source.html
qwt-6.1.6/doc/html/class_qwt_column_rect.html
qwt-6.1.6/doc/html/class_qwt_null_transform__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_rich_text_engine__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_power_transform.html
qwt-6.1.6/doc/html/class_qwt_dial_simple_needle-members.html
qwt-6.1.6/doc/html/class_qwt_dial__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_plot_shape_item.js
qwt-6.1.6/doc/html/class_qwt_graphic__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_plot__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_picker_drag_point_machine.html
qwt-6.1.6/doc/html/class_qwt_compass_wind_arrow.html
qwt-6.1.6/doc/html/class_qwt_plot_magnifier.js
qwt-6.1.6/doc/html/class_qwt_plot_item__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_system_clock.js
qwt-6.1.6/doc/html/inherit_graph_24.map
qwt-6.1.6/doc/html/class_qwt_plot_shape_item__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_matrix_raster_data.html
qwt-6.1.6/doc/html/class_qwt_abstract_slider__inherit__graph.map
qwt-6.1.6/doc/html/qwt__compat_8h_source.html
qwt-6.1.6/doc/html/inherit_graph_6.map
qwt-6.1.6/doc/html/closed.png
qwt-6.1.6/doc/html/functions_func_n.html
qwt-6.1.6/doc/html/graph_legend.png
qwt-6.1.6/doc/html/inherit_graph_28.md5
qwt-6.1.6/doc/html/qwt__mml__document_8h_source.html
qwt-6.1.6/doc/html/sync_on.png
qwt-6.1.6/doc/html/class_qwt_math_m_l_text_engine.js
qwt-6.1.6/doc/html/dir_03fad1f4ea3ce3b02cb95059119ea2f4.html
qwt-6.1.6/doc/html/functions_func_o.html
qwt-6.1.6/doc/html/inherit_graph_35.map
qwt-6.1.6/doc/html/class_qwt_picker_click_rect_machine__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_picker_machine__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_wheel-members.html
qwt-6.1.6/doc/html/class_qwt_picker_click_point_machine__inherit__graph.md5
qwt-6.1.6/doc/html/qwt__plot_8h_source.html
qwt-6.1.6/doc/html/inherit_graph_29.png
qwt-6.1.6/doc/html/class_qwt_series_store__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_plot_g_l_canvas__inherit__graph.map
qwt-6.1.6/doc/html/tab_a.png
qwt-6.1.6/doc/html/class_qwt_slider__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_dial_needle__inherit__graph.md5
qwt-6.1.6/doc/html/inherit_graph_45.png
qwt-6.1.6/doc/html/qwt__plot__barchart_8h_source.html
qwt-6.1.6/doc/html/class_qwt_c_pointer_data.js
qwt-6.1.6/doc/html/resize.js
qwt-6.1.6/doc/html/class_qwt_spline.html
qwt-6.1.6/doc/html/class_qwt_plot_abstract_bar_chart__inherit__graph.md5
qwt-6.1.6/doc/html/qwt__widget__overlay_8h_source.html
qwt-6.1.6/doc/html/class_qwt_date_scale_engine-members.html
qwt-6.1.6/doc/html/class_qwt_text_engine.html
qwt-6.1.6/doc/html/class_qwt_point_array_data__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_interval_symbol.html
qwt-6.1.6/doc/html/class_qwt_picker_drag_line_machine-members.html
qwt-6.1.6/doc/html/class_qwt_plot_spectrogram__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_picker_tracker_machine__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_series_store__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_abstract_scale_draw__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_plot_text_label.js
qwt-6.1.6/doc/html/qwt__plot__intervalcurve_8h_source.html
qwt-6.1.6/doc/html/inherit_graph_1.map
qwt-6.1.6/doc/html/class_qwt_transform.js
qwt-6.1.6/doc/html/class_qwt_analog_clock-members.html
qwt-6.1.6/doc/html/navtreeindex3.js
qwt-6.1.6/doc/html/class_qwt_plot_abstract_bar_chart-members.html
qwt-6.1.6/doc/html/inherit_graph_33.md5
qwt-6.1.6/doc/html/class_qwt_compass_magnet_needle__inherit__graph.png
qwt-6.1.6/doc/html/inherit_graph_13.map
qwt-6.1.6/doc/html/class_qwt_null_paint_device__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_abstract_scale-members.html
qwt-6.1.6/doc/html/class_qwt_array_series_data.js
qwt-6.1.6/doc/html/qwt__plot__legenditem_8h_source.html
qwt-6.1.6/doc/html/class_qwt_event_pattern.js
qwt-6.1.6/doc/html/class_qwt_point3_d_series_data__inherit__graph.png
qwt-6.1.6/doc/html/functions_eval_m.html
qwt-6.1.6/doc/html/class_qwt_plot_trading_curve.html
qwt-6.1.6/doc/html/inherit_graph_41.png
qwt-6.1.6/doc/html/class_qwt_interval_series_data__inherit__graph.png
qwt-6.1.6/doc/html/inherit_graph_44.map
qwt-6.1.6/doc/html/functions_eval_l.html
qwt-6.1.6/doc/html/functions_func_x.html
qwt-6.1.6/doc/html/class_qwt_plain_text_engine__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_rich_text_engine-members.html
qwt-6.1.6/doc/html/class_qwt_plot_direct_painter__inherit__graph.md5
qwt-6.1.6/doc/html/inherit_graph_18.map
qwt-6.1.6/doc/html/class_qwt_picker_click_point_machine.html
qwt-6.1.6/doc/html/class_qwt_abstract_series_store__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_sampling_thread.html
qwt-6.1.6/doc/html/class_qwt_thermo__inherit__graph.map
qwt-6.1.6/doc/html/inherit_graph_9.png
qwt-6.1.6/doc/html/class_qwt_legend_label__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_plain_text_engine-members.html
qwt-6.1.6/doc/html/class_qwt_plot_magnifier__inherit__graph.png
qwt-6.1.6/doc/html/qwt__series__data_8h_source.html
qwt-6.1.6/doc/html/inherit_graph_35.md5
qwt-6.1.6/doc/html/inherit_graph_28.map
qwt-6.1.6/doc/html/qwt__plot__zoneitem_8h_source.html
qwt-6.1.6/doc/html/class_qwt_analog_clock__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_alpha_color_map-members.html
qwt-6.1.6/doc/html/class_qwt_spline-members.html
qwt-6.1.6/doc/html/class_qwt_thermo.js
qwt-6.1.6/doc/html/class_qwt_log_transform__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_knob__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_plot_spectro_curve__inherit__graph.png
qwt-6.1.6/doc/html/barchart-grouped-600x400.png
qwt-6.1.6/doc/html/inherit_graph_13.md5
qwt-6.1.6/doc/html/class_qwt_point3_d_series_data-members.html
qwt-6.1.6/doc/html/class_qwt_text_label__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_null_transform.js
qwt-6.1.6/doc/html/class_qwt_dial_needle__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_point_series_data.html
qwt-6.1.6/doc/html/class_qwt_picker_drag_point_machine__inherit__graph.png
qwt-6.1.6/doc/html/inherit_graph_14.png
qwt-6.1.6/doc/html/class_qwt_scale_engine__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_text_engine__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_point_polar.js
qwt-6.1.6/doc/html/class_qwt_plot_spectrogram-members.html
qwt-6.1.6/doc/html/folderopen.png
qwt-6.1.6/doc/html/class_qwt_dyn_grid_layout__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_matrix_raster_data__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_scale_arithmetic.html
qwt-6.1.6/doc/html/functions_eval.js
qwt-6.1.6/doc/html/qwt__scale__engine_8h_source.html
qwt-6.1.6/doc/html/inherit_graph_50.png
qwt-6.1.6/doc/html/class_qwt_date_scale_engine__inherit__graph.png
qwt-6.1.6/doc/html/analogclock.png
qwt-6.1.6/doc/html/class_qwt_magnifier-members.html
qwt-6.1.6/doc/html/class_qwt_plot_svg_item__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_weeding_curve_fitter__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_sampling_thread__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_plot_layout-members.html
qwt-6.1.6/doc/html/inherit_graph_42.md5
qwt-6.1.6/doc/html/class_qwt_dial__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_plot_interval_curve__inherit__graph.map
qwt-6.1.6/doc/html/inherit_graph_50.md5
qwt-6.1.6/doc/html/inherit_graph_19.map
qwt-6.1.6/doc/html/qwt__round__scale__draw_8h_source.html
qwt-6.1.6/doc/html/class_qwt_slider.js
qwt-6.1.6/doc/html/inherit_graph_19.md5
qwt-6.1.6/doc/html/class_qwt_interval.html
qwt-6.1.6/doc/html/class_qwt_plot_spectro_curve__inherit__graph.map
qwt-6.1.6/doc/html/dials1.png
qwt-6.1.6/doc/html/class_qwt_interval_sample.js
qwt-6.1.6/doc/html/inherit_graph_40.png
qwt-6.1.6/doc/html/qwt__interval_8h_source.html
qwt-6.1.6/doc/html/class_qwt_pixel_matrix__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_event_pattern_1_1_mouse_pattern-members.html
qwt-6.1.6/doc/html/class_qwt_column_rect-members.html
qwt-6.1.6/doc/html/class_qwt_plot_raster_item__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_compass_rose__inherit__graph.png
qwt-6.1.6/doc/html/class_qwt_plot_renderer.js
qwt-6.1.6/doc/html/class_qwt_event_pattern_1_1_key_pattern-members.html
qwt-6.1.6/doc/html/class_qwt_symbol-members.html
qwt-6.1.6/doc/html/class_qwt_plot_marker.html
qwt-6.1.6/doc/html/functions_func_s.html
qwt-6.1.6/doc/html/class_qwt_set_series_data.html
qwt-6.1.6/doc/html/class_qwt_slider-members.html
qwt-6.1.6/doc/html/class_qwt_text.js
qwt-6.1.6/doc/html/class_qwt_text_label.js
qwt-6.1.6/doc/html/class_qwt_picker_tracker_machine.js
qwt-6.1.6/doc/html/functions_z.html
qwt-6.1.6/doc/html/class_qwt_plot_dict__inherit__graph.map
qwt-6.1.6/doc/html/tab_s.png
qwt-6.1.6/doc/html/inherit_graph_10.map
qwt-6.1.6/doc/html/class_qwt_plot_renderer__inherit__graph.map
qwt-6.1.6/doc/html/class_qwt_curve_fitter__inherit__graph.md5
qwt-6.1.6/doc/html/qwt__plot__dict_8h_source.html
qwt-6.1.6/doc/html/class_qwt_sampling_thread.js
qwt-6.1.6/doc/html/navtreeindex8.js
qwt-6.1.6/doc/html/class_qwt_weeding_curve_fitter__inherit__graph.md5
qwt-6.1.6/doc/html/class_qwt_log_transform.html
qwt-6.1.6/doc/html/inherit_graph_42.map
qwt-6.1.6/doc/html/class_qwt_abstract_legend.js
qwt-6.1.6/doc/html/functions_m.html
qwt-6.1.6/doc/html/class_qwt_compass.html
qwt-6.1.6/doc/html/navtreedata.js
qwt-6.1.6/doc/html/class_qwt_interval_series_data.html
qwt-6.1.6/doc/html/inherit_graph_15.png
qwt-6.1.6/doc/html/class_qwt_null_transform.html
qwt-6.1.6/doc/html/qwt__abstract__scale__draw_8h_source.html
qwt-6.1.6/doc/html/class_qwt_simple_compass_rose.html
qwt-6.1.6/doc/html/inherit_graph_22.md5
qwt-6.1.6/doc/html/navtreeindex2.js
qwt-6.1.6/doc/html/class_qwt_point_polar-members.html
qwt-6.1.6/doc/html/class_qwt_dial_needle-members.html
qwt-6.1.6/doc/html/class_qwt_scale_draw-members.html
qwt-6.1.6/doc/html/knob.png
qwt-6.1.6/doc/install.dox
qwt-6.1.6/qwtbuild.pri
qwt-6.1.6/README
patching file qwtconfig.pri
Hunk #4 succeeded at 60 with fuzz 1.
Hunk #5 succeeded at 137 with fuzz 1.
patching file src/src.pro
patching file designer/designer.pro
Hunk #1 succeeded at 98 (offset 15 lines).
patching file examples/examples.pri
Info: creating stash file /tmp/SBo/qwt-6.1.6/build-qt4/.qmake.stash
cd src/ && ( test -e Makefile || /usr/lib64/qt5/bin/qmake -o Makefile /tmp/SBo/qwt-6.1.6/src/src.pro LIBDIRSUFFIX=64 ) && make -f Makefile 
make[1]: Entering directory '/tmp/SBo/qwt-6.1.6/build-qt4/src'
compiling ../../src/qwt_abstract_scale_draw.cpp
Makefile:1447: recipe for target 'obj/qwt_abstract_scale_draw.o' failed
make[1]: Leaving directory '/tmp/SBo/qwt-6.1.6/build-qt4/src'
Makefile:50: recipe for target 'sub-src-make_first-ordered' failed


More information about the SlackBuilds-users mailing list