mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 16:48: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:
23
libs/qwt-6.1.5/doc/html/class_qwt_spline.js
Normal file
23
libs/qwt-6.1.5/doc/html/class_qwt_spline.js
Normal file
@ -0,0 +1,23 @@
|
||||
var class_qwt_spline =
|
||||
[
|
||||
[ "SplineType", "class_qwt_spline.html#a2bd2bda128f82acd596348eb8d64231c", [
|
||||
[ "Natural", "class_qwt_spline.html#a2bd2bda128f82acd596348eb8d64231ca506b78ec81ab6d56a4bbce891490c857", null ],
|
||||
[ "Periodic", "class_qwt_spline.html#a2bd2bda128f82acd596348eb8d64231ca500c12cdbdef35c62e9fab86c5727acb", null ]
|
||||
] ],
|
||||
[ "QwtSpline", "class_qwt_spline.html#a5d1e0ba35c637a88c66d9e4cbaf36e93", null ],
|
||||
[ "QwtSpline", "class_qwt_spline.html#a2e42391f76d0b3091bf7754239f3ff0d", null ],
|
||||
[ "~QwtSpline", "class_qwt_spline.html#a90805882826469c94fdc871f18261bb6", null ],
|
||||
[ "buildNaturalSpline", "class_qwt_spline.html#a1cdf09e841dd6a721eb788914273c484", null ],
|
||||
[ "buildPeriodicSpline", "class_qwt_spline.html#a8184717f8c018e69fabd1e33ac68ef19", null ],
|
||||
[ "coefficientsA", "class_qwt_spline.html#a1b77df69a233a6f918eb35014372b828", null ],
|
||||
[ "coefficientsB", "class_qwt_spline.html#aa91b0b8b1b6ed6144c15f62a8aaf51a7", null ],
|
||||
[ "coefficientsC", "class_qwt_spline.html#a77caab9b2b1c42653fa8706171f0dee9", null ],
|
||||
[ "isValid", "class_qwt_spline.html#a50298a899c2199373b0d73fb50bc406d", null ],
|
||||
[ "operator=", "class_qwt_spline.html#a8a597c34477dd4b5298db2d445b4e596", null ],
|
||||
[ "points", "class_qwt_spline.html#a5137512588444236e2a2ab1cab207f41", null ],
|
||||
[ "reset", "class_qwt_spline.html#afc52fd49e7f00d57a0336059fae299c0", null ],
|
||||
[ "setPoints", "class_qwt_spline.html#a6ed13410b1d5f6b33ba0e3c2b07932cf", null ],
|
||||
[ "setSplineType", "class_qwt_spline.html#a222953661f01658a16042d587196aff8", null ],
|
||||
[ "splineType", "class_qwt_spline.html#a1ba958ef9d8ea93db822fde1a1176f51", null ],
|
||||
[ "value", "class_qwt_spline.html#a7c7af79ee4d77dd8e0ff08a6fd234e4f", null ]
|
||||
];
|
Reference in New Issue
Block a user