dolphin/Source/Core/DolphinQt/QtUtils
Lioncash 892154f7ea DolphinQt: Resolve deprecated usage of margin()
This function has been marked as obsolete. In Qt 6.0 it's removed
entirely, so we must use getContentsMargin() explicitly instead
(margin() would do this for us).

Ditto for setMargin(), in which case we use setContentsMargin instead.
setMargin() would just pass its argument to all four parameters of
setContentsMargin(), so we can do the same.
2021-01-13 05:07:32 -05:00
..
AspectRatioWidget.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
AspectRatioWidget.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
BlockUserInputFilter.cpp DolphinQt: Fix mapping of space, return, and mouse-clicks from immediately re-activating detection. 2019-04-28 08:34:47 -05:00
BlockUserInputFilter.h DolphinQt: Fix mapping of space, return, and mouse-clicks from immediately re-activating detection. 2019-04-28 08:34:47 -05:00
DoubleClickEventFilter.cpp DolphinQt: Fix unused widgets in InfoWidget from being visible. 2019-03-23 20:20:09 -05:00
DoubleClickEventFilter.h DolphinQt: Fix unused widgets in InfoWidget from being visible. 2019-03-23 20:20:09 -05:00
ElidedButton.cpp DolphinQt: Remove some useless includes 2021-01-05 15:24:13 +01:00
ElidedButton.h DolphinQt: Replace QStringLiteral with alternatives where applicable 2019-07-30 09:06:03 -04:00
FileOpenEventFilter.cpp QtGui: Handle file open events 2019-06-15 11:27:29 +02:00
FileOpenEventFilter.h QtGui: Handle file open events 2019-06-15 11:27:29 +02:00
FlowLayout.cpp DolphinQt: Resolve deprecated usage of margin() 2021-01-13 05:07:32 -05:00
FlowLayout.h NetPlay: Improve settings synchronization and UI 2018-07-26 17:23:04 -04:00
ImageConverter.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
ImageConverter.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
ModalMessageBox.cpp UI: Allow to specify modality of ready ModalMessageBoxes 2019-11-16 19:51:00 +01:00
ModalMessageBox.h UI: Allow to specify modality of ready ModalMessageBoxes 2019-11-16 19:51:00 +01:00
ParallelProgressDialog.h Qt/QtUtils: Fix accidental recursion in ParallelProgressDialog 2020-10-19 12:39:10 +02:00
QueueOnObject.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
RunOnObject.h Replace usage of std::result_of with std::invoke_result 2020-06-01 17:33:18 -04:00
SignalDaemon.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
SignalDaemon.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
UTF8CodePointCountValidator.cpp Fix -Wsign-compare warnings 2020-11-21 02:08:09 +01:00
UTF8CodePointCountValidator.h Fix -Wsign-compare warnings 2020-11-21 02:08:09 +01:00
WindowActivationEventFilter.cpp DolphinQt: Fix unused widgets in InfoWidget from being visible. 2019-03-23 20:20:09 -05:00
WindowActivationEventFilter.h DolphinQt: Fix unused widgets in InfoWidget from being visible. 2019-03-23 20:20:09 -05:00
WinIconHelper.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
WinIconHelper.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
WrapInScrollArea.cpp DolphinQt: Resolve deprecated usage of margin() 2021-01-13 05:07:32 -05:00
WrapInScrollArea.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00