在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → qwt已编译,亲测,包括例子和库文件

qwt已编译,亲测,包括例子和库文件

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:6.50M
  • 下载次数:3
  • 浏览次数:96
  • 发布时间:2020-09-04
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
官网下载的QWT6.1.2(最新版本),已经编译!包括examples
【实例截图】
【核心代码】
qwt已编译
└── qwt已编译
├── dll
│   ├── qwtd.dll
│   ├── qwt_designer_plugin.dll
│   └── qwt.dll
├── header
│   └── qwt
│   ├── qwt_abstract_legend.h
│   ├── qwt_abstract_scale_draw.h
│   ├── qwt_abstract_scale.h
│   ├── qwt_abstract_slider.h
│   ├── qwt_analog_clock.h
│   ├── qwt_arrow_button.h
│   ├── qwt_clipper.h
│   ├── qwt_color_map.h
│   ├── qwt_column_symbol.h
│   ├── qwt_compass.h
│   ├── qwt_compass_rose.h
│   ├── qwt_compat.h
│   ├── qwt_counter.h
│   ├── qwt_curve_fitter.h
│   ├── qwt_date.h
│   ├── qwt_date_scale_draw.h
│   ├── qwt_date_scale_engine.h
│   ├── qwt_dial.h
│   ├── qwt_dial_needle.h
│   ├── qwt_dyngrid_layout.h
│   ├── qwt_event_pattern.h
│   ├── qwt_global.h
│   ├── qwt_graphic.h
│   ├── qwt.h
│   ├── qwt_interval.h
│   ├── qwt_interval_symbol.h
│   ├── qwt_knob.h
│   ├── qwt_legend_data.h
│   ├── qwt_legend.h
│   ├── qwt_legend_label.h
│   ├── qwt_magnifier.h
│   ├── qwt_math.h
│   ├── qwt_matrix_raster_data.h
│   ├── qwt_null_paintdevice.h
│   ├── qwt_painter_command.h
│   ├── qwt_painter.h
│   ├── qwt_panner.h
│   ├── qwt_picker.h
│   ├── qwt_picker_machine.h
│   ├── qwt_pixel_matrix.h
│   ├── qwt_plot_abstract_barchart.h
│   ├── qwt_plot_barchart.h
│   ├── qwt_plot_canvas.h
│   ├── qwt_plot_curve.h
│   ├── qwt_plot_dict.h
│   ├── qwt_plot_directpainter.h
│   ├── qwt_plot_glcanvas.h
│   ├── qwt_plot_grid.h
│   ├── qwt_plot.h
│   ├── qwt_plot_histogram.cpp
│   ├── qwt_plot_histogram.h
│   ├── qwt_plot_intervalcurve.h
│   ├── qwt_plot_item.h
│   ├── qwt_plot_layout.h
│   ├── qwt_plot_legenditem.h
│   ├── qwt_plot_magnifier.h
│   ├── qwt_plot_marker.h
│   ├── qwt_plot_multi_barchart.h
│   ├── qwt_plot_panner.h
│   ├── qwt_plot_picker.h
│   ├── qwt_plot_rasteritem.h
│   ├── qwt_plot_renderer.h
│   ├── qwt_plot_rescaler.h
│   ├── qwt_plot_scaleitem.h
│   ├── qwt_plot_seriesitem.h
│   ├── qwt_plot_shapeitem.h
│   ├── qwt_plot_spectrocurve.h
│   ├── qwt_plot_spectrogram.h
│   ├── qwt_plot_svgitem.h
│   ├── qwt_plot_textlabel.h
│   ├── qwt_plot_tradingcurve.h
│   ├── qwt_plot_zoneitem.h
│   ├── qwt_plot_zoomer.h
│   ├── qwt_point_3d.h
│   ├── qwt_point_data.h
│   ├── qwt_point_mapper.h
│   ├── qwt_point_polar.h
│   ├── qwt_raster_data.h
│   ├── qwt_round_scale_draw.h
│   ├── qwt_samples.h
│   ├── qwt_sampling_thread.h
│   ├── qwt_scale_div.h
│   ├── qwt_scale_draw.h
│   ├── qwt_scale_engine.h
│   ├── qwt_scale_map.h
│   ├── qwt_scale_widget.h
│   ├── qwt_series_data.h
│   ├── qwt_series_store.h
│   ├── qwt_slider.h
│   ├── qwt_spline.h
│   ├── qwt_symbol.h
│   ├── qwt_system_clock.h
│   ├── qwt_text_engine.h
│   ├── qwt_text.h
│   ├── qwt_text_label.h
│   ├── qwt_thermo.h
│   ├── qwt_transform.h
│   ├── qwt_wheel.h
│   └── qwt_widget_overlay.h
├── lib
│   ├── qwtd.lib
│   └── qwt.lib
└── qwt-6.1.2
├── CHANGES-6.1
├── COPYING
├── designer
│   ├── designer.pro
│   ├── pixmaps
│   │   ├── qwtanalogclock.png
│   │   ├── qwtcompass.png
│   │   ├── qwtcounter.png
│   │   ├── qwtdial.png
│   │   ├── qwtknob.png
│   │   ├── qwtplot.png
│   │   ├── qwtscale.png
│   │   ├── qwtslider.png
│   │   ├── qwtthermo.png
│   │   ├── qwtwheel.png
│   │   └── qwtwidget.png
│   ├── qwt_designer_plotdialog.cpp
│   ├── qwt_designer_plotdialog.h
│   ├── qwt_designer_plugin.cpp
│   ├── qwt_designer_plugin.h
│   └── qwt_designer_plugin.qrc
├── doc
│   ├── articles
│   │   └── TODO
│   ├── changes.dox
│   ├── doc.pro
│   ├── Doxyfile
│   ├── html
│   │   ├── analogclock.png
│   │   ├── annotated.html
│   │   ├── bc_s.png
│   │   ├── bdwn.png
│   │   ├── classes.html
│   │   ├── class_qwt_abstract_legend.html
│   │   ├── class_qwt_abstract_legend__inherit__graph.map
│   │   ├── class_qwt_abstract_legend__inherit__graph.md5
│   │   ├── class_qwt_abstract_legend__inherit__graph.png
│   │   ├── class_qwt_abstract_legend-members.html
│   │   ├── class_qwt_abstract_scale_draw.html
│   │   ├── class_qwt_abstract_scale_draw__inherit__graph.map
│   │   ├── class_qwt_abstract_scale_draw__inherit__graph.md5
│   │   ├── class_qwt_abstract_scale_draw__inherit__graph.png
│   │   ├── class_qwt_abstract_scale_draw-members.html
│   │   ├── class_qwt_abstract_scale.html
│   │   ├── class_qwt_abstract_scale__inherit__graph.map
│   │   ├── class_qwt_abstract_scale__inherit__graph.md5
│   │   ├── class_qwt_abstract_scale__inherit__graph.png
│   │   ├── class_qwt_abstract_scale-members.html
│   │   ├── class_qwt_abstract_series_store.html
│   │   ├── class_qwt_abstract_series_store__inherit__graph.map
│   │   ├── class_qwt_abstract_series_store__inherit__graph.md5
│   │   ├── class_qwt_abstract_series_store__inherit__graph.png
│   │   ├── class_qwt_abstract_series_store-members.html
│   │   ├── class_qwt_abstract_slider.html
│   │   ├── class_qwt_abstract_slider__inherit__graph.map
│   │   ├── class_qwt_abstract_slider__inherit__graph.md5
│   │   ├── class_qwt_abstract_slider__inherit__graph.png
│   │   ├── class_qwt_abstract_slider-members.html
│   │   ├── class_qwt_alpha_color_map.html
│   │   ├── class_qwt_alpha_color_map__inherit__graph.map
│   │   ├── class_qwt_alpha_color_map__inherit__graph.md5
│   │   ├── class_qwt_alpha_color_map__inherit__graph.png
│   │   ├── class_qwt_alpha_color_map-members.html
│   │   ├── class_qwt_analog_clock.html
│   │   ├── class_qwt_analog_clock__inherit__graph.map
│   │   ├── class_qwt_analog_clock__inherit__graph.md5
│   │   ├── class_qwt_analog_clock__inherit__graph.png
│   │   ├── class_qwt_analog_clock-members.html
│   │   ├── class_qwt_array_series_data.html
│   │   ├── class_qwt_array_series_data__inherit__graph.map
│   │   ├── class_qwt_array_series_data__inherit__graph.md5
│   │   ├── class_qwt_array_series_data__inherit__graph.png
│   │   ├── class_qwt_array_series_data-members.html
│   │   ├── class_qwt_arrow_button.html
│   │   ├── class_qwt_arrow_button__inherit__graph.map
│   │   ├── class_qwt_arrow_button__inherit__graph.md5
│   │   ├── class_qwt_arrow_button__inherit__graph.png
│   │   ├── class_qwt_arrow_button-members.html
│   │   ├── class_qwt_clipper.html
│   │   ├── class_qwt_clipper-members.html
│   │   ├── class_qwt_color_map.html
│   │   ├── class_qwt_color_map__inherit__graph.map
│   │   ├── class_qwt_color_map__inherit__graph.md5
│   │   ├── class_qwt_color_map__inherit__graph.png
│   │   ├── class_qwt_color_map-members.html
│   │   ├── class_qwt_column_rect.html
│   │   ├── class_qwt_column_rect-members.html
│   │   ├── class_qwt_column_symbol.html
│   │   ├── class_qwt_column_symbol-members.html
│   │   ├── class_qwt_compass.html
│   │   ├── class_qwt_compass__inherit__graph.map
│   │   ├── class_qwt_compass__inherit__graph.md5
│   │   ├── class_qwt_compass__inherit__graph.png
│   │   ├── class_qwt_compass_magnet_needle.html
│   │   ├── class_qwt_compass_magnet_needle__inherit__graph.map
│   │   ├── class_qwt_compass_magnet_needle__inherit__graph.md5
│   │   ├── class_qwt_compass_magnet_needle__inherit__graph.png
│   │   ├── class_qwt_compass_magnet_needle-members.html
│   │   ├── class_qwt_compass-members.html
│   │   ├── class_qwt_compass_rose.html
│   │   ├── class_qwt_compass_rose__inherit__graph.map
│   │   ├── class_qwt_compass_rose__inherit__graph.md5
│   │   ├── class_qwt_compass_rose__inherit__graph.png
│   │   ├── class_qwt_compass_rose-members.html
│   │   ├── class_qwt_compass_scale_draw.html
│   │   ├── class_qwt_compass_scale_draw__inherit__graph.map
│   │   ├── class_qwt_compass_scale_draw__inherit__graph.md5
│   │   ├── class_qwt_compass_scale_draw__inherit__graph.png
│   │   ├── class_qwt_compass_scale_draw-members.html
│   │   ├── class_qwt_compass_wind_arrow.html
│   │   ├── class_qwt_compass_wind_arrow__inherit__graph.map
│   │   ├── class_qwt_compass_wind_arrow__inherit__graph.md5
│   │   ├── class_qwt_compass_wind_arrow__inherit__graph.png
│   │   ├── class_qwt_compass_wind_arrow-members.html
│   │   ├── class_qwt_counter.html
│   │   ├── class_qwt_counter__inherit__graph.map
│   │   ├── class_qwt_counter__inherit__graph.md5
│   │   ├── class_qwt_counter__inherit__graph.png
│   │   ├── class_qwt_counter-members.html
│   │   ├── class_qwt_c_pointer_data.html
│   │   ├── class_qwt_c_pointer_data__inherit__graph.map
│   │   ├── class_qwt_c_pointer_data__inherit__graph.md5
│   │   ├── class_qwt_c_pointer_data__inherit__graph.png
│   │   ├── class_qwt_c_pointer_data-members.html
│   │   ├── class_qwt_curve_fitter.html
│   │   ├── class_qwt_curve_fitter__inherit__graph.map
│   │   ├── class_qwt_curve_fitter__inherit__graph.md5
│   │   ├── class_qwt_curve_fitter__inherit__graph.png
│   │   ├── class_qwt_curve_fitter-members.html
│   │   ├── class_qwt_date.html
│   │   ├── class_qwt_date-members.html
│   │   ├── class_qwt_date_scale_draw.html
│   │   ├── class_qwt_date_scale_draw__inherit__graph.map
│   │   ├── class_qwt_date_scale_draw__inherit__graph.md5
│   │   ├── class_qwt_date_scale_draw__inherit__graph.png
│   │   ├── class_qwt_date_scale_draw-members.html
│   │   ├── class_qwt_date_scale_engine.html
│   │   ├── class_qwt_date_scale_engine__inherit__graph.map
│   │   ├── class_qwt_date_scale_engine__inherit__graph.md5
│   │   ├── class_qwt_date_scale_engine__inherit__graph.png
│   │   ├── class_qwt_date_scale_engine-members.html
│   │   ├── class_qwt_dial.html
│   │   ├── class_qwt_dial__inherit__graph.map
│   │   ├── class_qwt_dial__inherit__graph.md5
│   │   ├── class_qwt_dial__inherit__graph.png
│   │   ├── class_qwt_dial-members.html
│   │   ├── class_qwt_dial_needle.html
│   │   ├── class_qwt_dial_needle__inherit__graph.map
│   │   ├── class_qwt_dial_needle__inherit__graph.md5
│   │   ├── class_qwt_dial_needle__inherit__graph.png
│   │   ├── class_qwt_dial_needle-members.html
│   │   ├── class_qwt_dial_simple_needle.html
│   │   ├── class_qwt_dial_simple_needle__inherit__graph.map
│   │   ├── class_qwt_dial_simple_needle__inherit__graph.md5
│   │   ├── class_qwt_dial_simple_needle__inherit__graph.png
│   │   ├── class_qwt_dial_simple_needle-members.html
│   │   ├── class_qwt_dyn_grid_layout.html
│   │   ├── class_qwt_dyn_grid_layout__inherit__graph.map
│   │   ├── class_qwt_dyn_grid_layout__inherit__graph.md5
│   │   ├── class_qwt_dyn_grid_layout__inherit__graph.png
│   │   ├── class_qwt_dyn_grid_layout-members.html
│   │   ├── class_qwt_event_pattern_1_1_key_pattern.html
│   │   ├── class_qwt_event_pattern_1_1_key_pattern-members.html
│   │   ├── class_qwt_event_pattern_1_1_mouse_pattern.html
│   │   ├── class_qwt_event_pattern_1_1_mouse_pattern-members.html
│   │   ├── class_qwt_event_pattern.html
│   │   ├── class_qwt_event_pattern__inherit__graph.map
│   │   ├── class_qwt_event_pattern__inherit__graph.md5
│   │   ├── class_qwt_event_pattern__inherit__graph.png
│   │   ├── class_qwt_event_pattern-members.html
│   │   ├── class_qwt_graphic.html
│   │   ├── class_qwt_graphic__inherit__graph.map
│   │   ├── class_qwt_graphic__inherit__graph.md5
│   │   ├── class_qwt_graphic__inherit__graph.png
│   │   ├── class_qwt_graphic-members.html
│   │   ├── class_qwt_interval.html
│   │   ├── class_qwt_interval-members.html
│   │   ├── class_qwt_interval_sample.html
│   │   ├── class_qwt_interval_sample-members.html
│   │   ├── class_qwt_interval_series_data.html
│   │   ├── class_qwt_interval_series_data__inherit__graph.map
│   │   ├── class_qwt_interval_series_data__inherit__graph.md5
│   │   ├── class_qwt_interval_series_data__inherit__graph.png
│   │   ├── class_qwt_interval_series_data-members.html
│   │   ├── class_qwt_interval_symbol.html
│   │   ├── class_qwt_interval_symbol-members.html
│   │   ├── class_qwt_knob.html
│   │   ├── class_qwt_knob__inherit__graph.map
│   │   ├── class_qwt_knob__inherit__graph.md5
│   │   ├── class_qwt_knob__inherit__graph.png
│   │   ├── class_qwt_knob-members.html
│   │   ├── class_qwt_legend_data.html
│   │   ├── class_qwt_legend_data-members.html
│   │   ├── class_qwt_legend.html
│   │   ├── class_qwt_legend__inherit__graph.map
│   │   ├── class_qwt_legend__inherit__graph.md5
│   │   ├── class_qwt_legend__inherit__graph.png
│   │   ├── class_qwt_legend_label.html
│   │   ├── class_qwt_legend_label__inherit__graph.map
│   │   ├── class_qwt_legend_label__inherit__graph.md5
│   │   ├── class_qwt_legend_label__inherit__graph.png
│   │   ├── class_qwt_legend_label-members.html
│   │   ├── class_qwt_legend-members.html
│   │   ├── class_qwt_linear_color_map.html
│   │   ├── class_qwt_linear_color_map__inherit__graph.map
│   │   ├── class_qwt_linear_color_map__inherit__graph.md5
│   │   ├── class_qwt_linear_color_map__inherit__graph.png
│   │   ├── class_qwt_linear_color_map-members.html
│   │   ├── class_qwt_linear_scale_engine.html
│   │   ├── class_qwt_linear_scale_engine__inherit__graph.map
│   │   ├── class_qwt_linear_scale_engine__inherit__graph.md5
│   │   ├── class_qwt_linear_scale_engine__inherit__graph.png
│   │   ├── class_qwt_linear_scale_engine-members.html
│   │   ├── class_qwt_log_scale_engine.html
│   │   ├── class_qwt_log_scale_engine__inherit__graph.map
│   │   ├── class_qwt_log_scale_engine__inherit__graph.md5
│   │   ├── class_qwt_log_scale_engine__inherit__graph.png
│   │   ├── class_qwt_log_scale_engine-members.html
│   │   ├── class_qwt_log_transform.html
│   │   ├── class_qwt_log_transform__inherit__graph.map
│   │   ├── class_qwt_log_transform__inherit__graph.md5
│   │   ├── class_qwt_log_transform__inherit__graph.png
│   │   ├── class_qwt_log_transform-members.html
│   │   ├── class_qwt_magnifier.html
│   │   ├── class_qwt_magnifier__inherit__graph.map
│   │   ├── class_qwt_magnifier__inherit__graph.md5
│   │   ├── class_qwt_magnifier__inherit__graph.png
│   │   ├── class_qwt_magnifier-members.html
│   │   ├── class_qwt_math_m_l_text_engine.html
│   │   ├── class_qwt_math_m_l_text_engine__inherit__graph.map
│   │   ├── class_qwt_math_m_l_text_engine__inherit__graph.md5
│   │   ├── class_qwt_math_m_l_text_engine__inherit__graph.png
│   │   ├── class_qwt_math_m_l_text_engine-members.html
│   │   ├── class_qwt_matrix_raster_data.html
│   │   ├── class_qwt_matrix_raster_data__inherit__graph.map
│   │   ├── class_qwt_matrix_raster_data__inherit__graph.md5
│   │   ├── class_qwt_matrix_raster_data__inherit__graph.png
│   │   ├── class_qwt_matrix_raster_data-members.html
│   │   ├── class_qwt_null_paint_device.html
│   │   ├── class_qwt_null_paint_device__inherit__graph.map
│   │   ├── class_qwt_null_paint_device__inherit__graph.md5
│   │   ├── class_qwt_null_paint_device__inherit__graph.png
│   │   ├── class_qwt_null_paint_device-members.html
│   │   ├── class_qwt_null_transform.html
│   │   ├── class_qwt_null_transform__inherit__graph.map
│   │   ├── class_qwt_null_transform__inherit__graph.md5
│   │   ├── class_qwt_null_transform__inherit__graph.png
│   │   ├── class_qwt_null_transform-members.html
│   │   ├── class_qwt_o_h_l_c_sample.html
│   │   ├── class_qwt_o_h_l_c_sample-members.html
│   │   ├── class_qwt_painter_command.html
│   │   ├── class_qwt_painter_command-members.html
│   │   ├── class_qwt_painter.html
│   │   ├── class_qwt_painter-members.html
│   │   ├── class_qwt_panner.html
│   │   ├── class_qwt_panner__inherit__graph.map
│   │   ├── class_qwt_panner__inherit__graph.md5
│   │   ├── class_qwt_panner__inherit__graph.png
│   │   ├── class_qwt_panner-members.html
│   │   ├── class_qwt_picker_click_point_machine.html
│   │   ├── class_qwt_picker_click_point_machine__inherit__graph.map
│   │   ├── class_qwt_picker_click_point_machine__inherit__graph.md5
│   │   ├── class_qwt_picker_click_point_machine__inherit__graph.png
│   │   ├── class_qwt_picker_click_point_machine-members.html
│   │   ├── class_qwt_picker_click_rect_machine.html
│   │   ├── class_qwt_picker_click_rect_machine__inherit__graph.map
│   │   ├── class_qwt_picker_click_rect_machine__inherit__graph.md5
│   │   ├── class_qwt_picker_click_rect_machine__inherit__graph.png
│   │   ├── class_qwt_picker_click_rect_machine-members.html
│   │   ├── class_qwt_picker_drag_line_machine.html
│   │   ├── class_qwt_picker_drag_line_machine__inherit__graph.map
│   │   ├── class_qwt_picker_drag_line_machine__inherit__graph.md5
│   │   ├── class_qwt_picker_drag_line_machine__inherit__graph.png
│   │   ├── class_qwt_picker_drag_line_machine-members.html
│   │   ├── class_qwt_picker_drag_point_machine.html
│   │   ├── class_qwt_picker_drag_point_machine__inherit__graph.map
│   │   ├── class_qwt_picker_drag_point_machine__inherit__graph.md5
│   │   ├── class_qwt_picker_drag_point_machine__inherit__graph.png
│   │   ├── class_qwt_picker_drag_point_machine-members.html
│   │   ├── class_qwt_picker_drag_rect_machine.html
│   │   ├── class_qwt_picker_drag_rect_machine__inherit__graph.map
│   │   ├── class_qwt_picker_drag_rect_machine__inherit__graph.md5
│   │   ├── class_qwt_picker_drag_rect_machine__inherit__graph.png
│   │   ├── class_qwt_picker_drag_rect_machine-members.html
│   │   ├── class_qwt_picker.html
│   │   ├── class_qwt_picker__inherit__graph.map
│   │   ├── class_qwt_picker__inherit__graph.md5
│   │   ├── class_qwt_picker__inherit__graph.png
│   │   ├── class_qwt_picker_machine.html
│   │   ├── class_qwt_picker_machine__inherit__graph.map
│   │   ├── class_qwt_picker_machine__inherit__graph.md5
│   │   ├── class_qwt_picker_machine__inherit__graph.png
│   │   ├── class_qwt_picker_machine-members.html
│   │   ├── class_qwt_picker-members.html
│   │   ├── class_qwt_picker_polygon_machine.html
│   │   ├── class_qwt_picker_polygon_machine__inherit__graph.map
│   │   ├── class_qwt_picker_polygon_machine__inherit__graph.md5
│   │   ├── class_qwt_picker_polygon_machine__inherit__graph.png
│   │   ├── class_qwt_picker_polygon_machine-members.html
│   │   ├── class_qwt_picker_tracker_machine.html
│   │   ├── class_qwt_picker_tracker_machine__inherit__graph.map
│   │   ├── class_qwt_picker_tracker_machine__inherit__graph.md5
│   │   ├── class_qwt_picker_tracker_machine__inherit__graph.png
│   │   ├── class_qwt_picker_tracker_machine-members.html
│   │   ├── class_qwt_pixel_matrix.html
│   │   ├── class_qwt_pixel_matrix__inherit__graph.map
│   │   ├── class_qwt_pixel_matrix__inherit__graph.md5
│   │   ├── class_qwt_pixel_matrix__inherit__graph.png
│   │   ├── class_qwt_pixel_matrix-members.html
│   │   ├── class_qwt_plain_text_engine.html
│   │   ├── class_qwt_plain_text_engine__inherit__graph.map
│   │   ├── class_qwt_plain_text_engine__inherit__graph.md5
│   │   ├── class_qwt_plain_text_engine__inherit__graph.png
│   │   ├── class_qwt_plain_text_engine-members.html
│   │   ├── class_qwt_plot_abstract_bar_chart.html
│   │   ├── class_qwt_plot_abstract_bar_chart__inherit__graph.map
│   │   ├── class_qwt_plot_abstract_bar_chart__inherit__graph.md5
│   │   ├── class_qwt_plot_abstract_bar_chart__inherit__graph.png
│   │   ├── class_qwt_plot_abstract_bar_chart-members.html
│   │   ├── class_qwt_plot_bar_chart.html
│   │   ├── class_qwt_plot_bar_chart__inherit__graph.map
│   │   ├── class_qwt_plot_bar_chart__inherit__graph.md5
│   │   ├── class_qwt_plot_bar_chart__inherit__graph.png
│   │   ├── class_qwt_plot_bar_chart-members.html
│   │   ├── class_qwt_plot_canvas.html
│   │   ├── class_qwt_plot_canvas__inherit__graph.map
│   │   ├── class_qwt_plot_canvas__inherit__graph.md5
│   │   ├── class_qwt_plot_canvas__inherit__graph.png
│   │   ├── class_qwt_plot_canvas-members.html
│   │   ├── class_qwt_plot_curve.html
│   │   ├── class_qwt_plot_curve__inherit__graph.map
│   │   ├── class_qwt_plot_curve__inherit__graph.md5
│   │   ├── class_qwt_plot_curve__inherit__graph.png
│   │   ├── class_qwt_plot_curve-members.html
│   │   ├── class_qwt_plot_dict.html
│   │   ├── class_qwt_plot_dict__inherit__graph.map
│   │   ├── class_qwt_plot_dict__inherit__graph.md5
│   │   ├── class_qwt_plot_dict__inherit__graph.png
│   │   ├── class_qwt_plot_dict-members.html
│   │   ├── class_qwt_plot_direct_painter.html
│   │   ├── class_qwt_plot_direct_painter__inherit__graph.map
│   │   ├── class_qwt_plot_direct_painter__inherit__graph.md5
│   │   ├── class_qwt_plot_direct_painter__inherit__graph.png
│   │   ├── class_qwt_plot_direct_painter-members.html
│   │   ├── class_qwt_plot_g_l_canvas.html
│   │   ├── class_qwt_plot_g_l_canvas__inherit__graph.map
│   │   ├── class_qwt_plot_g_l_canvas__inherit__graph.md5
│   │   ├── class_qwt_plot_g_l_canvas__inherit__graph.png
│   │   ├── class_qwt_plot_g_l_canvas-members.html
│   │   ├── class_qwt_plot_grid.html
│   │   ├── class_qwt_plot_grid__inherit__graph.map
│   │   ├── class_qwt_plot_grid__inherit__graph.md5
│   │   ├── class_qwt_plot_grid__inherit__graph.png
│   │   ├── class_qwt_plot_grid-members.html
│   │   ├── class_qwt_plot_histogram.html
│   │   ├── class_qwt_plot_histogram__inherit__graph.map
│   │   ├── class_qwt_plot_histogram__inherit__graph.md5
│   │   ├── class_qwt_plot_histogram__inherit__graph.png
│   │   ├── class_qwt_plot_histogram-members.html
│   │   ├── class_qwt_plot.html
│   │   ├── class_qwt_plot__inherit__graph.map
│   │   ├── class_qwt_plot__inherit__graph.md5
│   │   ├── class_qwt_plot__inherit__graph.png
│   │   ├── class_qwt_plot_interval_curve.html
│   │   ├── class_qwt_plot_interval_curve__inherit__graph.map
│   │   ├── class_qwt_plot_interval_curve__inherit__graph.md5
│   │   ├── class_qwt_plot_interval_curve__inherit__graph.png
│   │   ├── class_qwt_plot_interval_curve-members.html
│   │   ├── class_qwt_plot_item.html
│   │   ├── class_qwt_plot_item__inherit__graph.map
│   │   ├── class_qwt_plot_item__inherit__graph.md5
│   │   ├── class_qwt_plot_item__inherit__graph.png
│   │   ├── class_qwt_plot_item-members.html
│   │   ├── class_qwt_plot_layout.html
│   │   ├── class_qwt_plot_layout-members.html
│   │   ├── class_qwt_plot_legend_item.html
│   │   ├── class_qwt_plot_legend_item__inherit__graph.map
│   │   ├── class_qwt_plot_legend_item__inherit__graph.md5
│   │   ├── class_qwt_plot_legend_item__inherit__graph.png
│   │   ├── class_qwt_plot_legend_item-members.html
│   │   ├── class_qwt_plot_magnifier.html
│   │   ├── class_qwt_plot_magnifier__inherit__graph.map
│   │   ├── class_qwt_plot_magnifier__inherit__graph.md5
│   │   ├── class_qwt_plot_magnifier__inherit__graph.png
│   │   ├── class_qwt_plot_magnifier-members.html
│   │   ├── class_qwt_plot_marker.html
│   │   ├── class_qwt_plot_marker__inherit__graph.map
│   │   ├── class_qwt_plot_marker__inherit__graph.md5
│   │   ├── class_qwt_plot_marker__inherit__graph.png
│   │   ├── class_qwt_plot_marker-members.html
│   │   ├── class_qwt_plot-members.html
│   │   ├── class_qwt_plot_multi_bar_chart.html
│   │   ├── class_qwt_plot_multi_bar_chart__inherit__graph.map
│   │   ├── class_qwt_plot_multi_bar_chart__inherit__graph.md5
│   │   ├── class_qwt_plot_multi_bar_chart__inherit__graph.png
│   │   ├── class_qwt_plot_multi_bar_chart-members.html
│   │   ├── class_qwt_plot_panner.html
│   │   ├── class_qwt_plot_panner__inherit__graph.map
│   │   ├── class_qwt_plot_panner__inherit__graph.md5
│   │   ├── class_qwt_plot_panner__inherit__graph.png
│   │   ├── class_qwt_plot_panner-members.html
│   │   ├── class_qwt_plot_picker.html
│   │   ├── class_qwt_plot_picker__inherit__graph.map
│   │   ├── class_qwt_plot_picker__inherit__graph.md5
│   │   ├── class_qwt_plot_picker__inherit__graph.png
│   │   ├── class_qwt_plot_picker-members.html
│   │   ├── class_qwt_plot_raster_item.html
│   │   ├── class_qwt_plot_raster_item__inherit__graph.map
│   │   ├── class_qwt_plot_raster_item__inherit__graph.md5
│   │   ├── class_qwt_plot_raster_item__inherit__graph.png
│   │   ├── class_qwt_plot_raster_item-members.html
│   │   ├── class_qwt_plot_renderer.html
│   │   ├── class_qwt_plot_renderer__inherit__graph.map
│   │   ├── class_qwt_plot_renderer__inherit__graph.md5
│   │   ├── class_qwt_plot_renderer__inherit__graph.png
│   │   ├── class_qwt_plot_renderer-members.html
│   │   ├── class_qwt_plot_rescaler.html
│   │   ├── class_qwt_plot_rescaler__inherit__graph.map
│   │   ├── class_qwt_plot_rescaler__inherit__graph.md5
│   │   ├── class_qwt_plot_rescaler__inherit__graph.png
│   │   ├── class_qwt_plot_rescaler-members.html
│   │   ├── class_qwt_plot_scale_item.html
│   │   ├── class_qwt_plot_scale_item__inherit__graph.map
│   │   ├── class_qwt_plot_scale_item__inherit__graph.md5
│   │   ├── class_qwt_plot_scale_item__inherit__graph.png
│   │   ├── class_qwt_plot_scale_item-members.html
│   │   ├── class_qwt_plot_series_item.html
│   │   ├── class_qwt_plot_series_item__inherit__graph.map
│   │   ├── class_qwt_plot_series_item__inherit__graph.md5
│   │   ├── class_qwt_plot_series_item__inherit__graph.png
│   │   ├── class_qwt_plot_series_item-members.html
│   │   ├── class_qwt_plot_shape_item.html
│   │   ├── class_qwt_plot_shape_item__inherit__graph.map
│   │   ├── class_qwt_plot_shape_item__inherit__graph.md5
│   │   ├── class_qwt_plot_shape_item__inherit__graph.png
│   │   ├── class_qwt_plot_shape_item-members.html
│   │   ├── class_qwt_plot_spectro_curve.html
│   │   ├── class_qwt_plot_spectro_curve__inherit__graph.map
│   │   ├── class_qwt_plot_spectro_curve__inherit__graph.md5
│   │   ├── class_qwt_plot_spectro_curve__inherit__graph.png
│   │   ├── class_qwt_plot_spectro_curve-members.html
│   │   ├── class_qwt_plot_spectrogram.html
│   │   ├── class_qwt_plot_spectrogram__inherit__graph.map
│   │   ├── class_qwt_plot_spectrogram__inherit__graph.md5
│   │   ├── class_qwt_plot_spectrogram__inherit__graph.png
│   │   ├── class_qwt_plot_spectrogram-members.html
│   │   ├── class_qwt_plot_svg_item.html
│   │   ├── class_qwt_plot_svg_item__inherit__graph.map
│   │   ├── class_qwt_plot_svg_item__inherit__graph.md5
│   │   ├── class_qwt_plot_svg_item__inherit__graph.png
│   │   ├── class_qwt_plot_svg_item-members.html
│   │   ├── class_qwt_plot_text_label.html
│   │   ├── class_qwt_plot_text_label__inherit__graph.map
│   │   ├── class_qwt_plot_text_label__inherit__graph.md5
│   │   ├── class_qwt_plot_text_label__inherit__graph.png
│   │   ├── class_qwt_plot_text_label-members.html
│   │   ├── class_qwt_plot_trading_curve.html
│   │   ├── class_qwt_plot_trading_curve__inherit__graph.map
│   │   ├── class_qwt_plot_trading_curve__inherit__graph.md5
│   │   ├── class_qwt_plot_trading_curve__inherit__graph.png
│   │   ├── class_qwt_plot_trading_curve-members.html
│   │   ├── class_qwt_plot_zone_item.html
│   │   ├── class_qwt_plot_zone_item__inherit__graph.map
│   │   ├── class_qwt_plot_zone_item__inherit__graph.md5
│   │   ├── class_qwt_plot_zone_item__inherit__graph.png
│   │   ├── class_qwt_plot_zone_item-members.html
│   │   ├── class_qwt_plot_zoomer.html
│   │   ├── class_qwt_plot_zoomer__inherit__graph.map
│   │   ├── class_qwt_plot_zoomer__inherit__graph.md5
│   │   ├── class_qwt_plot_zoomer__inherit__graph.png
│   │   ├── class_qwt_plot_zoomer-members.html
│   │   ├── class_qwt_point3_d.html
│   │   ├── class_qwt_point3_d-members.html
│   │   ├── class_qwt_point3_d_series_data.html
│   │   ├── class_qwt_point3_d_series_data__inherit__graph.map
│   │   ├── class_qwt_point3_d_series_data__inherit__graph.md5
│   │   ├── class_qwt_point3_d_series_data__inherit__graph.png
│   │   ├── class_qwt_point3_d_series_data-members.html
│   │   ├── class_qwt_point_array_data.html
│   │   ├── class_qwt_point_array_data__inherit__graph.map
│   │   ├── class_qwt_point_array_data__inherit__graph.md5
│   │   ├── class_qwt_point_array_data__inherit__graph.png
│   │   ├── class_qwt_point_array_data-members.html
│   │   ├── class_qwt_point_mapper.html
│   │   ├── class_qwt_point_mapper-members.html
│   │   ├── class_qwt_point_polar.html
│   │   ├── class_qwt_point_polar-members.html
│   │   ├── class_qwt_point_series_data.html
│   │   ├── class_qwt_point_series_data__inherit__graph.map
│   │   ├── class_qwt_point_series_data__inherit__graph.md5
│   │   ├── class_qwt_point_series_data__inherit__graph.png
│   │   ├── class_qwt_point_series_data-members.html
│   │   ├── class_qwt_power_transform.html
│   │   ├── class_qwt_power_transform__inherit__graph.map
│   │   ├── class_qwt_power_transform__inherit__graph.md5
│   │   ├── class_qwt_power_transform__inherit__graph.png
│   │   ├── class_qwt_power_transform-members.html
│   │   ├── class_qwt_raster_data.html
│   │   ├── class_qwt_raster_data__inherit__graph.map
│   │   ├── class_qwt_raster_data__inherit__graph.md5
│   │   ├── class_qwt_raster_data__inherit__graph.png
│   │   ├── class_qwt_raster_data-members.html
│   │   ├── class_qwt_rich_text_engine.html
│   │   ├── class_qwt_rich_text_engine__inherit__graph.map
│   │   ├── class_qwt_rich_text_engine__inherit__graph.md5
│   │   ├── class_qwt_rich_text_engine__inherit__graph.png
│   │   ├── class_qwt_rich_text_engine-members.html
│   │   ├── class_qwt_round_scale_draw.html
│   │   ├── class_qwt_round_scale_draw__inherit__graph.map
│   │   ├── class_qwt_round_scale_draw__inherit__graph.md5
│   │   ├── class_qwt_round_scale_draw__inherit__graph.png
│   │   ├── class_qwt_round_scale_draw-members.html
│   │   ├── class_qwt_sampling_thread.html
│   │   ├── class_qwt_sampling_thread__inherit__graph.map
│   │   ├── class_qwt_sampling_thread__inherit__graph.md5
│   │   ├── class_qwt_sampling_thread__inherit__graph.png
│   │   ├── class_qwt_sampling_thread-members.html
│   │   ├── class_qwt_scale_arithmetic.html
│   │   ├── class_qwt_scale_arithmetic-members.html
│   │   ├── class_qwt_scale_div.html
│   │   ├── class_qwt_scale_div-members.html
│   │   ├── class_qwt_scale_draw.html
│   │   ├── class_qwt_scale_draw__inherit__graph.map
│   │   ├── class_qwt_scale_draw__inherit__graph.md5
│   │   ├── class_qwt_scale_draw__inherit__graph.png
│   │   ├── class_qwt_scale_draw-members.html
│   │   ├── class_qwt_scale_engine.html
│   │   ├── class_qwt_scale_engine__inherit__graph.map
│   │   ├── class_qwt_scale_engine__inherit__graph.md5
│   │   ├── class_qwt_scale_engine__inherit__graph.png
│   │   ├── class_qwt_scale_engine-members.html
│   │   ├── class_qwt_scale_map.html
│   │   ├── class_qwt_scale_map-members.html
│   │   ├── class_qwt_scale_widget.html
│   │   ├── class_qwt_scale_widget__inherit__graph.map
│   │   ├── class_qwt_scale_widget__inherit__graph.md5
│   │   ├── class_qwt_scale_widget__inherit__graph.png
│   │   ├── class_qwt_scale_widget-members.html
│   │   ├── class_qwt_series_data.html
│   │   ├── class_qwt_series_data__inherit__graph.map
│   │   ├── class_qwt_series_data__inherit__graph.md5
│   │   ├── class_qwt_series_data__inherit__graph.png
│   │   ├── class_qwt_series_data-members.html
│   │   ├── class_qwt_series_store.html
│   │   ├── class_qwt_series_store__inherit__graph.map
│   │   ├── class_qwt_series_store__inherit__graph.md5
│   │   ├── class_qwt_series_store__inherit__graph.png
│   │   ├── class_qwt_series_store-members.html
│   │   ├── class_qwt_set_sample.html
│   │   ├── class_qwt_set_sample-members.html
│   │   ├── class_qwt_set_series_data.html
│   │   ├── class_qwt_set_series_data__inherit__graph.map
│   │   ├── class_qwt_set_series_data__inherit__graph.md5
│   │   ├── class_qwt_set_series_data__inherit__graph.png
│   │   ├── class_qwt_set_series_data-members.html
│   │   ├── class_qwt_simple_compass_rose.html
│   │   ├── class_qwt_simple_compass_rose__inherit__graph.map
│   │   ├── class_qwt_simple_compass_rose__inherit__graph.md5
│   │   ├── class_qwt_simple_compass_rose__inherit__graph.png
│   │   ├── class_qwt_simple_compass_rose-members.html
│   │   ├── class_qwt_slider.html
│   │   ├── class_qwt_slider__inherit__graph.map
│   │   ├── class_qwt_slider__inherit__graph.md5
│   │   ├── class_qwt_slider__inherit__graph.png
│   │   ├── class_qwt_slider-members.html
│   │   ├── class_qwt_spline_curve_fitter.html
│   │   ├── class_qwt_spline_curve_fitter__inherit__graph.map
│   │   ├── class_qwt_spline_curve_fitter__inherit__graph.md5
│   │   ├── class_qwt_spline_curve_fitter__inherit__graph.png
│   │   ├── class_qwt_spline_curve_fitter-members.html
│   │   ├── class_qwt_spline.html
│   │   ├── class_qwt_spline-members.html
│   │   ├── class_qwt_symbol.html
│   │   ├── class_qwt_symbol-members.html
│   │   ├── class_qwt_synthetic_point_data.html
│   │   ├── class_qwt_synthetic_point_data__inherit__graph.map
│   │   ├── class_qwt_synthetic_point_data__inherit__graph.md5
│   │   ├── class_qwt_synthetic_point_data__inherit__graph.png
│   │   ├── class_qwt_synthetic_point_data-members.html
│   │   ├── class_qwt_system_clock.html
│   │   ├── class_qwt_system_clock-members.html
│   │   ├── class_qwt_text_engine.html
│   │   ├── class_qwt_text_engine__inherit__graph.map
│   │   ├── class_qwt_text_engine__inherit__graph.md5
│   │   ├── class_qwt_text_engine__inherit__graph.png
│   │   ├── class_qwt_text_engine-members.html
│   │   ├── class_qwt_text.html
│   │   ├── class_qwt_text_label.html
│   │   ├── class_qwt_text_label__inherit__graph.map
│   │   ├── class_qwt_text_label__inherit__graph.md5
│   │   ├── class_qwt_text_label__inherit__graph.png
│   │   ├── class_qwt_text_label-members.html
│   │   ├── class_qwt_text-members.html
│   │   ├── class_qwt_thermo.html
│   │   ├── class_qwt_thermo__inherit__graph.map
│   │   ├── class_qwt_thermo__inherit__graph.md5
│   │   ├── class_qwt_thermo__inherit__graph.png
│   │   ├── class_qwt_thermo-members.html
│   │   ├── class_qwt_trading_chart_data.html
│   │   ├── class_qwt_trading_chart_data__inherit__graph.map
│   │   ├── class_qwt_trading_chart_data__inherit__graph.md5
│   │   ├── class_qwt_trading_chart_data__inherit__graph.png
│   │   ├── class_qwt_trading_chart_data-members.html
│   │   ├── class_qwt_transform.html
│   │   ├── class_qwt_transform__inherit__graph.map
│   │   ├── class_qwt_transform__inherit__graph.md5
│   │   ├── class_qwt_transform__inherit__graph.png
│   │   ├── class_qwt_transform-members.html
│   │   ├── class_qwt_weeding_curve_fitter.html
│   │   ├── class_qwt_weeding_curve_fitter__inherit__graph.map
│   │   ├── class_qwt_weeding_curve_fitter__inherit__graph.md5
│   │   ├── class_qwt_weeding_curve_fitter__inherit__graph.png
│   │   ├── class_qwt_weeding_curve_fitter-members.html
│   │   ├── class_qwt_wheel.html
│   │   ├── class_qwt_wheel__inherit__graph.map
│   │   ├── class_qwt_wheel__inherit__graph.md5
│   │   ├── class_qwt_wheel__inherit__graph.png
│   │   ├── class_qwt_wheel-members.html
│   │   ├── class_qwt_widget_overlay.html
│   │   ├── class_qwt_widget_overlay__inherit__graph.map
│   │   ├── class_qwt_widget_overlay__inherit__graph.md5
│   │   ├── class_qwt_widget_overlay__inherit__graph.png
│   │   ├── class_qwt_widget_overlay-members.html
│   │   ├── closed.png
│   │   ├── controlscreenshots.html
│   │   ├── cpuplot.png
│   │   ├── curvescreenshots.html
│   │   ├── curves.png
│   │   ├── dials1.png
│   │   ├── dials2.png
│   │   ├── dir_0ba84e46c3a24bcc2b2dd7c07cca6530_dep.map
│   │   ├── dir_0ba84e46c3a24bcc2b2dd7c07cca6530_dep.md5
│   │   ├── dir_0ba84e46c3a24bcc2b2dd7c07cca6530_dep.png
│   │   ├── dir_0ba84e46c3a24bcc2b2dd7c07cca6530.html
│   │   ├── dir_a2dc34b29a5ffdb2d276659b9dbd84a8_dep.map
│   │   ├── dir_a2dc34b29a5ffdb2d276659b9dbd84a8_dep.md5
│   │   ├── dir_a2dc34b29a5ffdb2d276659b9dbd84a8_dep.png
│   │   ├── dir_a2dc34b29a5ffdb2d276659b9dbd84a8.html
│   │   ├── dir_eeff6b9a5e356c1bf34e4b6fb0ac7ba6_dep.map
│   │   ├── dir_eeff6b9a5e356c1bf34e4b6fb0ac7ba6_dep.md5
│   │   ├── dir_eeff6b9a5e356c1bf34e4b6fb0ac7ba6_dep.png
│   │   ├── dir_eeff6b9a5e356c1bf34e4b6fb0ac7ba6.html
│   │   ├── doxygen.css
│   │   ├── doxygen.png
│   │   ├── dynsections.js
│   │   ├── form_0.png
│   │   ├── form_1.png
│   │   ├── form_2.png
│   │   ├── form_3.png
│   │   ├── form_4.png
│   │   ├── form_5.png
│   │   ├── formula.repository
│   │   ├── ftv2blank.png
│   │   ├── ftv2cl.png
│   │   ├── ftv2doc.png
│   │   ├── ftv2folderclosed.png
│   │   ├── ftv2folderopen.png
│   │   ├── ftv2lastnode.png
│   │   ├── ftv2link.png
│   │   ├── ftv2mlastnode.png
│   │   ├── ftv2mnode.png
│   │   ├── ftv2mo.png
│   │   ├── ftv2node.png
│   │   ├── ftv2ns.png
│   │   ├── ftv2plastnode.png
│   │   ├── ftv2pnode.png
│   │   ├── ftv2splitbar.png
│   │   ├── ftv2vertline.png
│   │   ├── functions_0x62.html
│   │   ├── functions_0x63.html
│   │   ├── functions_0x64.html
│   │   ├── functions_0x65.html
│   │   ├── functions_0x66.html
│   │   ├── functions_0x67.html
│   │   ├── functions_0x68.html
│   │   ├── functions_0x69.html
│   │   ├── functions_0x6a.html
│   │   ├── functions_0x6b.html
│   │   ├── functions_0x6c.html
│   │   ├── functions_0x6d.html
│   │   ├── functions_0x6e.html
│   │   ├── functions_0x6f.html
│   │   ├── functions_0x70.html
│   │   ├── functions_0x72.html
│   │   ├── functions_0x73.html
│   │   ├── functions_0x74.html
│   │   ├── functions_0x75.html
│   │   ├── functions_0x76.html
│   │   ├── functions_0x77.html
│   │   ├── functions_0x78.html
│   │   ├── functions_0x79.html
│   │   ├── functions_0x7a.html
│   │   ├── functions_0x7e.html
│   │   ├── functions_enum.html
│   │   ├── functions_eval_0x62.html
│   │   ├── functions_eval_0x63.html
│   │   ├── functions_eval_0x64.html
│   │   ├── functions_eval_0x65.html
│   │   ├── functions_eval_0x66.html
│   │   ├── functions_eval_0x67.html
│   │   ├── functions_eval_0x68.html
│   │   ├── functions_eval_0x69.html
│   │   ├── functions_eval_0x6a.html
│   │   ├── functions_eval_0x6b.html
│   │   ├── functions_eval_0x6c.html
│   │   ├── functions_eval_0x6d.html
│   │   ├── functions_eval_0x6e.html
│   │   ├── functions_eval_0x6f.html
│   │   ├── functions_eval_0x70.html
│   │   ├── functions_eval_0x72.html
│   │   ├── functions_eval_0x73.html
│   │   ├── functions_eval_0x74.html
│   │   ├── functions_eval_0x75.html
│   │   ├── functions_eval_0x76.html
│   │   ├── functions_eval_0x77.html
│   │   ├── functions_eval_0x78.html
│   │   ├── functions_eval_0x79.html
│   │   ├── functions_eval.html
│   │   ├── functions_func_0x62.html
│   │   ├── functions_func_0x63.html
│   │   ├── functions_func_0x64.html
│   │   ├── functions_func_0x65.html
│   │   ├── functions_func_0x66.html
│   │   ├── functions_func_0x67.html
│   │   ├── functions_func_0x68.html
│   │   ├── functions_func_0x69.html
│   │   ├── functions_func_0x6b.html
│   │   ├── functions_func_0x6c.html
│   │   ├── functions_func_0x6d.html
│   │   ├── functions_func_0x6e.html
│   │   ├── functions_func_0x6f.html
│   │   ├── functions_func_0x70.html
│   │   ├── functions_func_0x72.html
│   │   ├── functions_func_0x73.html
│   │   ├── functions_func_0x74.html
│   │   ├── functions_func_0x75.html
│   │   ├── functions_func_0x76.html
│   │   ├── functions_func_0x77.html
│   │   ├── functions_func_0x78.html
│   │   ├── functions_func_0x79.html
│   │   ├── functions_func_0x7a.html
│   │   ├── functions_func_0x7e.html
│   │   ├── functions_func.html
│   │   ├── functions.html
│   │   ├── functions_type.html
│   │   ├── functions_vars.html
│   │   ├── graph_legend.html
│   │   ├── graph_legend.md5
│   │   ├── graph_legend.png
│   │   ├── graph.png
│   │   ├── hierarchy.html
│   │   ├── histogram.png
│   │   ├── histogramscreenshots.html
│   │   ├── index.html
│   │   ├── index.qhp
│   │   ├── inherit_graph_0.map
│   │   ├── inherit_graph_0.md5
│   │   ├── inherit_graph_0.png
│   │   ├── inherit_graph_10.map
│   │   ├── inherit_graph_10.md5
│   │   ├── inherit_graph_10.png
│   │   ├── inherit_graph_11.map
│   │   ├── inherit_graph_11.md5
│   │   ├── inherit_graph_11.png
│   │   ├── inherit_graph_12.map
│   │   ├── inherit_graph_12.md5
│   │   ├── inherit_graph_12.png
│   │   ├── inherit_graph_13.map
│   │   ├── inherit_graph_13.md5
│   │   ├── inherit_graph_13.png
│   │   ├── inherit_graph_14.map
│   │   ├── inherit_graph_14.md5
│   │   ├── inherit_graph_14.png
│   │   ├── inherit_graph_15.map
│   │   ├── inherit_graph_15.md5
│   │   ├── inherit_graph_15.png
│   │   ├── inherit_graph_16.map
│   │   ├── inherit_graph_16.md5
│   │   ├── inherit_graph_16.png
│   │   ├── inherit_graph_17.map
│   │   ├── inherit_graph_17.md5
│   │   ├── inherit_graph_17.png
│   │   ├── inherit_graph_18.map
│   │   ├── inherit_graph_18.md5
│   │   ├── inherit_graph_18.png
│   │   ├── inherit_graph_19.map
│   │   ├── inherit_graph_19.md5
│   │   ├── inherit_graph_19.png
│   │   ├── inherit_graph_1.map
│   │   ├── inherit_graph_1.md5
│   │   ├── inherit_graph_1.png
│   │   ├── inherit_graph_20.map
│   │   ├── inherit_graph_20.md5
│   │   ├── inherit_graph_20.png
│   │   ├── inherit_graph_21.map
│   │   ├── inherit_graph_21.md5
│   │   ├── inherit_graph_21.png
│   │   ├── inherit_graph_22.map
│   │   ├── inherit_graph_22.md5
│   │   ├── inherit_graph_22.png
│   │   ├── inherit_graph_23.map
│   │   ├── inherit_graph_23.md5
│   │   ├── inherit_graph_23.png
│   │   ├── inherit_graph_24.map
│   │   ├── inherit_graph_24.md5
│   │   ├── inherit_graph_24.png
│   │   ├── inherit_graph_25.map
│   │   ├── inherit_graph_25.md5
│   │   ├── inherit_graph_25.png
│   │   ├── inherit_graph_26.map
│   │   ├── inherit_graph_26.md5
│   │   ├── inherit_graph_26.png
│   │   ├── inherit_graph_27.map
│   │   ├── inherit_graph_27.md5
│   │   ├── inherit_graph_27.png
│   │   ├── inherit_graph_28.map
│   │   ├── inherit_graph_28.md5
│   │   ├── inherit_graph_28.png
│   │   ├── inherit_graph_29.map
│   │   ├── inherit_graph_29.md5
│   │   ├── inherit_graph_29.png
│   │   ├── inherit_graph_2.map
│   │   ├── inherit_graph_2.md5
│   │   ├── inherit_graph_2.png
│   │   ├── inherit_graph_30.map
│   │   ├── inherit_graph_30.md5
│   │   ├── inherit_graph_30.png
│   │   ├── inherit_graph_31.map
│   │   ├── inherit_graph_31.md5
│   │   ├── inherit_graph_31.png
│   │   ├── inherit_graph_32.map
│   │   ├── inherit_graph_32.md5
│   │   ├── inherit_graph_32.png
│   │   ├── inherit_graph_33.map
│   │   ├── inherit_graph_33.md5
│   │   ├── inherit_graph_33.png
│   │   ├── inherit_graph_34.map
│   │   ├── inherit_graph_34.md5
│   │   ├── inherit_graph_34.png
│   │   ├── inherit_graph_35.map
│   │   ├── inherit_graph_35.md5
│   │   ├── inherit_graph_35.png
│   │   ├── inherit_graph_36.map
│   │   ├── inherit_graph_36.md5
│   │   ├── inherit_graph_36.png
│   │   ├── inherit_graph_37.map
│   │   ├── inherit_graph_37.md5
│   │   ├── inherit_graph_37.png
│   │   ├── inherit_graph_38.map
│   │   ├── inherit_graph_38.md5
│   │   ├── inherit_graph_38.png
│   │   ├── inherit_graph_39.map
│   │   ├── inherit_graph_39.md5
│   │   ├── inherit_graph_39.png
│   │   ├── inherit_graph_3.map
│   │   ├── inherit_graph_3.md5
│   │   ├── inherit_graph_3.png
│   │   ├── inherit_graph_40.map
│   │   ├── inherit_graph_40.md5
│   │   ├── inherit_graph_40.png
│   │   ├── inherit_graph_41.map
│   │   ├── inherit_graph_41.md5
│   │   ├── inherit_graph_41.png
│   │   ├── inherit_graph_42.map
│   │   ├── inherit_graph_42.md5
│   │   ├── inherit_graph_42.png
│   │   ├── inherit_graph_43.map
│   │   ├── inherit_graph_43.md5
│   │   ├── inherit_graph_43.png
│   │   ├── inherit_graph_44.map
│   │   ├── inherit_graph_44.md5
│   │   ├── inherit_graph_44.png
│   │   ├── inherit_graph_45.map
│   │   ├── inherit_graph_45.md5
│   │   ├── inherit_graph_45.png
│   │   ├── inherit_graph_46.map
│   │   ├── inherit_graph_46.md5
│   │   ├── inherit_graph_46.png
│   │   ├── inherit_graph_47.map
│   │   ├── inherit_graph_47.md5
│   │   ├── inherit_graph_47.png
│   │   ├── inherit_graph_48.map
│   │   ├── inherit_graph_48.md5
│   │   ├── inherit_graph_48.png
│   │   ├── inherit_graph_49.map
│   │   ├── inherit_graph_49.md5
│   │   ├── inherit_graph_49.png
│   │   ├── inherit_graph_4.map
│   │   ├── inherit_graph_4.md5
│   │   ├── inherit_graph_4.png
│   │   ├── inherit_graph_50.map
│   │   ├── inherit_graph_50.md5
│   │   ├── inherit_graph_50.png
│   │   ├── inherit_graph_5.map
│   │   ├── inherit_graph_5.md5
│   │   ├── inherit_graph_5.png
│   │   ├── inherit_graph_6.map
│   │   ├── inherit_graph_6.md5
│   │   ├── inherit_graph_6.png
│   │   ├── inherit_graph_7.map
│   │   ├── inherit_graph_7.md5
│   │   ├── inherit_graph_7.png
│   │   ├── inherit_graph_8.map
│   │   ├── inherit_graph_8.md5
│   │   ├── inherit_graph_8.png
│   │   ├── inherit_graph_9.map
│   │   ├── inherit_graph_9.md5
│   │   ├── inherit_graph_9.png
│   │   ├── inherits.html
│   │   ├── jquery.js
│   │   ├── knob.png
│   │   ├── nav_f.png
│   │   ├── nav_g.png
│   │   ├── nav_h.png
│   │   ├── open.png
│   │   ├── pages.html
│   │   ├── plot.png
│   │   ├── qwt__abstract__legend_8h_source.html
│   │   ├── qwt__abstract__scale_8h_source.html
│   │   ├── qwt__abstract__scale__draw_8h_source.html
│   │   ├── qwt__abstract__slider_8h_source.html
│   │   ├── qwt__analog__clock_8h_source.html
│   │   ├── qwt__arrow__button_8h_source.html
│   │   ├── qwtchangelog.html
│   │   ├── qwt__clipper_8h_source.html
│   │   ├── qwt__color__map_8h_source.html
│   │   ├── qwt__column__symbol_8h_source.html
│   │   ├── qwt__compass_8h_source.html
│   │   ├── qwt__compass__rose_8h_source.html
│   │   ├── qwt__compat_8h_source.html
│   │   ├── qwt__counter_8h_source.html
│   │   ├── qwt__curve__fitter_8h_source.html
│   │   ├── qwt__date_8h_source.html
│   │   ├── qwt__date__scale__draw_8h_source.html
│   │   ├── qwt__date__scale__engine_8h_source.html
│   │   ├── qwt__dial_8h_source.html
│   │   ├── qwt__dial__needle_8h_source.html
│   │   ├── qwt__dyngrid__layout_8h_source.html
│   │   ├── qwt__event__pattern_8h_source.html
│   │   ├── qwt__global_8h_source.html
│   │   ├── qwt__graphic_8h_source.html
│   │   ├── qwtinstall.html
│   │   ├── qwt__interval_8h_source.html
│   │   ├── qwt__interval__symbol_8h_source.html
│   │   ├── qwt__knob_8h_source.html
│   │   ├── qwt__legend_8h_source.html
│   │   ├── qwt__legend__data_8h_source.html
│   │   ├── qwt__legend__label_8h_source.html
│   │   ├── qwtlicense.html
│   │   ├── qwt__magnifier_8h_source.html
│   │   ├── qwt__math_8h_source.html
│   │   ├── qwt__mathml__text__engine_8h_source.html
│   │   ├── qwt__matrix__raster__data_8h_source.html
│   │   ├── qwt__mml__document_8h_source.html
│   │   ├── qwt__null__paintdevice_8h_source.html
│   │   ├── qwt__painter_8h_source.html
│   │   ├── qwt__painter__command_8h_source.html
│   │   ├── qwt__panner_8h_source.html
│   │   ├── qwt__picker_8h_source.html
│   │   ├── qwt__picker__machine_8h_source.html
│   │   ├── qwt__pixel__matrix_8h_source.html
│   │   ├── qwt__plot_8h_source.html
│   │   ├── qwt__plot__abstract__barchart_8h_source.html
│   │   ├── qwt__plot__barchart_8h_source.html
│   │   ├── qwt__plot__canvas_8h_source.html
│   │   ├── qwt__plot__curve_8h_source.html
│   │   ├── qwt__plot__dict_8h_source.html
│   │   ├── qwt__plot__directpainter_8h_source.html
│   │   ├── qwt__plot__glcanvas_8h_source.html
│   │   ├── qwt__plot__grid_8h_source.html
│   │   ├── qwt__plot__histogram_8h_source.html
│   │   ├── qwt__plot__intervalcurve_8h_source.html
│   │   ├── qwt__plot__item_8h_source.html
│   │   ├── qwt__plot__layout_8h_source.html
│   │   ├── qwt__plot__legenditem_8h_source.html
│   │   ├── qwt__plot__magnifier_8h_source.html
│   │   ├── qwt__plot__marker_8h_source.html
│   │   ├── qwt__plot__multi__barchart_8h_source.html
│   │   ├── qwt__plot__panner_8h_source.html
│   │   ├── qwt__plot__picker_8h_source.html
│   │   ├── qwt__plot__rasteritem_8h_source.html
│   │   ├── qwt__plot__renderer_8h_source.html
│   │   ├── qwt__plot__rescaler_8h_source.html
│   │   ├── qwt__plot__scaleitem_8h_source.html
│   │   ├── qwt__plot__seriesitem_8h_source.html
│   │   ├── qwt__plot__shapeitem_8h_source.html
│   │   ├── qwt__plot__spectrocurve_8h_source.html
│   │   ├── qwt__plot__spectrogram_8h_source.html
│   │   ├── qwt__plot__svgitem_8h_source.html
│   │   ├── qwt__plot__textlabel_8h_source.html
│   │   ├── qwt__plot__tradingcurve_8h_source.html
│   │   ├── qwt__plot__zoneitem_8h_source.html
│   │   ├── qwt__plot__zoomer_8h_source.html
│   │   ├── qwt__point__3d_8h_source.html
│   │   ├── qwt__point__data_8h_source.html
│   │   ├── qwt__point__mapper_8h_source.html
│   │   ├── qwt__point__polar_8h_source.html
│   │   ├── qwt__raster__data_8h_source.html
│   │   ├── qwt__round__scale__draw_8h_source.html
│   │   ├── qwt__samples_8h_source.html
│   │   ├── qwt__sampling__thread_8h_source.html
│   │   ├── qwt__scale__div_8h_source.html
│   │   ├── qwt__scale__draw_8h_source.html
│   │   ├── qwt__scale__engine_8h_source.html
│   │   ├── qwt__scale__map_8h_source.html
│   │   ├── qwt__scale__widget_8h_source.html
│   │   ├── qwt__series__data_8h_source.html
│   │   ├── qwt__series__store_8h_source.html
│   │   ├── qwt__slider_8h_source.html
│   │   ├── qwt__spline_8h_source.html
│   │   ├── qwt__symbol_8h_source.html
│   │   ├── qwt__system__clock_8h_source.html
│   │   ├── qwt__text_8h_source.html
│   │   ├── qwt__text__engine_8h_source.html
│   │   ├── qwt__text__label_8h_source.html
│   │   ├── qwt__thermo_8h_source.html
│   │   ├── qwt__transform_8h_source.html
│   │   ├── qwt__wheel_8h_source.html
│   │   ├── qwt__widget__overlay_8h_source.html
│   │   ├── radio.png
│   │   ├── scatterplot.png
│   │   ├── scatterscreenshots.html
│   │   ├── search
│   │   │   ├── all_61.html
│   │   │   ├── all_61.js
│   │   │   ├── all_62.html
│   │   │   ├── all_62.js
│   │   │   ├── all_63.html
│   │   │   ├── all_63.js
│   │   │   ├── all_64.html
│   │   │   ├── all_64.js
│   │   │   ├── all_65.html
│   │   │   ├── all_65.js
│   │   │   ├── all_66.html
│   │   │   ├── all_66.js
│   │   │   ├── all_67.html
│   │   │   ├── all_67.js
│   │   │   ├── all_68.html
│   │   │   ├── all_68.js
│   │   │   ├── all_69.html
│   │   │   ├── all_69.js
│   │   │   ├── all_6a.html
│   │   │   ├── all_6a.js
│   │   │   ├── all_6b.html
│   │   │   ├── all_6b.js
│   │   │   ├── all_6c.html
│   │   │   ├── all_6c.js
│   │   │   ├── all_6d.html
│   │   │   ├── all_6d.js
│   │   │   ├── all_6e.html
│   │   │   ├── all_6e.js
│   │   │   ├── all_6f.html
│   │   │   ├── all_6f.js
│   │   │   ├── all_70.html
│   │   │   ├── all_70.js
│   │   │   ├── all_71.html
│   │   │   ├── all_71.js
│   │   │   ├── all_72.html
│   │   │   ├── all_72.js
│   │   │   ├── all_73.html
│   │   │   ├── all_73.js
│   │   │   ├── all_74.html
│   │   │   ├── all_74.js
│   │   │   ├── all_75.html
│   │   │   ├── all_75.js
│   │   │   ├── all_76.html
│   │   │   ├── all_76.js
│   │   │   ├── all_77.html
│   │   │   ├── all_77.js
│   │   │   ├── all_78.html
│   │   │   ├── all_78.js
│   │   │   ├── all_79.html
│   │   │   ├── all_79.js
│   │   │   ├── all_7a.html
│   │   │   ├── all_7a.js
│   │   │   ├── all_7e.html
│   │   │   ├── all_7e.js
│   │   │   ├── classes_6b.html
│   │   │   ├── classes_6b.js
│   │   │   ├── classes_6d.html
│   │   │   ├── classes_6d.js
│   │   │   ├── classes_71.html
│   │   │   ├── classes_71.js
│   │   │   ├── close.png
│   │   │   ├── enums_61.html
│   │   │   ├── enums_61.js
│   │   │   ├── enums_62.html
│   │   │   ├── enums_62.js
│   │   │   ├── enums_63.html
│   │   │   ├── enums_63.js
│   │   │   ├── enums_64.html
│   │   │   ├── enums_64.js
│   │   │   ├── enums_65.html
│   │   │   ├── enums_65.js
│   │   │   ├── enums_66.html
│   │   │   ├── enums_66.js
│   │   │   ├── enums_68.html
│   │   │   ├── enums_68.js
│   │   │   ├── enums_69.html
│   │   │   ├── enums_69.js
│   │   │   ├── enums_6b.html
│   │   │   ├── enums_6b.js
│   │   │   ├── enums_6c.html
│   │   │   ├── enums_6c.js
│   │   │   ├── enums_6d.html
│   │   │   ├── enums_6d.js
│   │   │   ├── enums_6f.html
│   │   │   ├── enums_6f.js
│   │   │   ├── enums_70.html
│   │   │   ├── enums_70.js
│   │   │   ├── enums_72.html
│   │   │   ├── enums_72.js
│   │   │   ├── enums_73.html
│   │   │   ├── enums_73.js
│   │   │   ├── enums_74.html
│   │   │   ├── enums_74.js
│   │   │   ├── enums_77.html
│   │   │   ├── enums_77.js
│   │   │   ├── enumvalues_61.html
│   │   │   ├── enumvalues_61.js
│   │   │   ├── enumvalues_62.html
│   │   │   ├── enumvalues_62.js
│   │   │   ├── enumvalues_63.html
│   │   │   ├── enumvalues_63.js
│   │   │   ├── enumvalues_64.html
│   │   │   ├── enumvalues_64.js
│   │   │   ├── enumvalues_65.html
│   │   │   ├── enumvalues_65.js
│   │   │   ├── enumvalues_66.html
│   │   │   ├── enumvalues_66.js
│   │   │   ├── enumvalues_67.html
│   │   │   ├── enumvalues_67.js
│   │   │   ├── enumvalues_68.html
│   │   │   ├── enumvalues_68.js
│   │   │   ├── enumvalues_69.html
│   │   │   ├── enumvalues_69.js
│   │   │   ├── enumvalues_6a.html
│   │   │   ├── enumvalues_6a.js
│   │   │   ├── enumvalues_6b.html
│   │   │   ├── enumvalues_6b.js
│   │   │   ├── enumvalues_6c.html
│   │   │   ├── enumvalues_6c.js
│   │   │   ├── enumvalues_6d.html
│   │   │   ├── enumvalues_6d.js
│   │   │   ├── enumvalues_6e.html
│   │   │   ├── enumvalues_6e.js
│   │   │   ├── enumvalues_6f.html
│   │   │   ├── enumvalues_6f.js
│   │   │   ├── enumvalues_70.html
│   │   │   ├── enumvalues_70.js
│   │   │   ├── enumvalues_72.html
│   │   │   ├── enumvalues_72.js
│   │   │   ├── enumvalues_73.html
│   │   │   ├── enumvalues_73.js
│   │   │   ├── enumvalues_74.html
│   │   │   ├── enumvalues_74.js
│   │   │   ├── enumvalues_75.html
│   │   │   ├── enumvalues_75.js
│   │   │   ├── enumvalues_76.html
│   │   │   ├── enumvalues_76.js
│   │   │   ├── enumvalues_77.html
│   │   │   ├── enumvalues_77.js
│   │   │   ├── enumvalues_78.html
│   │   │   ├── enumvalues_78.js
│   │   │   ├── enumvalues_79.html
│   │   │   ├── enumvalues_79.js
│   │   │   ├── functions_61.html
│   │   │   ├── functions_61.js
│   │   │   ├── functions_62.html
│   │   │   ├── functions_62.js
│   │   │   ├── functions_63.html
│   │   │   ├── functions_63.js
│   │   │   ├── functions_64.html
│   │   │   ├── functions_64.js
│   │   │   ├── functions_65.html
│   │   │   ├── functions_65.js
│   │   │   ├── functions_66.html
│   │   │   ├── functions_66.js
│   │   │   ├── functions_67.html
│   │   │   ├── functions_67.js
│   │   │   ├── functions_68.html
│   │   │   ├── functions_68.js
│   │   │   ├── functions_69.html
│   │   │   ├── functions_69.js
│   │   │   ├── functions_6b.html
│   │   │   ├── functions_6b.js
│   │   │   ├── functions_6c.html
│   │   │   ├── functions_6c.js
│   │   │   ├── functions_6d.html
│   │   │   ├── functions_6d.js
│   │   │   ├── functions_6e.html
│   │   │   ├── functions_6e.js
│   │   │   ├── functions_6f.html
│   │   │   ├── functions_6f.js
│   │   │   ├── functions_70.html
│   │   │   ├── functions_70.js
│   │   │   ├── functions_71.html
│   │   │   ├── functions_71.js
│   │   │   ├── functions_72.html
│   │   │   ├── functions_72.js
│   │   │   ├── functions_73.html
│   │   │   ├── functions_73.js
│   │   │   ├── functions_74.html
│   │   │   ├── functions_74.js
│   │   │   ├── functions_75.html
│   │   │   ├── functions_75.js
│   │   │   ├── functions_76.html
│   │   │   ├── functions_76.js
│   │   │   ├── functions_77.html
│   │   │   ├── functions_77.js
│   │   │   ├── functions_78.html
│   │   │   ├── functions_78.js
│   │   │   ├── functions_79.html
│   │   │   ├── functions_79.js
│   │   │   ├── functions_7a.html
│   │   │   ├── functions_7a.js
│   │   │   ├── functions_7e.html
│   │   │   ├── functions_7e.js
│   │   │   ├── mag_sel.png
│   │   │   ├── nomatches.html
│   │   │   ├── pages_63.html
│   │   │   ├── pages_63.js
│   │   │   ├── pages_64.html
│   │   │   ├── pages_64.js
│   │   │   ├── pages_68.html
│   │   │   ├── pages_68.js
│   │   │   ├── pages_69.html
│   │   │   ├── pages_69.js
│   │   │   ├── pages_71.html
│   │   │   ├── pages_71.js
│   │   │   ├── pages_73.html
│   │   │   ├── pages_73.js
│   │   │   ├── pages_77.html
│   │   │   ├── pages_77.js
│   │   │   ├── search.css
│   │   │   ├── search.js
│   │   │   ├── search_l.png
│   │   │   ├── search_m.png
│   │   │   ├── search_r.png
│   │   │   ├── typedefs_61.html
│   │   │   ├── typedefs_61.js
│   │   │   ├── typedefs_62.html
│   │   │   ├── typedefs_62.js
│   │   │   ├── typedefs_63.html
│   │   │   ├── typedefs_63.js
│   │   │   ├── typedefs_64.html
│   │   │   ├── typedefs_64.js
│   │   │   ├── typedefs_69.html
│   │   │   ├── typedefs_69.js
│   │   │   ├── typedefs_6c.html
│   │   │   ├── typedefs_6c.js
│   │   │   ├── typedefs_6f.html
│   │   │   ├── typedefs_6f.js
│   │   │   ├── typedefs_70.html
│   │   │   ├── typedefs_70.js
│   │   │   ├── typedefs_72.html
│   │   │   ├── typedefs_72.js
│   │   │   ├── typedefs_73.html
│   │   │   ├── typedefs_73.js
│   │   │   ├── typedefs_74.html
│   │   │   ├── typedefs_74.js
│   │   │   ├── variables_62.html
│   │   │   ├── variables_62.js
│   │   │   ├── variables_63.html
│   │   │   ├── variables_63.js
│   │   │   ├── variables_64.html
│   │   │   ├── variables_64.js
│   │   │   ├── variables_68.html
│   │   │   ├── variables_68.js
│   │   │   ├── variables_69.html
│   │   │   ├── variables_69.js
│   │   │   ├── variables_6b.html
│   │   │   ├── variables_6b.js
│   │   │   ├── variables_6c.html
│   │   │   ├── variables_6c.js
│   │   │   ├── variables_6d.html
│   │   │   ├── variables_6d.js
│   │   │   ├── variables_6f.html
│   │   │   ├── variables_6f.js
│   │   │   ├── variables_73.html
│   │   │   ├── variables_73.js
│   │   │   ├── variables_74.html
│   │   │   ├── variables_74.js
│   │   │   ├── variables_76.html
│   │   │   └── variables_76.js
│   │   ├── sinus.png
│   │   ├── sliders.png
│   │   ├── spectrogram1.png
│   │   ├── spectrogram2.png
│   │   ├── spectrogram3.png
│   │   ├── spectrogramscreenshots.html
│   │   ├── sync_off.png
│   │   ├── sync_on.png
│   │   ├── sysinfo.png
│   │   ├── tab_a.png
│   │   ├── tab_b.png
│   │   ├── tab_h.png
│   │   ├── tabs.css
│   │   └── tab_s.png
│   ├── install.dox
│   └── qwt.dox
├── examples
│   ├── animation
│   │   ├── animation.pro
│   │   ├── main.cpp
│   │   ├── plot.cpp
│   │   └── plot.h
│   ├── barchart
│   │   ├── barchart.cpp
│   │   ├── barchart.h
│   │   ├── barchart.pro
│   │   └── main.cpp
│   ├── bode
│   │   ├── bode.pro
│   │   ├── complexnumber.h
│   │   ├── main.cpp
│   │   ├── mainwindow.cpp
│   │   ├── mainwindow.h
│   │   ├── pixmaps.h
│   │   ├── plot.cpp
│   │   └── plot.h
│   ├── controls
│   │   ├── controls.pro
│   │   ├── dialbox.cpp
│   │   ├── dialbox.h
│   │   ├── dialtab.cpp
│   │   ├── dialtab.h
│   │   ├── knobbox.cpp
│   │   ├── knobbox.h
│   │   ├── knobtab.cpp
│   │   ├── knobtab.h
│   │   ├── main.cpp
│   │   ├── sliderbox.cpp
│   │   ├── sliderbox.h
│   │   ├── slidertab.cpp
│   │   ├── slidertab.h
│   │   ├── wheelbox.cpp
│   │   ├── wheelbox.h
│   │   ├── wheeltab.cpp
│   │   └── wheeltab.h
│   ├── cpuplot
│   │   ├── cpupiemarker.cpp
│   │   ├── cpupiemarker.h
│   │   ├── cpuplot.cpp
│   │   ├── cpuplot.h
│   │   ├── cpuplot.pro
│   │   ├── cpustat.cpp
│   │   └── cpustat.h
│   ├── curvdemo1
│   │   ├── curvdemo1.cpp
│   │   └── curvdemo1.pro
│   ├── dials
│   │   ├── attitude_indicator.cpp
│   │   ├── attitude_indicator.h
│   │   ├── cockpit_grid.cpp
│   │   ├── cockpit_grid.h
│   │   ├── compass_grid.cpp
│   │   ├── compass_grid.h
│   │   ├── dials.cpp
│   │   ├── dials.pro
│   │   ├── speedo_meter.cpp
│   │   └── speedo_meter.h
│   ├── distrowatch
│   │   ├── barchart.cpp
│   │   ├── barchart.h
│   │   ├── distrowatch.pro
│   │   └── main.cpp
│   ├── event_filter
│   │   ├── canvaspicker.cpp
│   │   ├── canvaspicker.h
│   │   ├── colorbar.cpp
│   │   ├── colorbar.h
│   │   ├── event_filter.cpp
│   │   ├── event_filter.pro
│   │   ├── plot.cpp
│   │   ├── plot.h
│   │   ├── README
│   │   ├── scalepicker.cpp
│   │   └── scalepicker.h
│   ├── examples.pri
│   ├── examples.pro
│   ├── friedberg
│   │   ├── friedberg2007.cpp
│   │   ├── friedberg2007.h
│   │   ├── friedberg.pro
│   │   ├── main.cpp
│   │   ├── plot.cpp
│   │   └── plot.h
│   ├── itemeditor
│   │   ├── editor.cpp
│   │   ├── editor.h
│   │   ├── itemeditor.pro
│   │   ├── main.cpp
│   │   ├── plot.cpp
│   │   ├── plot.h
│   │   ├── shapefactory.cpp
│   │   └── shapefactory.h
│   ├── legends
│   │   ├── legends.pro
│   │   ├── main.cpp
│   │   ├── mainwindow.cpp
│   │   ├── mainwindow.h
│   │   ├── panel.cpp
│   │   ├── panel.h
│   │   ├── plot.cpp
│   │   ├── plot.h
│   │   └── settings.h
│   ├── oscilloscope
│   │   ├── curvedata.cpp
│   │   ├── curvedata.h
│   │   ├── knob.cpp
│   │   ├── knob.h
│   │   ├── main.cpp
│   │   ├── mainwindow.cpp
│   │   ├── mainwindow.h
│   │   ├── osci.css
│   │   ├── oscilloscope.pro
│   │   ├── plot.cpp
│   │   ├── plot.h
│   │   ├── samplingthread.cpp
│   │   ├── samplingthread.h
│   │   ├── signaldata.cpp
│   │   ├── signaldata.h
│   │   ├── wheelbox.cpp
│   │   └── wheelbox.h
│   ├── radio
│   │   ├── ampfrm.cpp
│   │   ├── ampfrm.h
│   │   ├── mainwindow.cpp
│   │   ├── mainwindow.h
│   │   ├── radio.cpp
│   │   ├── radio.pro
│   │   ├── tunerfrm.cpp
│   │   └── tunerfrm.h
│   ├── rasterview
│   │   ├── main.cpp
│   │   ├── plot.cpp
│   │   ├── plot.h
│   │   └── rasterview.pro
│   ├── realtime
│   │   ├── clear.xpm
│   │   ├── incrementalplot.cpp
│   │   ├── incrementalplot.h
│   │   ├── main.cpp
│   │   ├── mainwindow.cpp
│   │   ├── mainwindow.h
│   │   ├── randomplot.cpp
│   │   ├── randomplot.h
│   │   ├── README
│   │   ├── realtime.pro
│   │   ├── scrollbar.cpp
│   │   ├── scrollbar.h
│   │   ├── scrollzoomer.cpp
│   │   ├── scrollzoomer.h
│   │   └── start.xpm
│   ├── refreshtest
│   │   ├── circularbuffer.cpp
│   │   ├── circularbuffer.h
│   │   ├── main.cpp
│   │   ├── mainwindow.cpp
│   │   ├── mainwindow.h
│   │   ├── panel.cpp
│   │   ├── panel.h
│   │   ├── plot.cpp
│   │   ├── plot.h
│   │   ├── refreshtest.pro
│   │   └── settings.h
│   ├── scatterplot
│   │   ├── main.cpp
│   │   ├── mainwindow.cpp
│   │   ├── mainwindow.h
│   │   ├── plot.cpp
│   │   ├── plot.h
│   │   └── scatterplot.pro
│   ├── simpleplot
│   │   ├── simpleplot.cpp
│   │   └── simpleplot.pro
│   ├── sinusplot
│   │   ├── sinusplot.cpp
│   │   └── sinusplot.pro
│   ├── spectrogram
│   │   ├── main.cpp
│   │   ├── plot.cpp
│   │   ├── plot.h
│   │   └── spectrogram.pro
│   ├── stockchart
│   │   ├── griditem.cpp
│   │   ├── griditem.h
│   │   ├── legend.cpp
│   │   ├── legend.h
│   │   ├── main.cpp
│   │   ├── plot.cpp
│   │   ├── plot.h
│   │   ├── quotefactory.cpp
│   │   ├── quotefactory.h
│   │   └── stockchart.pro
│   ├── stylesheets
│   │   ├── blue.css
│   │   ├── choco.css
│   │   ├── oily.css
│   │   └── rosy.css
│   ├── sysinfo
│   │   ├── sysinfo.cpp
│   │   └── sysinfo.pro
│   └── tvplot
│   ├── main.cpp
│   ├── tvplot.cpp
│   ├── tvplot.h
│   └── tvplot.pro
├── INSTALL
├── playground
│   ├── curvetracker
│   │   ├── curvetracker.cpp
│   │   ├── curvetracker.h
│   │   ├── curvetracker.pro
│   │   ├── main.cpp
│   │   ├── plot.cpp
│   │   └── plot.h
│   ├── graphicscale
│   │   ├── canvas.cpp
│   │   ├── canvas.h
│   │   ├── graphicscale.pro
│   │   ├── main.cpp
│   │   ├── mainwindow.cpp
│   │   └── mainwindow.h
│   ├── playground.pri
│   ├── playground.pro
│   ├── plotmatrix
│   │   ├── main.cpp
│   │   ├── plotmatrix.cpp
│   │   ├── plotmatrix.h
│   │   └── plotmatrix.pro
│   ├── rescaler
│   │   ├── main.cpp
│   │   ├── mainwindow.cpp
│   │   ├── mainwindow.h
│   │   ├── plot.cpp
│   │   ├── plot.h
│   │   └── rescaler.pro
│   ├── scaleengine
│   │   ├── mainwindow.cpp
│   │   ├── mainwindow.h
│   │   ├── plot.cpp
│   │   ├── plot.h
│   │   ├── scaleengine.cpp
│   │   ├── scaleengine.pro
│   │   ├── transformplot.cpp
│   │   └── transformplot.h
│   ├── shapes
│   │   ├── shapes.cpp
│   │   └── shapes.pro
│   ├── svgmap
│   │   ├── main.cpp
│   │   ├── plot.cpp
│   │   ├── plot.h
│   │   └── svgmap.pro
│   ├── symbols
│   │   ├── symbols.cpp
│   │   └── symbols.pro
│   └── timescale
│   ├── main.cpp
│   ├── mainwindow.cpp
│   ├── mainwindow.h
│   ├── panel.cpp
│   ├── panel.h
│   ├── plot.cpp
│   ├── plot.h
│   ├── settings.h
│   └── timescale.pro
├── qwtbuild.pri
├── qwtconfig.pri
├── qwtfunctions.pri
├── qwt.prf
├── qwt.pro
├── qwt.pro.user
├── README
├── src
│   ├── qwt_abstract_legend.cpp
│   ├── qwt_abstract_legend.h
│   ├── qwt_abstract_scale.cpp
│   ├── qwt_abstract_scale_draw.cpp
│   ├── qwt_abstract_scale_draw.h
│   ├── qwt_abstract_scale.h
│   ├── qwt_abstract_slider.cpp
│   ├── qwt_abstract_slider.h
│   ├── qwt_analog_clock.cpp
│   ├── qwt_analog_clock.h
│   ├── qwt_arrow_button.cpp
│   ├── qwt_arrow_button.h
│   ├── qwt_clipper.cpp
│   ├── qwt_clipper.h
│   ├── qwt_color_map.cpp
│   ├── qwt_color_map.h
│   ├── qwt_column_symbol.cpp
│   ├── qwt_column_symbol.h
│   ├── qwt_compass.cpp
│   ├── qwt_compass.h
│   ├── qwt_compass_rose.cpp
│   ├── qwt_compass_rose.h
│   ├── qwt_compat.h
│   ├── qwt_counter.cpp
│   ├── qwt_counter.h
│   ├── qwt_curve_fitter.cpp
│   ├── qwt_curve_fitter.h
│   ├── qwt_date.cpp
│   ├── qwt_date.h
│   ├── qwt_date_scale_draw.cpp
│   ├── qwt_date_scale_draw.h
│   ├── qwt_date_scale_engine.cpp
│   ├── qwt_date_scale_engine.h
│   ├── qwt_dial.cpp
│   ├── qwt_dial.h
│   ├── qwt_dial_needle.cpp
│   ├── qwt_dial_needle.h
│   ├── qwt_dyngrid_layout.cpp
│   ├── qwt_dyngrid_layout.h
│   ├── qwt_event_pattern.cpp
│   ├── qwt_event_pattern.h
│   ├── qwt_global.h
│   ├── qwt_graphic.cpp
│   ├── qwt_graphic.h
│   ├── qwt.h
│   ├── qwt_interval.cpp
│   ├── qwt_interval.h
│   ├── qwt_interval_symbol.cpp
│   ├── qwt_interval_symbol.h
│   ├── qwt_knob.cpp
│   ├── qwt_knob.h
│   ├── qwt_legend.cpp
│   ├── qwt_legend_data.cpp
│   ├── qwt_legend_data.h
│   ├── qwt_legend.h
│   ├── qwt_legend_label.cpp
│   ├── qwt_legend_label.h
│   ├── qwt_magnifier.cpp
│   ├── qwt_magnifier.h
│   ├── qwt_math.cpp
│   ├── qwt_math.h
│   ├── qwt_matrix_raster_data.cpp
│   ├── qwt_matrix_raster_data.h
│   ├── qwt_null_paintdevice.cpp
│   ├── qwt_null_paintdevice.h
│   ├── qwt_painter_command.cpp
│   ├── qwt_painter_command.h
│   ├── qwt_painter.cpp
│   ├── qwt_painter.h
│   ├── qwt_panner.cpp
│   ├── qwt_panner.h
│   ├── qwt_picker.cpp
│   ├── qwt_picker.h
│   ├── qwt_picker_machine.cpp
│   ├── qwt_picker_machine.h
│   ├── qwt_pixel_matrix.cpp
│   ├── qwt_pixel_matrix.h
│   ├── qwt_plot_abstract_barchart.cpp
│   ├── qwt_plot_abstract_barchart.h
│   ├── qwt_plot_axis.cpp
│   ├── qwt_plot_barchart.cpp
│   ├── qwt_plot_barchart.h
│   ├── qwt_plot_canvas.cpp
│   ├── qwt_plot_canvas.h
│   ├── qwt_plot.cpp
│   ├── qwt_plot_curve.cpp
│   ├── qwt_plot_curve.h
│   ├── qwt_plot_dict.cpp
│   ├── qwt_plot_dict.h
│   ├── qwt_plot_directpainter.cpp
│   ├── qwt_plot_directpainter.h
│   ├── qwt_plot_glcanvas.cpp
│   ├── qwt_plot_glcanvas.h
│   ├── qwt_plot_grid.cpp
│   ├── qwt_plot_grid.h
│   ├── qwt_plot.h
│   ├── qwt_plot_histogram.cpp
│   ├── qwt_plot_histogram.h
│   ├── qwt_plot_intervalcurve.cpp
│   ├── qwt_plot_intervalcurve.h
│   ├── qwt_plot_item.cpp
│   ├── qwt_plot_item.h
│   ├── qwt_plot_layout.cpp
│   ├── qwt_plot_layout.h
│   ├── qwt_plot_legenditem.cpp
│   ├── qwt_plot_legenditem.h
│   ├── qwt_plot_magnifier.cpp
│   ├── qwt_plot_magnifier.h
│   ├── qwt_plot_marker.cpp
│   ├── qwt_plot_marker.h
│   ├── qwt_plot_multi_barchart.cpp
│   ├── qwt_plot_multi_barchart.h
│   ├── qwt_plot_panner.cpp
│   ├── qwt_plot_panner.h
│   ├── qwt_plot_picker.cpp
│   ├── qwt_plot_picker.h
│   ├── qwt_plot_rasteritem.cpp
│   ├── qwt_plot_rasteritem.h
│   ├── qwt_plot_renderer.cpp
│   ├── qwt_plot_renderer.h
│   ├── qwt_plot_rescaler.cpp
│   ├── qwt_plot_rescaler.h
│   ├── qwt_plot_scaleitem.cpp
│   ├── qwt_plot_scaleitem.h
│   ├── qwt_plot_seriesitem.cpp
│   ├── qwt_plot_seriesitem.h
│   ├── qwt_plot_shapeitem.cpp
│   ├── qwt_plot_shapeitem.h
│   ├── qwt_plot_spectrocurve.cpp
│   ├── qwt_plot_spectrocurve.h
│   ├── qwt_plot_spectrogram.cpp
│   ├── qwt_plot_spectrogram.h
│   ├── qwt_plot_svgitem.cpp
│   ├── qwt_plot_svgitem.h
│   ├── qwt_plot_textlabel.cpp
│   ├── qwt_plot_textlabel.h
│   ├── qwt_plot_tradingcurve.cpp
│   ├── qwt_plot_tradingcurve.h
│   ├── qwt_plot_xml.cpp
│   ├── qwt_plot_zoneitem.cpp
│   ├── qwt_plot_zoneitem.h
│   ├── qwt_plot_zoomer.cpp
│   ├── qwt_plot_zoomer.h
│   ├── qwt_point_3d.cpp
│   ├── qwt_point_3d.h
│   ├── qwt_point_data.cpp
│   ├── qwt_point_data.h
│   ├── qwt_point_mapper.cpp
│   ├── qwt_point_mapper.h
│   ├── qwt_point_polar.cpp
│   ├── qwt_point_polar.h
│   ├── qwt_raster_data.cpp
│   ├── qwt_raster_data.h
│   ├── qwt_round_scale_draw.cpp
│   ├── qwt_round_scale_draw.h
│   ├── qwt_samples.h
│   ├── qwt_sampling_thread.cpp
│   ├── qwt_sampling_thread.h
│   ├── qwt_scale_div.cpp
│   ├── qwt_scale_div.h
│   ├── qwt_scale_draw.cpp
│   ├── qwt_scale_draw.h
│   ├── qwt_scale_engine.cpp
│   ├── qwt_scale_engine.h
│   ├── qwt_scale_map.cpp
│   ├── qwt_scale_map.h
│   ├── qwt_scale_widget.cpp
│   ├── qwt_scale_widget.h
│   ├── qwt_series_data.cpp
│   ├── qwt_series_data.h
│   ├── qwt_series_store.h
│   ├── qwt_slider.cpp
│   ├── qwt_slider.h
│   ├── qwt_spline.cpp
│   ├── qwt_spline.h
│   ├── qwt_symbol.cpp
│   ├── qwt_symbol.h
│   ├── qwt_system_clock.cpp
│   ├── qwt_system_clock.h
│   ├── qwt_text.cpp
│   ├── qwt_text_engine.cpp
│   ├── qwt_text_engine.h
│   ├── qwt_text.h
│   ├── qwt_text_label.cpp
│   ├── qwt_text_label.h
│   ├── qwt_thermo.cpp
│   ├── qwt_thermo.h
│   ├── qwt_transform.cpp
│   ├── qwt_transform.h
│   ├── qwt_wheel.cpp
│   ├── qwt_wheel.h
│   ├── qwt_widget_overlay.cpp
│   ├── qwt_widget_overlay.h
│   ├── src.pri
│   └── src.pro
└── textengines
├── mathml
│   ├── mathml.pro
│   ├── qtmmlwidget-license
│   ├── qwtmathml.prf
│   ├── qwt_mathml_text_engine.cpp
│   ├── qwt_mathml_text_engine.h
│   ├── qwt_mml_document.cpp
│   └── qwt_mml_document.h
├── textengines.pri
└── textengines.pro

51 directories, 1842 files

标签:

实例下载地址

qwt已编译,亲测,包括例子和库文件

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警