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:
36
libs/qwt-6.1.5/doc/html/class_qwt_graphic.js
Normal file
36
libs/qwt-6.1.5/doc/html/class_qwt_graphic.js
Normal file
@ -0,0 +1,36 @@
|
||||
var class_qwt_graphic =
|
||||
[
|
||||
[ "RenderHints", "class_qwt_graphic.html#ac239a34c1c3fe47a3a57b70331c0d2fa", null ],
|
||||
[ "RenderHint", "class_qwt_graphic.html#a3f87dcc606b131ed6c3cfeead1d6de03", [
|
||||
[ "RenderPensUnscaled", "class_qwt_graphic.html#a3f87dcc606b131ed6c3cfeead1d6de03ab70056f66aa75fb24c834cb3da7b0133", null ]
|
||||
] ],
|
||||
[ "QwtGraphic", "class_qwt_graphic.html#a45805a4faf2247ae42ccee21f37dabd2", null ],
|
||||
[ "QwtGraphic", "class_qwt_graphic.html#a12bf98d94b68b344e9e4f97c0a15f649", null ],
|
||||
[ "~QwtGraphic", "class_qwt_graphic.html#a1be9e3400a8d094cdf2deb1ff3eb9d65", null ],
|
||||
[ "boundingRect", "class_qwt_graphic.html#af3974c7466fd28287da6315b7051f9c2", null ],
|
||||
[ "commands", "class_qwt_graphic.html#ad2ad8806f985fffdfff446d41f4d836e", null ],
|
||||
[ "controlPointRect", "class_qwt_graphic.html#a8c4195574502d58cadd30ebfc55bdcd7", null ],
|
||||
[ "defaultSize", "class_qwt_graphic.html#aac1532ad15c8244dde6ba6f7c4b752dd", null ],
|
||||
[ "drawImage", "class_qwt_graphic.html#a7055541b0d141c475b507ce3ad861f87", null ],
|
||||
[ "drawPath", "class_qwt_graphic.html#ab505a5efa0f4ba0494460d4671a7bf21", null ],
|
||||
[ "drawPixmap", "class_qwt_graphic.html#a888ea196dec4fab9eb4acd4d535ec730", null ],
|
||||
[ "isEmpty", "class_qwt_graphic.html#a41e6e467eff2c5dd5d616177e9d6ee95", null ],
|
||||
[ "isNull", "class_qwt_graphic.html#a4d9805fcf85568fc6f67293a6f805537", null ],
|
||||
[ "operator=", "class_qwt_graphic.html#a56504c5384e140d199f73c6e729408ec", null ],
|
||||
[ "render", "class_qwt_graphic.html#af9d87badcb71e2ada14d5d9721bb4eca", null ],
|
||||
[ "render", "class_qwt_graphic.html#af655bed28d56d2c0c7c8ed5eee7133e4", null ],
|
||||
[ "render", "class_qwt_graphic.html#a456026c22a14e6ce37e3523ef450658e", null ],
|
||||
[ "render", "class_qwt_graphic.html#a6727fabe2fe99a37ee3565fbcab4462f", null ],
|
||||
[ "reset", "class_qwt_graphic.html#a441f351c6578deab715126586dd1ca21", null ],
|
||||
[ "scaledBoundingRect", "class_qwt_graphic.html#a15ceddea362b94880b22d16c2d4089d9", null ],
|
||||
[ "setCommands", "class_qwt_graphic.html#a22cd36c524b08834bac74337aea9f7e8", null ],
|
||||
[ "setDefaultSize", "class_qwt_graphic.html#acba8d73bc62bd15c15491d4a6e739869", null ],
|
||||
[ "setRenderHint", "class_qwt_graphic.html#a494b5de0452120653188828f6a1a6f55", null ],
|
||||
[ "sizeMetrics", "class_qwt_graphic.html#a96b94796cc41494c71ceb2d6144fc95d", null ],
|
||||
[ "testRenderHint", "class_qwt_graphic.html#a2d64e05c78c29785ab7ed87c4cf59c44", null ],
|
||||
[ "toImage", "class_qwt_graphic.html#a548e241656b73b403d7a14cf78da0c0f", null ],
|
||||
[ "toImage", "class_qwt_graphic.html#a4eebd8a3ad8053024c8afd1b5b7c03ca", null ],
|
||||
[ "toPixmap", "class_qwt_graphic.html#ad7bfa088aee59f824ee57e93439d861e", null ],
|
||||
[ "toPixmap", "class_qwt_graphic.html#a6b634e1635d353c5e086531a6cb1d079", null ],
|
||||
[ "updateState", "class_qwt_graphic.html#aa63b1055a8c8a5f6989c926c71b9e5b4", null ]
|
||||
];
|
Reference in New Issue
Block a user