mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 00:58:01 +02:00
Qt5 built in qwt (#570)
- qt4->qt5 - in built qt5 6.1.5 because rhel7 is not upto date with qt5, removed findqwt.cmake - made a fix in qwt lib (qwt_plot_layout.h) to work with 5.15 and lower versions for qrect constr. - qt5 forms fixed, qt4 many hard coding forms switched to forms including qtabwidget, scrolls etc, fonts moved to forms - docking option enabled by default, removed option to disable docking feature from "Mode" - added qVersionResolve utility functions to handle compatibility before and after qt5.12 - qtplots (ian's code) takes in gain mode enable to set some settings within the class, with proper gain plot ticks - ensure gain plots have no zooming of z axis in 2d and y axis in 1d - removed placeholder text in qpalette in main window form as its not supportd until 5.12 (so using qt5.9 designer insted of qt5.15 to cope) - tab order Servers: - fixed some error messages that were empty for fail in funcs (mostly minor as if this error, major issues)
This commit is contained in:
16
libs/qwt-6.1.5/doc/html/search/all_6.js
Normal file
16
libs/qwt-6.1.5/doc/html/search/all_6.js
Normal file
@ -0,0 +1,16 @@
|
||||
var searchData=
|
||||
[
|
||||
['geometry_347',['geometry',['../class_qwt_plot_legend_item.html#a399e911ba6cf2670456f0c3ce8067485',1,'QwtPlotLegendItem']]],
|
||||
['getabortkey_348',['getAbortKey',['../class_qwt_panner.html#abdfca52ea5a6a11a533dcbbbddbb3bf6',1,'QwtPanner']]],
|
||||
['getborderdisthint_349',['getBorderDistHint',['../class_qwt_scale_draw.html#a3d8ac98bc2a52dbc5df76e427b47753c',1,'QwtScaleDraw::getBorderDistHint()'],['../class_qwt_scale_widget.html#a9dc64374f2af7f9646a0c321f96e2a66',1,'QwtScaleWidget::getBorderDistHint()']]],
|
||||
['getcanvasmarginhint_350',['getCanvasMarginHint',['../class_qwt_plot_abstract_bar_chart.html#a32d47f6c91b5489cddbb8fcd9c83ba85',1,'QwtPlotAbstractBarChart::getCanvasMarginHint()'],['../class_qwt_plot_item.html#ae576c06e796379f5c1fc8a37b8d84565',1,'QwtPlotItem::getCanvasMarginHint()']]],
|
||||
['getcanvasmarginshint_351',['getCanvasMarginsHint',['../class_qwt_plot.html#a3572fc95aac4db50cd692b2cb11a53a6',1,'QwtPlot']]],
|
||||
['getminborderdist_352',['getMinBorderDist',['../class_qwt_scale_widget.html#ac96de8de4bd3c9a72ff433bc73f9c06b',1,'QwtScaleWidget']]],
|
||||
['getmousebutton_353',['getMouseButton',['../class_qwt_magnifier.html#a8793ae263bf2c96db8eb7d2942f01974',1,'QwtMagnifier::getMouseButton()'],['../class_qwt_panner.html#a8a74f8e2f4d424f85fa5a9da11c075d2',1,'QwtPanner::getMouseButton()']]],
|
||||
['getzoominkey_354',['getZoomInKey',['../class_qwt_magnifier.html#a0df893ea54dbb2a1967248740a1db84f',1,'QwtMagnifier']]],
|
||||
['getzoomoutkey_355',['getZoomOutKey',['../class_qwt_magnifier.html#ad1192dfc87ec7b451d3dfa982cc0e602',1,'QwtMagnifier']]],
|
||||
['grab_356',['grab',['../class_qwt_panner.html#ac5ac83293f33b7b71ae9f49217d53fec',1,'QwtPanner::grab()'],['../class_qwt_plot_panner.html#abb38281cf067c76703b5f557f14bfcf5',1,'QwtPlotPanner::grab()']]],
|
||||
['grabproperties_357',['grabProperties',['../class_qwt_plot.html#a864f78bcebc9cb767e8decca266cc3e4',1,'QwtPlot']]],
|
||||
['graphic_358',['graphic',['../class_qwt_symbol.html#ae0d2c7643ae294a66eb0622bbdad4711',1,'QwtSymbol::graphic() const'],['../class_qwt_symbol.html#a62f457952470c2076962e83ef2c24d2faa24a49671ffa302f19f28a5c56c6ec0e',1,'QwtSymbol::Graphic()']]],
|
||||
['grouped_359',['Grouped',['../class_qwt_plot_multi_bar_chart.html#ac67e03008156171c2dd19de4a46eaceeac112d35b99385c204f4b4fc91c602e60',1,'QwtPlotMultiBarChart']]]
|
||||
];
|
Reference in New Issue
Block a user