mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +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:
10
libs/qwt-6.1.5/doc/html/search/enums_9.js
Normal file
10
libs/qwt-6.1.5/doc/html/search/enums_9.js
Normal file
@ -0,0 +1,10 @@
|
||||
var searchData=
|
||||
[
|
||||
['layoutattribute_3041',['LayoutAttribute',['../class_qwt_text.html#a0953aabc098f410dba89bbada47f2e5a',1,'QwtText']]],
|
||||
['layoutflag_3042',['LayoutFlag',['../class_qwt_plot_renderer.html#a111b4db55d3f620a33e75f6b398e4b4a',1,'QwtPlotRenderer::LayoutFlag()'],['../class_qwt_scale_widget.html#a95903255246c9da84e7388b567354c8f',1,'QwtScaleWidget::LayoutFlag()']]],
|
||||
['layoutpolicy_3043',['LayoutPolicy',['../class_qwt_plot_abstract_bar_chart.html#ae1db0e1606747ef46c863c54c210e53a',1,'QwtPlotAbstractBarChart']]],
|
||||
['legendattribute_3044',['LegendAttribute',['../class_qwt_plot_curve.html#a6c1ac1ca99c06598c4044dd2ceeb9fd7',1,'QwtPlotCurve']]],
|
||||
['legendmode_3045',['LegendMode',['../class_qwt_plot_bar_chart.html#a5648ff170b563218111d022993b1d6a3',1,'QwtPlotBarChart::LegendMode()'],['../class_qwt_plot_shape_item.html#a2cf398a73f125044df9b83ba421c47cd',1,'QwtPlotShapeItem::LegendMode()']]],
|
||||
['legendposition_3046',['LegendPosition',['../class_qwt_plot.html#a31aacb65b5c049dde8c34a0d8482661b',1,'QwtPlot']]],
|
||||
['linestyle_3047',['LineStyle',['../class_qwt_plot_marker.html#a297efa835423bfa5a870bbc8ff1c623b',1,'QwtPlotMarker']]]
|
||||
];
|
Reference in New Issue
Block a user