dolphin/Source/Core/DolphinQt/QtUtils
Dentomologist 384e044437 QtUtils/ClearLayoutRecursively: Fix potential crash
Use QObject->deleteLater() instead of the delete operator to destroy
child widgets of the layout. This prevents crashes caused by pending
events trying to access the now-destroyed widget.
2024-07-21 17:36:05 -07:00
..
AspectRatioWidget.cpp
AspectRatioWidget.h
BlockUserInputFilter.cpp
BlockUserInputFilter.h
ClearLayoutRecursively.cpp QtUtils/ClearLayoutRecursively: Fix potential crash 2024-07-21 17:36:05 -07:00
ClearLayoutRecursively.h DolphinQt: Move GraphicsModListWidget::ClearLayoutRecursively() to QtUtils. 2023-10-15 18:39:05 +02:00
DolphinFileDialog.cpp
DolphinFileDialog.h
DoubleClickEventFilter.cpp
DoubleClickEventFilter.h
ElidedButton.cpp
ElidedButton.h
FileOpenEventFilter.cpp
FileOpenEventFilter.h
FromStdString.h PPCSymbolDB: GetDescription by std::string_view 2024-04-13 00:19:01 -07:00
ImageConverter.cpp
ImageConverter.h
ModalMessageBox.cpp DolphinQt: Set window decorations for all top-level QWidgets. 2023-08-12 16:54:54 +02:00
ModalMessageBox.h
NonDefaultQPushButton.cpp
NonDefaultQPushButton.h
ParallelProgressDialog.h ParallelProgressDialog: Mark WasCanceled() as const 2023-06-12 09:38:10 -04:00
PartiallyClosableTabWidget.cpp
PartiallyClosableTabWidget.h
QueueOnObject.h
RunOnObject.h
SetWindowDecorations.cpp DolphinQt: Check theme instead of system for when to apply dark title bars on Windows. 2023-11-05 18:13:00 +01:00
SetWindowDecorations.h DolphinQt: Add function to set a QWidget's window decorations to dark ones on Windows. 2023-08-12 16:54:53 +02:00
SignalBlocking.h
SignalDaemon.cpp
SignalDaemon.h
UTF8CodePointCountValidator.cpp
UTF8CodePointCountValidator.h
WindowActivationEventFilter.cpp
WindowActivationEventFilter.h
WrapInScrollArea.cpp
WrapInScrollArea.h