mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +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:
9
libs/qwt-6.1.5/doc/html/search/enums_2.js
Normal file
9
libs/qwt-6.1.5/doc/html/search/enums_2.js
Normal file
@ -0,0 +1,9 @@
|
||||
var searchData=
|
||||
[
|
||||
['cachepolicy_3020',['CachePolicy',['../class_qwt_plot_raster_item.html#a94929fc4c31c3dab75ee5adcac2d57b0',1,'QwtPlotRasterItem::CachePolicy()'],['../class_qwt_symbol.html#adda2e2c0e5234692adbc530552efd549',1,'QwtSymbol::CachePolicy()']]],
|
||||
['chartstyle_3021',['ChartStyle',['../class_qwt_plot_multi_bar_chart.html#ac67e03008156171c2dd19de4a46eacee',1,'QwtPlotMultiBarChart']]],
|
||||
['command_3022',['Command',['../class_qwt_picker_machine.html#a3a8d3d4c107ce5f8351e4cbdd38c43f7',1,'QwtPickerMachine']]],
|
||||
['conrecflag_3023',['ConrecFlag',['../class_qwt_raster_data.html#ac0053b66315fde6f0a9a69c40d7c5dcc',1,'QwtRasterData']]],
|
||||
['curveattribute_3024',['CurveAttribute',['../class_qwt_plot_curve.html#a38064f7de6f026a49db782c365f872c3',1,'QwtPlotCurve']]],
|
||||
['curvestyle_3025',['CurveStyle',['../class_qwt_plot_curve.html#a15998aa80a11ba6ba80eebabaf773f70',1,'QwtPlotCurve::CurveStyle()'],['../class_qwt_plot_interval_curve.html#aaef834575b923e1b317f4a86b2d97cd2',1,'QwtPlotIntervalCurve::CurveStyle()']]]
|
||||
];
|
Reference in New Issue
Block a user