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:
11
libs/qwt-6.1.5/doc/html/search/functions_9.js
Normal file
11
libs/qwt-6.1.5/doc/html/search/functions_9.js
Normal file
@ -0,0 +1,11 @@
|
||||
var searchData=
|
||||
[
|
||||
['keyfactor_2076',['keyFactor',['../class_qwt_magnifier.html#ae29e88684303d3bf587e9b5338267111',1,'QwtMagnifier']]],
|
||||
['keymatch_2077',['keyMatch',['../class_qwt_event_pattern.html#a737a72838595ae3a99779f2254abcfc8',1,'QwtEventPattern::keyMatch(KeyPatternCode, const QKeyEvent *) const'],['../class_qwt_event_pattern.html#ac5029b310936997cf3268d1ae4fe14fe',1,'QwtEventPattern::keyMatch(const KeyPattern &, const QKeyEvent *) const']]],
|
||||
['keypattern_2078',['KeyPattern',['../class_qwt_event_pattern_1_1_key_pattern.html#ac52d2d39d519c750194462c8da4c8ec2',1,'QwtEventPattern::KeyPattern::KeyPattern()'],['../class_qwt_event_pattern.html#a6aac201f048e4bddea53920fe70579a4',1,'QwtEventPattern::keyPattern() const'],['../class_qwt_event_pattern.html#a9d8ea5b5ffea570c1fed4c8ca8e5cfff',1,'QwtEventPattern::keyPattern()']]],
|
||||
['keypressevent_2079',['keyPressEvent',['../class_qwt_abstract_slider.html#ab6d1105f82e8a44ea75661135ba88c85',1,'QwtAbstractSlider::keyPressEvent()'],['../class_qwt_arrow_button.html#a17612daa99344272c4de1313a5c67b02',1,'QwtArrowButton::keyPressEvent()'],['../class_qwt_compass.html#ad4f31e6837ea045834fe67d192a4209d',1,'QwtCompass::keyPressEvent()'],['../class_qwt_counter.html#aafdc19bff96fcafc4b8ed8e3bf7bf07b',1,'QwtCounter::keyPressEvent()'],['../class_qwt_legend_label.html#a801059fdc196563ca28fd22fb3675024',1,'QwtLegendLabel::keyPressEvent()'],['../class_qwt_wheel.html#a29c6b09213126e9e14c853e13108e262',1,'QwtWheel::keyPressEvent()']]],
|
||||
['keyreleaseevent_2080',['keyReleaseEvent',['../class_qwt_legend_label.html#aed12dffa845db6538f15cb45077cfb76',1,'QwtLegendLabel']]],
|
||||
['knobrect_2081',['knobRect',['../class_qwt_knob.html#a92a018fb577c278050a468c166e098ce',1,'QwtKnob']]],
|
||||
['knobstyle_2082',['knobStyle',['../class_qwt_knob.html#aacbe6dd0b03e522476880a8e94f09393',1,'QwtKnob']]],
|
||||
['knobwidth_2083',['knobWidth',['../class_qwt_knob.html#a602b71c9be4861afdc50326b2f2a1b8b',1,'QwtKnob']]]
|
||||
];
|
Reference in New Issue
Block a user