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:
18
libs/qwt-6.1.5/doc/html/class_qwt_date.js
Normal file
18
libs/qwt-6.1.5/doc/html/class_qwt_date.js
Normal file
@ -0,0 +1,18 @@
|
||||
var class_qwt_date =
|
||||
[
|
||||
[ "JulianDayForEpoch", "class_qwt_date.html#af636fffdebea2e4463fc32461b1217e0aed8ee8f3dbc5b7a5e953b3ec51a79108", null ],
|
||||
[ "IntervalType", "class_qwt_date.html#ad037b999a51cae4d9ab36bf8e7859587", [
|
||||
[ "Millisecond", "class_qwt_date.html#ad037b999a51cae4d9ab36bf8e7859587a4e1d45d6382c27689a30adc11186d4f1", null ],
|
||||
[ "Second", "class_qwt_date.html#ad037b999a51cae4d9ab36bf8e7859587aabaf7a7d45288a33590f61fe075b3590", null ],
|
||||
[ "Minute", "class_qwt_date.html#ad037b999a51cae4d9ab36bf8e7859587a7c9073c66b2628adbe772ac4c1a678ef", null ],
|
||||
[ "Hour", "class_qwt_date.html#ad037b999a51cae4d9ab36bf8e7859587a8e7a2f91f89423e446bfdaa1e01ebd2f", null ],
|
||||
[ "Day", "class_qwt_date.html#ad037b999a51cae4d9ab36bf8e7859587a1d503616cab082a9c741be881cc0a813", null ],
|
||||
[ "Week", "class_qwt_date.html#ad037b999a51cae4d9ab36bf8e7859587ae204b4e8ce8679ba9ac378e41bd77b2b", null ],
|
||||
[ "Month", "class_qwt_date.html#ad037b999a51cae4d9ab36bf8e7859587a0ab43f35f1bdbae7536be2be0455700a", null ],
|
||||
[ "Year", "class_qwt_date.html#ad037b999a51cae4d9ab36bf8e7859587ae306523ed94ccf930afb811ff7a735ab", null ]
|
||||
] ],
|
||||
[ "Week0Type", "class_qwt_date.html#ab915db512c556a4666ada4fbfccfce1e", [
|
||||
[ "FirstThursday", "class_qwt_date.html#ab915db512c556a4666ada4fbfccfce1ea82971cd90d670fe3048ad8c377379c1d", null ],
|
||||
[ "FirstDay", "class_qwt_date.html#ab915db512c556a4666ada4fbfccfce1eab5c50b8108f8c4535201c0c590a598d6", null ]
|
||||
] ]
|
||||
];
|
Reference in New Issue
Block a user