在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → qwt-5.2.0(QT)

qwt-5.2.0(QT)

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:1.98M
  • 下载次数:3
  • 浏览次数:105
  • 发布时间:2021-11-24
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
QWT[1],全称是Qt Widgets for Technical Applications,是一个基于LGPL版权协议的开源项目, 可生成各种统计图。它为具有技术专业背景的程序提供GUI组件和一组实用类,其目标是以基于2D方式的窗体部件来显示数据, 数据源以数值,数组或一组浮点数等方式提供, 输出方式可以是Curves(曲线),Slider(滚动条),Dials(圆盘),Compasses(仪表盘)等等。该工具库基于Qt开发,所以也继承了Qt的跨平台特性。
【实例截图】
【核心代码】
4744300845396166279.zip
└── qwt-5.2.0
├── admin
│   ├── msvc-qmake.bat
│   └── no-qt-keywords.sh
├── CHANGES
├── 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
│   ├── qwtplugin.cpp
│   └── qwtplugin.h
├── doc
│   ├── Doxyfile
│   ├── html
│   │   ├── analogclock.png
│   │   ├── annotated.html
│   │   ├── classes.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_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_data.html
│   │   ├── class_qwt_array_data__inherit__graph.map
│   │   ├── class_qwt_array_data__inherit__graph.md5
│   │   ├── class_qwt_array_data__inherit__graph.png
│   │   ├── class_qwt_array_data-members.html
│   │   ├── class_qwt_arrow_button.html
│   │   ├── 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_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_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_data.html
│   │   ├── class_qwt_data__inherit__graph.map
│   │   ├── class_qwt_data__inherit__graph.md5
│   │   ├── class_qwt_data__inherit__graph.png
│   │   ├── class_qwt_data-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_scale_draw.html
│   │   ├── class_qwt_dial_scale_draw__inherit__graph.map
│   │   ├── class_qwt_dial_scale_draw__inherit__graph.md5
│   │   ├── class_qwt_dial_scale_draw__inherit__graph.png
│   │   ├── class_qwt_dial_scale_draw-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_double_interval.html
│   │   ├── class_qwt_double_interval-members.html
│   │   ├── class_qwt_double_range.html
│   │   ├── class_qwt_double_range__inherit__graph.map
│   │   ├── class_qwt_double_range__inherit__graph.md5
│   │   ├── class_qwt_double_range__inherit__graph.png
│   │   ├── class_qwt_double_range-members.html
│   │   ├── class_qwt_dyn_grid_layout.html
│   │   ├── 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_interval_data.html
│   │   ├── class_qwt_interval_data-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.html
│   │   ├── class_qwt_legend_item.html
│   │   ├── class_qwt_legend_item__inherit__graph.map
│   │   ├── class_qwt_legend_item__inherit__graph.md5
│   │   ├── class_qwt_legend_item__inherit__graph.png
│   │   ├── class_qwt_legend_item_manager.html
│   │   ├── class_qwt_legend_item_manager__inherit__graph.map
│   │   ├── class_qwt_legend_item_manager__inherit__graph.md5
│   │   ├── class_qwt_legend_item_manager__inherit__graph.png
│   │   ├── class_qwt_legend_item_manager-members.html
│   │   ├── class_qwt_legend_item-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_log10_scale_engine.html
│   │   ├── class_qwt_log10_scale_engine__inherit__graph.map
│   │   ├── class_qwt_log10_scale_engine__inherit__graph.md5
│   │   ├── class_qwt_log10_scale_engine__inherit__graph.png
│   │   ├── class_qwt_log10_scale_engine-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_metrics_map.html
│   │   ├── class_qwt_metrics_map-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_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_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_canvas.html
│   │   ├── 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_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.html
│   │   ├── class_qwt_plot__inherit__graph.map
│   │   ├── class_qwt_plot__inherit__graph.md5
│   │   ├── class_qwt_plot__inherit__graph.png
│   │   ├── 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_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_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_print_filter.html
│   │   ├── class_qwt_plot_print_filter-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_rescaler.html
│   │   ├── 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_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_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_polygon_f_data.html
│   │   ├── class_qwt_polygon_f_data__inherit__graph.map
│   │   ├── class_qwt_polygon_f_data__inherit__graph.md5
│   │   ├── class_qwt_polygon_f_data__inherit__graph.png
│   │   ├── class_qwt_polygon_f_data-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_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_transformation.html
│   │   ├── class_qwt_scale_transformation-members.html
│   │   ├── class_qwt_scale_widget.html
│   │   ├── class_qwt_scale_widget-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_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_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
│   │   ├── controlscreenshots.html
│   │   ├── cpuplot.png
│   │   ├── curvescreenshots.html
│   │   ├── curves.png
│   │   ├── deprecated.html
│   │   ├── dials1.png
│   │   ├── dials2.png
│   │   ├── doxygen.css
│   │   ├── doxygen.png
│   │   ├── files.html
│   │   ├── form_0.png
│   │   ├── form_1.png
│   │   ├── form_2.png
│   │   ├── form_3.png
│   │   ├── formula.repository
│   │   ├── 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_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_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
│   │   ├── graph_legend.dot
│   │   ├── graph_legend.html
│   │   ├── graph_legend.png
│   │   ├── graph.png
│   │   ├── hierarchy.html
│   │   ├── histogram.png
│   │   ├── histogramscreenshots.html
│   │   ├── index.html
│   │   ├── 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__3.map
│   │   ├── inherit__graph__3.md5
│   │   ├── inherit__graph__3.png
│   │   ├── inherit__graph__4.map
│   │   ├── inherit__graph__4.md5
│   │   ├── inherit__graph__4.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
│   │   ├── knob.png
│   │   ├── pages.html
│   │   ├── plot.png
│   │   ├── 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__array_8h-source.html
│   │   ├── qwt__arrow__button_8h-source.html
│   │   ├── qwt__clipper_8h-source.html
│   │   ├── qwt__color__map_8h-source.html
│   │   ├── qwt__compass_8h-source.html
│   │   ├── qwt__compass__rose_8h-source.html
│   │   ├── qwt__counter_8h-source.html
│   │   ├── qwt__curve__fitter_8h-source.html
│   │   ├── qwt__data_8h-source.html
│   │   ├── qwt__dial_8h-source.html
│   │   ├── qwt__dial__needle_8h-source.html
│   │   ├── qwt__double__interval_8h-source.html
│   │   ├── qwt__double__range_8h-source.html
│   │   ├── qwt__double__rect_8h-source.html
│   │   ├── qwt__dyngrid__layout_8h-source.html
│   │   ├── qwt__event__pattern_8h-source.html
│   │   ├── qwt__global_8h-source.html
│   │   ├── qwtinstall.html
│   │   ├── qwt__interval__data_8h-source.html
│   │   ├── qwt__knob_8h-source.html
│   │   ├── qwt__layout__metrics_8h-source.html
│   │   ├── qwt__legend_8h-source.html
│   │   ├── qwt__legend__item_8h-source.html
│   │   ├── qwt__legend__itemmanager_8h-source.html
│   │   ├── qwtlicense.html
│   │   ├── qwt__magnifier_8h-source.html
│   │   ├── qwt__math_8h-source.html
│   │   ├── qwt__mathml__text__engine_8h-source.html
│   │   ├── qwt__paint__buffer_8h-source.html
│   │   ├── qwt__painter_8h-source.html
│   │   ├── qwt__panner_8h-source.html
│   │   ├── qwt__picker_8h-source.html
│   │   ├── qwt__picker__machine_8h-source.html
│   │   ├── qwt__plot_8h-source.html
│   │   ├── qwt__plot__canvas_8h-source.html
│   │   ├── qwt__plot__curve_8h-source.html
│   │   ├── qwt__plot__dict_8h-source.html
│   │   ├── qwt__plot__grid_8h-source.html
│   │   ├── qwt__plot__item_8h-source.html
│   │   ├── qwt__plot__layout_8h-source.html
│   │   ├── qwt__plot__magnifier_8h-source.html
│   │   ├── qwt__plot__marker_8h-source.html
│   │   ├── qwt__plot__panner_8h-source.html
│   │   ├── qwt__plot__picker_8h-source.html
│   │   ├── qwt__plot__printfilter_8h-source.html
│   │   ├── qwt__plot__rasteritem_8h-source.html
│   │   ├── qwt__plot__rescaler_8h-source.html
│   │   ├── qwt__plot__scaleitem_8h-source.html
│   │   ├── qwt__plot__spectrogram_8h-source.html
│   │   ├── qwt__plot__svgitem_8h-source.html
│   │   ├── qwt__plot__zoomer_8h-source.html
│   │   ├── qwt__polygon_8h-source.html
│   │   ├── qwt__raster__data_8h-source.html
│   │   ├── qwt__round__scale__draw_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__slider_8h-source.html
│   │   ├── qwt__spline_8h-source.html
│   │   ├── qwt__symbol_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__valuelist_8h-source.html
│   │   ├── qwt__wheel_8h-source.html
│   │   ├── radio.png
│   │   ├── scatterplot.png
│   │   ├── scatterscreenshots.html
│   │   ├── sinus.png
│   │   ├── sliders.png
│   │   ├── spectrogram1.png
│   │   ├── spectrogram2.png
│   │   ├── spectrogram3.png
│   │   ├── spectrogramscreenshots.html
│   │   ├── sysinfo.png
│   │   ├── tab_b.gif
│   │   ├── tab_l.gif
│   │   ├── tab_r.gif
│   │   └── tabs.css
│   └── qwt.dox
├── examples
│   ├── bode
│   │   ├── bode.cpp
│   │   ├── bode.h
│   │   ├── bode_plot.cpp
│   │   ├── bode_plot.h
│   │   ├── bode.pro
│   │   ├── cplx.h
│   │   └── pixmaps.h
│   ├── cpuplot
│   │   ├── cpupiemarker.cpp
│   │   ├── cpupiemarker.h
│   │   ├── cpuplot.cpp
│   │   ├── cpuplot.h
│   │   ├── cpuplot.pro
│   │   ├── cpustat.cpp
│   │   └── cpustat.h
│   ├── curvdemo1
│   │   ├── curvdemo1.cpp
│   │   └── curvdemo1.pro
│   ├── curvdemo2
│   │   ├── curvdemo2.cpp
│   │   ├── curvdemo2.h
│   │   └── curvdemo2.pro
│   ├── data_plot
│   │   ├── data_plot.cpp
│   │   ├── data_plot.h
│   │   ├── data_plot.pro
│   │   └── main.cpp
│   ├── 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
│   ├── 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
│   ├── histogram
│   │   ├── histogram_item.cpp
│   │   ├── histogram_item.h
│   │   ├── histogram.pro
│   │   └── main.cpp
│   ├── radio
│   │   ├── ampfrm.cpp
│   │   ├── ampfrm.h
│   │   ├── radio.cpp
│   │   ├── radio.h
│   │   ├── radio.pro
│   │   ├── tunerfrm.cpp
│   │   └── tunerfrm.h
│   ├── realtime_plot
│   │   ├── clear.xpm
│   │   ├── incrementalplot.cpp
│   │   ├── incrementalplot.h
│   │   ├── mainwindow.cpp
│   │   ├── mainwindow.h
│   │   ├── randomplot.cpp
│   │   ├── randomplot.h
│   │   ├── README
│   │   ├── realtime.cpp
│   │   ├── realtime_plot.pro
│   │   ├── scrollbar.cpp
│   │   ├── scrollbar.h
│   │   ├── scrollzoomer.cpp
│   │   ├── scrollzoomer.h
│   │   └── start.xpm
│   ├── simple_plot
│   │   ├── simple.cpp
│   │   └── simple_plot.pro
│   ├── sliders
│   │   ├── sliders.cpp
│   │   ├── sliders.h
│   │   └── sliders.pro
│   ├── spectrogram
│   │   ├── main.cpp
│   │   ├── plot.cpp
│   │   ├── plot.h
│   │   └── spectrogram.pro
│   ├── svgmap
│   │   ├── main.cpp
│   │   ├── plot.cpp
│   │   ├── plot.h
│   │   └── svgmap.pro
│   └── sysinfo
│   ├── sysinfo.cpp
│   └── sysinfo.pro
├── INSTALL
├── qwtconfig.pri
├── qwt.prf
├── qwt.pro
├── README
├── src
│   ├── 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_array.h
│   ├── qwt_arrow_button.cpp
│   ├── qwt_arrow_button.h
│   ├── qwt_clipper.cpp
│   ├── qwt_clipper.h
│   ├── qwt_color_map.cpp
│   ├── qwt_color_map.h
│   ├── qwt_compass.cpp
│   ├── qwt_compass.h
│   ├── qwt_compass_rose.cpp
│   ├── qwt_compass_rose.h
│   ├── qwt_counter.cpp
│   ├── qwt_counter.h
│   ├── qwt_curve_fitter.cpp
│   ├── qwt_curve_fitter.h
│   ├── qwt_data.cpp
│   ├── qwt_data.h
│   ├── qwt_dial.cpp
│   ├── qwt_dial.h
│   ├── qwt_dial_needle.cpp
│   ├── qwt_dial_needle.h
│   ├── qwt_double_interval.cpp
│   ├── qwt_double_interval.h
│   ├── qwt_double_range.cpp
│   ├── qwt_double_range.h
│   ├── qwt_double_rect.cpp
│   ├── qwt_double_rect.h
│   ├── qwt_dyngrid_layout.cpp
│   ├── qwt_dyngrid_layout.h
│   ├── qwt_event_pattern.cpp
│   ├── qwt_event_pattern.h
│   ├── qwt_global.h
│   ├── qwt.h
│   ├── qwt_interval_data.cpp
│   ├── qwt_interval_data.h
│   ├── qwt_knob.cpp
│   ├── qwt_knob.h
│   ├── qwt_layout_metrics.cpp
│   ├── qwt_layout_metrics.h
│   ├── qwt_legend.cpp
│   ├── qwt_legend.h
│   ├── qwt_legend_item.cpp
│   ├── qwt_legend_item.h
│   ├── qwt_legend_itemmanager.h
│   ├── qwt_magnifier.cpp
│   ├── qwt_magnifier.h
│   ├── qwt_math.cpp
│   ├── qwt_math.h
│   ├── qwt_paint_buffer.cpp
│   ├── qwt_paint_buffer.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_plot_axis.cpp
│   ├── 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_grid.cpp
│   ├── qwt_plot_grid.h
│   ├── qwt_plot.h
│   ├── qwt_plot_item.cpp
│   ├── qwt_plot_item.h
│   ├── qwt_plot_layout.cpp
│   ├── qwt_plot_layout.h
│   ├── qwt_plot_magnifier.cpp
│   ├── qwt_plot_magnifier.h
│   ├── qwt_plot_marker.cpp
│   ├── qwt_plot_marker.h
│   ├── qwt_plot_panner.cpp
│   ├── qwt_plot_panner.h
│   ├── qwt_plot_picker.cpp
│   ├── qwt_plot_picker.h
│   ├── qwt_plot_print.cpp
│   ├── qwt_plot_printfilter.cpp
│   ├── qwt_plot_printfilter.h
│   ├── qwt_plot_rasteritem.cpp
│   ├── qwt_plot_rasteritem.h
│   ├── qwt_plot_rescaler.cpp
│   ├── qwt_plot_rescaler.h
│   ├── qwt_plot_scaleitem.cpp
│   ├── qwt_plot_scaleitem.h
│   ├── qwt_plot_spectrogram.cpp
│   ├── qwt_plot_spectrogram.h
│   ├── qwt_plot_svgitem.cpp
│   ├── qwt_plot_svgitem.h
│   ├── qwt_plot_xml.cpp
│   ├── qwt_plot_zoomer.cpp
│   ├── qwt_plot_zoomer.h
│   ├── qwt_polygon.h
│   ├── qwt_raster_data.cpp
│   ├── qwt_raster_data.h
│   ├── qwt_round_scale_draw.cpp
│   ├── qwt_round_scale_draw.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_slider.cpp
│   ├── qwt_slider.h
│   ├── qwt_spline.cpp
│   ├── qwt_spline.h
│   ├── qwt_symbol.cpp
│   ├── qwt_symbol.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_valuelist.h
│   ├── qwt_wheel.cpp
│   ├── qwt_wheel.h
│   └── src.pro
└── textengines
├── mathml
│   ├── mathml.pro
│   ├── qtmmlwidget.cpp.diff
│   ├── qwt_mathml_text_engine.cpp
│   └── qwt_mathml_text_engine.h
├── textengines.pri
└── textengines.pro

25 directories, 914 files

标签:

实例下载地址

qwt-5.2.0(QT)

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警