mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-22 09:37: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:
11
libs/qwt-6.1.5/doc/html/search/enums_d.js
Normal file
11
libs/qwt-6.1.5/doc/html/search/enums_d.js
Normal file
@ -0,0 +1,11 @@
|
||||
var searchData=
|
||||
[
|
||||
['renderhint_3055',['RenderHint',['../class_qwt_graphic.html#a3f87dcc606b131ed6c3cfeead1d6de03',1,'QwtGraphic::RenderHint()'],['../class_qwt_plot_item.html#abe0e8a39aceef9a600b73e02550a9704',1,'QwtPlotItem::RenderHint()']]],
|
||||
['rendermode_3056',['RenderMode',['../class_qwt_widget_overlay.html#aaa8358f3b841b733d69e62aa645783d8',1,'QwtWidgetOverlay']]],
|
||||
['resamplemode_3057',['ResampleMode',['../class_qwt_matrix_raster_data.html#a3c8def5d9ae452bd82e6c4b71b480209',1,'QwtMatrixRasterData']]],
|
||||
['rescalepolicy_3058',['RescalePolicy',['../class_qwt_plot_rescaler.html#a6a614b832876a7641cb5410ba81d9d6a',1,'QwtPlotRescaler']]],
|
||||
['resizemode_3059',['ResizeMode',['../class_qwt_picker.html#ab3c894deed026f392496dd07809a6fd3',1,'QwtPicker']]],
|
||||
['role_3060',['Role',['../class_qwt_legend_data.html#a55bd21943c804101d956250ca43f93f9',1,'QwtLegendData']]],
|
||||
['rttivalues_3061',['RttiValues',['../class_qwt_plot_item.html#ab149ac85e233ce9cedf2f2f2af871bf3',1,'QwtPlotItem']]],
|
||||
['rubberband_3062',['RubberBand',['../class_qwt_picker.html#ab36c79d8ff20aba5b778d2823c1f7894',1,'QwtPicker']]]
|
||||
];
|
Reference in New Issue
Block a user