mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 19:55:50 +00:00
DolphinQt: Change game properties QTabWidget to QListWidget.
This commit is contained in:
parent
2b9935e6f4
commit
e796e82e8c
2 changed files with 23 additions and 42 deletions
|
@ -5,12 +5,14 @@
|
|||
|
||||
#include <QDialog>
|
||||
|
||||
#include "DolphinQt/Config/SettingsWindow.h"
|
||||
|
||||
namespace UICommon
|
||||
{
|
||||
class GameFile;
|
||||
}
|
||||
|
||||
class PropertiesDialog final : public QDialog
|
||||
class PropertiesDialog final : public StackedSettingsWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue