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:
10
libs/qwt-6.1.5/doc/html/search/functions_17.js
Normal file
10
libs/qwt-6.1.5/doc/html/search/functions_17.js
Normal file
@ -0,0 +1,10 @@
|
||||
var searchData=
|
||||
[
|
||||
['y_2868',['y',['../class_qwt_point3_d.html#a2de6393c8dca6befa27098c8e7db552e',1,'QwtPoint3D::y()'],['../class_qwt_synthetic_point_data.html#af65186bea0056b3f7f46814c61d68c99',1,'QwtSyntheticPointData::y()']]],
|
||||
['yaxis_2869',['yAxis',['../class_qwt_plot_item.html#a20418c1371cdb3d807a8088d6768792b',1,'QwtPlotItem::yAxis()'],['../class_qwt_plot_picker.html#a3f2919671ab530b182a6b7ebd0c20f6f',1,'QwtPlotPicker::yAxis()']]],
|
||||
['ydata_2870',['yData',['../class_qwt_point_array_data.html#afe6937f31502f95db229adf82fd6cb1b',1,'QwtPointArrayData::yData()'],['../class_qwt_c_pointer_data.html#ae375562f2121b97972beffdb48e4919e',1,'QwtCPointerData::yData()']]],
|
||||
['yenabled_2871',['yEnabled',['../class_qwt_plot_grid.html#a6516e007e0211eae21b07a15f0a14234',1,'QwtPlotGrid']]],
|
||||
['yminenabled_2872',['yMinEnabled',['../class_qwt_plot_grid.html#a03c33252cebd0fb29b51529fd9736157',1,'QwtPlotGrid']]],
|
||||
['yscalediv_2873',['yScaleDiv',['../class_qwt_plot_grid.html#a379ca6af067fe88890876c89a3f37cdc',1,'QwtPlotGrid']]],
|
||||
['yvalue_2874',['yValue',['../class_qwt_plot_marker.html#aa646ba408c5b8e71746b3f084cfa622b',1,'QwtPlotMarker']]]
|
||||
];
|
Reference in New Issue
Block a user