Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 2, 2019 22:45
Show Gist options
  • Save ryantm/8362df65d4a46253beb0f8c05625de2b to your computer and use it in GitHub Desktop.
Save ryantm/8362df65d4a46253beb0f8c05625de2b to your computer and use it in GitHub Desktop.
/nix/store/s8a9asn0w7kgxk24wmhi3c170cb21cz6-qwt-6.1.4
├── features
│   ├── qwtconfig.pri
│   ├── qwtfunctions.pri
│   └── qwt.prf
├── include
│   ├── 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.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
├── libqwt.so -> libqwt.so.6.1.4
├── libqwt.so.6 -> libqwt.so.6.1.4
├── libqwt.so.6.1 -> libqwt.so.6.1.4
└── libqwt.so.6.1.4
3 directories, 105 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment