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:
15
libs/qwt-6.1.5/doc/html/search/enumvalues_a.js
Normal file
15
libs/qwt-6.1.5/doc/html/search/enumvalues_a.js
Normal file
@ -0,0 +1,15 @@
|
||||
var searchData=
|
||||
[
|
||||
['keepsize_3181',['KeepSize',['../class_qwt_picker.html#ab3c894deed026f392496dd07809a6fd3ae873df582534c398b2f753763b0eb780',1,'QwtPicker']]],
|
||||
['keyabort_3182',['KeyAbort',['../class_qwt_event_pattern.html#a8fb57ceb9982d5583a1bf568e37d3007a5b73ad3186285f5aaf2030a50a3fb5a4',1,'QwtEventPattern']]],
|
||||
['keydown_3183',['KeyDown',['../class_qwt_event_pattern.html#a8fb57ceb9982d5583a1bf568e37d3007a00c2d782ca962ee6bcda1c4a3649d1e7',1,'QwtEventPattern']]],
|
||||
['keyhome_3184',['KeyHome',['../class_qwt_event_pattern.html#a8fb57ceb9982d5583a1bf568e37d3007a4cba7de2850f874988cbaa38a236ecb2',1,'QwtEventPattern']]],
|
||||
['keyleft_3185',['KeyLeft',['../class_qwt_event_pattern.html#a8fb57ceb9982d5583a1bf568e37d3007abaf3cd86d773c8e47a2c670b65d6ec95',1,'QwtEventPattern']]],
|
||||
['keypatterncount_3186',['KeyPatternCount',['../class_qwt_event_pattern.html#a8fb57ceb9982d5583a1bf568e37d3007aca9b018d7ae0f2342779e91df7ddcdd3',1,'QwtEventPattern']]],
|
||||
['keyredo_3187',['KeyRedo',['../class_qwt_event_pattern.html#a8fb57ceb9982d5583a1bf568e37d3007a2c8d72876cd9435ee018e9cf8fa2ff26',1,'QwtEventPattern']]],
|
||||
['keyright_3188',['KeyRight',['../class_qwt_event_pattern.html#a8fb57ceb9982d5583a1bf568e37d3007a607bbbf235ba79f6e36a25c6d7d27c53',1,'QwtEventPattern']]],
|
||||
['keyselect1_3189',['KeySelect1',['../class_qwt_event_pattern.html#a8fb57ceb9982d5583a1bf568e37d3007a32afc68b8e31079c00666a251d0b9c25',1,'QwtEventPattern']]],
|
||||
['keyselect2_3190',['KeySelect2',['../class_qwt_event_pattern.html#a8fb57ceb9982d5583a1bf568e37d3007acfd4f64d5b3b29214e51afcc56ea7eaf',1,'QwtEventPattern']]],
|
||||
['keyundo_3191',['KeyUndo',['../class_qwt_event_pattern.html#a8fb57ceb9982d5583a1bf568e37d3007a76cf851373169fbc588109c1eccca33a',1,'QwtEventPattern']]],
|
||||
['keyup_3192',['KeyUp',['../class_qwt_event_pattern.html#a8fb57ceb9982d5583a1bf568e37d3007a010af73c06629f6c53daf69fad5b6efe',1,'QwtEventPattern']]]
|
||||
];
|
Reference in New Issue
Block a user