mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
Qt: enable background images for floating dock widgets
This commit is contained in:
parent
504e3112dd
commit
8db7ef4d5a
11 changed files with 53 additions and 26 deletions
|
|
@ -10,7 +10,7 @@ constexpr auto qstr = QString::fromStdString;
|
|||
extern bool user_asked_for_frame_capture;
|
||||
|
||||
debugger_frame::debugger_frame(std::shared_ptr<gui_settings> settings, QWidget *parent)
|
||||
: QDockWidget(tr("Debugger"), parent), xgui_settings(settings)
|
||||
: custom_dock_widget(tr("Debugger"), parent), xgui_settings(settings)
|
||||
{
|
||||
m_update = new QTimer(this);
|
||||
connect(m_update, &QTimer::timeout, this, &debugger_frame::UpdateUI);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue