mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
3384 lines
118 KiB
XML
3384 lines
118 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>settings_dialog</class>
|
|
<widget class="QDialog" name="settings_dialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>753</width>
|
|
<height>620</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Settings</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="../resources.qrc">
|
|
<normaloff>:/rpcs3.ico</normaloff>:/rpcs3.ico</iconset>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="settings_dialog_layout">
|
|
<item>
|
|
<widget class="QTabWidget" name="tab_widget_settings">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="currentIndex">
|
|
<number>0</number>
|
|
</property>
|
|
<widget class="QWidget" name="coreTab">
|
|
<attribute name="title">
|
|
<string>CPU</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="coreTabLayout">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="coreTabItemLayout" stretch="1,1,1">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="coreTabLeftLayout">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_ppu">
|
|
<property name="title">
|
|
<string>PPU Decoder</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="ppu_layout">
|
|
<item>
|
|
<widget class="QRadioButton" name="ppu_precise">
|
|
<property name="text">
|
|
<string notr="true">Interpreter (precise)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="ppu_fast">
|
|
<property name="text">
|
|
<string notr="true">Interpreter (fast)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="ppu_llvm">
|
|
<property name="text">
|
|
<string notr="true">LLVM Recompiler (fastest)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_spu">
|
|
<property name="title">
|
|
<string>SPU Decoder</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="spu_layout">
|
|
<item>
|
|
<widget class="QRadioButton" name="spu_precise">
|
|
<property name="text">
|
|
<string notr="true">Interpreter (precise)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="spu_fast">
|
|
<property name="text">
|
|
<string notr="true">Interpreter (fast)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="spu_asmjit">
|
|
<property name="text">
|
|
<string notr="true">ASMJIT Recompiler (faster)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="spu_llvm">
|
|
<property name="text">
|
|
<string notr="true">LLVM Recompiler (fastest)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="coreTabLeftLayoutSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="coreTabMiddleLayout">
|
|
<item>
|
|
<widget class="QGroupBox" name="checkboxes">
|
|
<property name="title">
|
|
<string>Additional Settings</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="checkboxes_layout">
|
|
<item>
|
|
<widget class="QCheckBox" name="enableScheduler">
|
|
<property name="text">
|
|
<string>Enable thread scheduler</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="lowerSPUThrPrio">
|
|
<property name="text">
|
|
<string>Lower SPU thread priority</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="spuLoopDetection">
|
|
<property name="text">
|
|
<string>Enable SPU loop detection</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="spuCache">
|
|
<property name="text">
|
|
<string>SPU Cache</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="accurateXFloat">
|
|
<property name="text">
|
|
<string>Accurate xfloat</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="coreTabMiddleLayoutSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="coreTabRightLayout" stretch="0,0,0,0">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_tsx">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>TSX Instructions</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_tsx_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="enableTSX"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_spuBlockSize">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>SPU Block Size</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_spuBlockSize_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="spuBlockSize"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_spu_threads">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>Preferred SPU Threads</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_spu_threads_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="preferredSPUThreads"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="coreTabRightLayoutSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<spacer name="coreTabSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_description_cpu">
|
|
<property name="title">
|
|
<string>Description</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_description_cpu_layout">
|
|
<item>
|
|
<widget class="QLabel" name="description_cpu">
|
|
<property name="text">
|
|
<string>Point your mouse at an option to display a description in here.
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="gpuTab">
|
|
<attribute name="title">
|
|
<string>GPU</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="gpuTab_layout">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="gpuTabLayout" stretch="1,1,1">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="gpuTabLayoutLeft">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_renderer">
|
|
<property name="title">
|
|
<string>Renderer</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_renderer_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="renderBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_graphicsAdapter">
|
|
<property name="title">
|
|
<string>Graphics Device</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_graphicsAdapter_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="graphicsAdapterBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="widget_gpu_top" native="true">
|
|
<layout class="QHBoxLayout" name="widget_gpu_top_layout" stretch="1,1">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_aspectRatio">
|
|
<property name="title">
|
|
<string>Aspect Ratio</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_aspectRatio_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="aspectBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_frameLimit">
|
|
<property name="title">
|
|
<string>Framelimit</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_frameLimit_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="frameLimitBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="widget_gpu_bottom" native="true">
|
|
<layout class="QHBoxLayout" name="widget_gpu_bottom_layout" stretch="1,1">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_anisotropicFilter">
|
|
<property name="title">
|
|
<string>Anisotropic Filter</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_anisotropicFilter_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="anisotropicFilterOverride"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_antiAliasing">
|
|
<property name="title">
|
|
<string>Anti-Aliasing</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_antiAliasing_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="antiAliasing"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="gpuTabLayoutMiddle">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_default_resolution">
|
|
<property name="title">
|
|
<string>Default Resolution</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_default_resolution_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="resBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="layout_resolution_scale">
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_resolutionScale">
|
|
<property name="title">
|
|
<string>Resolution Scale (Disable Strict Mode)</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_resolutionScale_layout">
|
|
<item>
|
|
<widget class="QWidget" name="resolutionScaleLayoutTop" native="true">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_23" stretch="0,1,0">
|
|
<property name="spacing">
|
|
<number>12</number>
|
|
</property>
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="resolutionScaleMin">
|
|
<property name="text">
|
|
<string>50</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="resolutionScale">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="resolutionScaleMax">
|
|
<property name="text">
|
|
<string>800</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="resolutionScaleLayoutBottom" stretch="1,0">
|
|
<item>
|
|
<widget class="QLabel" name="resolutionScaleVal">
|
|
<property name="text">
|
|
<string>0</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="resolutionScaleReset">
|
|
<property name="text">
|
|
<string>Reset</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_minimumScalableDimension">
|
|
<property name="title">
|
|
<string>Resolution Scale Threshold</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_minimumScalableDimension_layout">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="minimumScalableDimensionLayoutTop" stretch="0,1,0">
|
|
<property name="spacing">
|
|
<number>12</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="minimumScalableDimensionMin">
|
|
<property name="text">
|
|
<string>1</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="minimumScalableDimension">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="minimumScalableDimensionMax">
|
|
<property name="text">
|
|
<string>1024</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="minimumScalableDimensionLayoutBottom" stretch="1,0">
|
|
<item>
|
|
<widget class="QLabel" name="minimumScalableDimensionVal">
|
|
<property name="text">
|
|
<string>1x1</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="minimumScalableDimensionReset">
|
|
<property name="text">
|
|
<string>Reset</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_additional_settings">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>Additional Settings</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_additional_settings_layout">
|
|
<item>
|
|
<widget class="QCheckBox" name="dumpColor">
|
|
<property name="text">
|
|
<string>Write Color Buffers</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="scrictModeRendering">
|
|
<property name="text">
|
|
<string>Strict Rendering Mode</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="vsync">
|
|
<property name="text">
|
|
<string>VSync</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="stretchToDisplayArea">
|
|
<property name="text">
|
|
<string>Stretch To Display Area</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="disableVertexCache">
|
|
<property name="text">
|
|
<string>Disable Vertex Cache</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="multithreadedRSX">
|
|
<property name="text">
|
|
<string>Multithreaded RSX</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="disableAsyncShaders">
|
|
<property name="text">
|
|
<string>Disable Async Shader Compiler</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="additional_settings_spacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<spacer name="gpuTabSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_description_gpu">
|
|
<property name="title">
|
|
<string>Description</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="gb_description_gpu_layout">
|
|
<item>
|
|
<widget class="QLabel" name="description_gpu">
|
|
<property name="text">
|
|
<string>Point your mouse at an option to display a description in here.
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="audioTab">
|
|
<attribute name="title">
|
|
<string>Audio</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="audioTab_layout" stretch="0,0,1,0">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="audioTabLayoutTop" stretch="1,1,1">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="audioTabLayoutTopLeft">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_audio_out">
|
|
<property name="title">
|
|
<string>Audio Out</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_audio_out_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="audioOutBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_audio_settings">
|
|
<property name="title">
|
|
<string>Audio Settings</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_audio_settings_layout">
|
|
<item>
|
|
<widget class="QCheckBox" name="audioDump">
|
|
<property name="text">
|
|
<string>Dump to File</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="convert">
|
|
<property name="text">
|
|
<string>Convert to 16-bit</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="downmix">
|
|
<property name="text">
|
|
<string>Downmix to Stereo</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="spacer_audio_settings">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="audioTabLayoutTopMiddle">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_audio_volume">
|
|
<property name="title">
|
|
<string>Volume</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_audio_volume_layout">
|
|
<item>
|
|
<widget class="QWidget" name="master_volume" native="true">
|
|
<layout class="QVBoxLayout" name="layout_master_volume">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="masterVolumeLabel">
|
|
<property name="text">
|
|
<string>Master: 0%</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="masterVolume">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="tickPosition">
|
|
<enum>QSlider::TicksBelow</enum>
|
|
</property>
|
|
<property name="tickInterval">
|
|
<number>50</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="spacer_audio_volume">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="audioTabLayoutTopRight">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_audio_buffering">
|
|
<property name="title">
|
|
<string>Buffering</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_audio_buffering_layout">
|
|
<item>
|
|
<widget class="QCheckBox" name="enableBuffering">
|
|
<property name="text">
|
|
<string>Enable Buffering</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="audio_buffer_duration" native="true">
|
|
<layout class="QVBoxLayout" name="layout_audio_buffer_duration">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="audioBufferDurationLabel">
|
|
<property name="text">
|
|
<string>Audio Buffer Duration: 0ms</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="audioBufferDuration">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="tickPosition">
|
|
<enum>QSlider::TicksBelow</enum>
|
|
</property>
|
|
<property name="tickInterval">
|
|
<number>10</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="enableTimeStretching">
|
|
<property name="text">
|
|
<string>Enable Time Stretching</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="time_stretching_threshold" native="true">
|
|
<layout class="QVBoxLayout" name="layout_time_stretching_threshold">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="timeStretchingThresholdLabel">
|
|
<property name="text">
|
|
<string>Time Stretching Threshold: 0%</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="timeStretchingThreshold">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="tickPosition">
|
|
<enum>QSlider::TicksBelow</enum>
|
|
</property>
|
|
<property name="tickInterval">
|
|
<number>10</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_microphone_settings">
|
|
<property name="title">
|
|
<string>Microphone Settings</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_microphone_settings_layout">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="microphoneLayoutTop">
|
|
<item>
|
|
<widget class="QLabel" name="microphoneLabel">
|
|
<property name="text">
|
|
<string>Microphone Type:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="microphoneBox"/>
|
|
</item>
|
|
<item>
|
|
<spacer name="microphoneSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="microphoneLayoutBottom">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="microphoneLayoutLabel1and3">
|
|
<item>
|
|
<widget class="QLabel" name="microphone1Label">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>Mic1:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="microphone3Label">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>Mic3:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="microphoneLayoutBox1and3">
|
|
<item>
|
|
<widget class="QComboBox" name="microphone1Box">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="microphone3Box">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="microphoneLayoutLabel2and4">
|
|
<item>
|
|
<widget class="QLabel" name="microphone2Label">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>Mic2:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="microphone4Label">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>Mic4:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="microphoneLayoutBox2and4">
|
|
<item>
|
|
<widget class="QComboBox" name="microphone2Box">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="microphone4Box">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="audioTabSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_description_audio">
|
|
<property name="title">
|
|
<string>Description</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_description_audio_layout">
|
|
<item>
|
|
<widget class="QLabel" name="description_audio">
|
|
<property name="text">
|
|
<string>Point your mouse at an option to display a description in here.
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="inputTab">
|
|
<attribute name="title">
|
|
<string>I/O</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="inputTab_layout">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="inputTabLayoutTop" stretch="1,1,1">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_keyboard_handler">
|
|
<property name="title">
|
|
<string>Keyboard Handler</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_keyboard_handler_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="keyboardHandlerBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_camera_type">
|
|
<property name="title">
|
|
<string>Camera Input</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_camera_type_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="cameraTypeBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_move_handler">
|
|
<property name="title">
|
|
<string>Move Handler</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_move_handler_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="moveBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="inputTabLayoutBottom" stretch="1,1,1">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_mouse_handler">
|
|
<property name="title">
|
|
<string>Mouse Handler</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_mouse_handler_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="mouseHandlerBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_camera_setting">
|
|
<property name="title">
|
|
<string>Camera Settings</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_camera_setting_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="cameraBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="inputTabSpacerWidget" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<spacer name="inputTabSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_description_io">
|
|
<property name="title">
|
|
<string>Description</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_description_io_layout">
|
|
<item>
|
|
<widget class="QLabel" name="description_io">
|
|
<property name="text">
|
|
<string>Point your mouse at an option to display a description in here.
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="systemTab">
|
|
<attribute name="title">
|
|
<string>System</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="systemTab_layout">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="systemTabLayout1" stretch="1,1,1">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_sysLang">
|
|
<property name="title">
|
|
<string>Console Language</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_sysLang_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="sysLangBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_keyboardType">
|
|
<property name="title">
|
|
<string>Keyboard Type</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_keyboardType">
|
|
<item>
|
|
<widget class="QComboBox" name="keyboardType"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_homebrew">
|
|
<property name="title">
|
|
<string>Homebrew</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_homebrew_layout">
|
|
<item>
|
|
<widget class="QCheckBox" name="enableHostRoot">
|
|
<property name="text">
|
|
<string>Enable /host_root/</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="systemTabLayout2" stretch="1,1,1">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_console_region">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="title">
|
|
<string>Console Region</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_console_region_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="console_region"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="systemTabSpacerWidget1" native="true"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="systemTabSpacerWidget2" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="systemTabLayout3" stretch="1,1,1">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_enterButtonAssignment">
|
|
<property name="title">
|
|
<string>Enter Button Assignment</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_enterButtonAssignment_layout">
|
|
<item>
|
|
<widget class="QRadioButton" name="enterButtonAssignCircle">
|
|
<property name="text">
|
|
<string notr="true">Enter with the Circle button</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="enterButtonAssignCross">
|
|
<property name="text">
|
|
<string notr="true">Enter with the Cross button</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="systemTabSpacerWidget3" native="true"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="systemTabSpacerWidget4" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="systemTabLayout4" stretch="1,1,1">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_DiskCacheClearing">
|
|
<property name="title">
|
|
<string>Disk cache</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_DiskCacheClearing_layout">
|
|
<item>
|
|
<widget class="QCheckBox" name="enableCacheClearing">
|
|
<property name="text">
|
|
<string>Clear cache automatically</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="maximumCacheSizeLabel">
|
|
<property name="text">
|
|
<string>Cache size: 3072 MB</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="maximumCacheSize">
|
|
<property name="pageStep">
|
|
<number>512</number>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="tickPosition">
|
|
<enum>QSlider::TicksBelow</enum>
|
|
</property>
|
|
<property name="tickInterval">
|
|
<number>1024</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="systemTabSpacerWidget5" native="true"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="systemTabSpacerWidget6" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<spacer name="systemTabSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_description_system">
|
|
<property name="title">
|
|
<string>Description</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="gb_description_system_layout">
|
|
<item>
|
|
<widget class="QLabel" name="description_system">
|
|
<property name="text">
|
|
<string>Point your mouse at an option to display a description in here.
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="networkTab">
|
|
<attribute name="title">
|
|
<string>Network</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="networkTab_layout">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="networkTabLayout" stretch="0,0">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_network_status">
|
|
<property name="title">
|
|
<string>Network Configuration</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_network_status_layout" stretch="0,0,0,0">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_netStatusBox">
|
|
<property name="title">
|
|
<string>Network Status</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_netStatusBox_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="netStatusBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_edit_dns">
|
|
<property name="title">
|
|
<string>DNS</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_edit_dns_layout">
|
|
<item>
|
|
<widget class="QLineEdit" name="edit_dns">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_edit_swaps">
|
|
<property name="title">
|
|
<string>IP/Hosts switches</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_edit_swaps_layout">
|
|
<item>
|
|
<widget class="QLineEdit" name="edit_swaps">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="networkTabSpacerLeft">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_psn_config">
|
|
<property name="title">
|
|
<string>PSN Configuration</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_psn_config_layout">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_psnStatusBox">
|
|
<property name="title">
|
|
<string>PSN Status</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_psnStatusBox_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="psnStatusBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_edit_npid">
|
|
<property name="title">
|
|
<string>PSN settings</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_edit_npid_layout">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="edit_npid_layout">
|
|
<item>
|
|
<widget class="QLabel" name="edit_npid_label">
|
|
<property name="text">
|
|
<string>NPID:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="edit_npid">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="maxLength">
|
|
<number>16</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="networkTabSpacerRight">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<spacer name="networkTabSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_description_network">
|
|
<property name="title">
|
|
<string>Description</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_description_network_layout">
|
|
<item>
|
|
<widget class="QLabel" name="description_network">
|
|
<property name="text">
|
|
<string>Point your mouse at an option to display a description in here.
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="advancedTab">
|
|
<attribute name="title">
|
|
<string>Advanced</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="advancedTab_layout">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="advancedTabLayout" stretch="1,1,1">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="advancedTabLayoutLeft">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_advanced_core">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>Core</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_advanced_core_layout">
|
|
<item>
|
|
<widget class="QCheckBox" name="debugConsoleMode">
|
|
<property name="text">
|
|
<string>Debug Console Mode</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="accurateLLVMdfma">
|
|
<property name="text">
|
|
<string>Accurate LLVM DFMA</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="silenceAllLogs">
|
|
<property name="text">
|
|
<string>Silence All Logs</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_sleep_timers_accuracy">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>Sleep Timers Accuracy</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_sleep_timers_accuracy_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="sleepTimersAccuracy"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_max_spurs_threads">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>Maximum Number of SPURS Threads</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_max_spurs_threads_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="maxSPURSThreads"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_lib_settings">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>Firmware Settings</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="lib_settings_layout">
|
|
<item>
|
|
<widget class="QRadioButton" name="lib_manu">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string notr="true">Manually load selected libraries</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="lib_both">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string notr="true">Load automatic and manual selection</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="lib_lv2">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string notr="true">Load liblv2.sprx only</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="lib_lv2b">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string notr="true">Load liblv2.sprx and manual selection</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="lib_lv2l">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string notr="true">Load liblv2.sprx and strict selection</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="advancedTabSpacerLeft">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="advancedTabLayoutMiddle">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_libs">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>Firmware Libraries</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_libs_layout">
|
|
<item>
|
|
<widget class="QListWidget" name="lleList">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="selectionMode">
|
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
</property>
|
|
<property name="viewMode">
|
|
<enum>QListView::ListMode</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="searchBox">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="advancedTabLayoutRight">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_advanced_gpu">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>GPU</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_advanced_gpu_layout">
|
|
<item>
|
|
<widget class="QCheckBox" name="readDepth">
|
|
<property name="text">
|
|
<string>Read Depth Buffers</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="dumpDepth">
|
|
<property name="text">
|
|
<string>Write Depth Buffers</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="readColor">
|
|
<property name="text">
|
|
<string>Read Color Buffers</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="disableOnDiskShaderCache">
|
|
<property name="text">
|
|
<string>Disable On-Disk Shader Cache</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="relaxedZCULL">
|
|
<property name="text">
|
|
<string>Relaxed ZCULL Sync</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_wakeupDelay">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>Driver Wake-Up Delay</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_wakeupDelay_layout">
|
|
<item>
|
|
<widget class="QSlider" name="wakeupDelay">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="wakeupDelayLAyout" stretch="1,0">
|
|
<item>
|
|
<widget class="QLabel" name="wakeupText">
|
|
<property name="text">
|
|
<string>1 µs</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="wakeupReset">
|
|
<property name="text">
|
|
<string>Reset</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_vblank">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>VBlank Frequency</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_vblank_layout">
|
|
<item>
|
|
<widget class="QSlider" name="vblank">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="vBlankLayout" stretch="1,0">
|
|
<item>
|
|
<widget class="QLabel" name="vblankText">
|
|
<property name="text">
|
|
<string>60 Hz</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="vblankReset">
|
|
<property name="text">
|
|
<string>Reset</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_clockScale">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>Clocks Scale</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_clockScale_layout">
|
|
<item>
|
|
<widget class="QSlider" name="clockScale">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="clockScaleLayout" stretch="1,0">
|
|
<item>
|
|
<widget class="QLabel" name="clockScaleText">
|
|
<property name="text">
|
|
<string>100%</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="clockScaleReset">
|
|
<property name="text">
|
|
<string>Reset</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer_22">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<spacer name="advancedTabSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_description_advanced">
|
|
<property name="title">
|
|
<string>Description</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_description_advanced_layout">
|
|
<item>
|
|
<widget class="QLabel" name="description_advanced">
|
|
<property name="text">
|
|
<string>Point your mouse at an option to display a description in here.
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="emulatorTab">
|
|
<attribute name="title">
|
|
<string>Emulator</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="emulatorTab_layout">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="emulatorTabLayout" stretch="1,1,1">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="emulatorTabLayoutLeft">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_emu_settings">
|
|
<property name="title">
|
|
<string>Emulator Settings</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_emu_settings_layout">
|
|
<item>
|
|
<widget class="QCheckBox" name="exitOnStop">
|
|
<property name="text">
|
|
<string>Exit RPCS3 when process finishes</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="alwaysStart">
|
|
<property name="text">
|
|
<string>Automatically start games after boot</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="startGameFullscreen">
|
|
<property name="text">
|
|
<string>Start games in Fullscreen mode</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="preventDisplaySleep">
|
|
<property name="text">
|
|
<string>Prevent display sleep while running games</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="showTrophyPopups">
|
|
<property name="text">
|
|
<string>Show trophy popups</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="useNativeInterface">
|
|
<property name="text">
|
|
<string>Use native user interface</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="showShaderCompilationHint">
|
|
<property name="text">
|
|
<string>Show shader compilation hint</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="emulatorTabSpacerLeft">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_max_llvm">
|
|
<property name="title">
|
|
<string>Max LLVM Compile Threads</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_max_llvm_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="maxLLVMThreads"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="emulatorTabLayoutMiddle">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_viewport">
|
|
<property name="title">
|
|
<string>Viewport</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_viewport_layout">
|
|
<item>
|
|
<widget class="QCheckBox" name="gs_disableMouse">
|
|
<property name="text">
|
|
<string>Ignore doubleclicks for Fullscreen</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="gs_resizeOnBoot">
|
|
<property name="text">
|
|
<string>Resize game window on boot</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="gs_resolution_layout">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_gs_width">
|
|
<property name="title">
|
|
<string>Width</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_gs_width_layout">
|
|
<item>
|
|
<widget class="QSpinBox" name="gs_width">
|
|
<property name="accelerated">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="correctionMode">
|
|
<enum>QAbstractSpinBox::CorrectToNearestValue</enum>
|
|
</property>
|
|
<property name="keyboardTracking">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>9999</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>0</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_gs_height">
|
|
<property name="title">
|
|
<string>Height</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_gs_height_layout">
|
|
<item>
|
|
<widget class="QSpinBox" name="gs_height">
|
|
<property name="frame">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="accelerated">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="correctionMode">
|
|
<enum>QAbstractSpinBox::CorrectToNearestValue</enum>
|
|
</property>
|
|
<property name="keyboardTracking">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>9999</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>0</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_shader_load">
|
|
<property name="title">
|
|
<string>Shader Loading Screen</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_shader_load_layout">
|
|
<item>
|
|
<widget class="QCheckBox" name="shaderLoadBgEnabled">
|
|
<property name="text">
|
|
<string>Allow custom background</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_shaderLoadBgDarkening">
|
|
<property name="text">
|
|
<string>Background darkening:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="shaderLoadBgDarkening">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_shaderLoadBgBlur">
|
|
<property name="text">
|
|
<string>Background blur:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="shaderLoadBgBlur">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="spacer_shader_load">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_game_window_title">
|
|
<property name="title">
|
|
<string>Game Window Title</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="layout_gb_game_window_title">
|
|
<item>
|
|
<widget class="QLabel" name="label_game_window_title_format">
|
|
<property name="text">
|
|
<string notr="true">FPS: 60 | Renderer | Version | Game [ID]</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="layout_buttons_game_window_title">
|
|
<item>
|
|
<widget class="QPushButton" name="reset_button_game_window_title_format">
|
|
<property name="toolTip">
|
|
<string>Reset the game window title to default</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Reset</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="edit_button_game_window_title_format">
|
|
<property name="toolTip">
|
|
<string>Edit the game window title</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Edit</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="emulatorTabLayoutRight">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_performance_overlay">
|
|
<property name="title">
|
|
<string>Performance Overlay</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_performance_overlay_layout">
|
|
<item>
|
|
<widget class="QCheckBox" name="perfOverlayEnabled">
|
|
<property name="text">
|
|
<string>Enable performance overlay</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="perfOverlayFramerateGraphEnabled">
|
|
<property name="text">
|
|
<string>Show framerate graph</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="perfOverlayFrametimeGraphEnabled">
|
|
<property name="text">
|
|
<string>Show frametime graph</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="perf_overlay_detail_level" native="true">
|
|
<layout class="QVBoxLayout" name="layout_perf_overlay_detail_level">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="label_detail_level">
|
|
<property name="text">
|
|
<string>Detail Level:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="perfOverlayDetailLevel"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="perf_overlay_position" native="true">
|
|
<layout class="QVBoxLayout" name="layout_perf_overlay_position">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="label_position">
|
|
<property name="text">
|
|
<string>Position:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="perfOverlayPosition"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_margin_x">
|
|
<property name="text">
|
|
<string>Horizontal Margin:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="layout_margin_x" stretch="0,0">
|
|
<item>
|
|
<widget class="QCheckBox" name="perfOverlayCenterX">
|
|
<property name="text">
|
|
<string>Centered</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSpinBox" name="perfOverlayMarginX"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_margin_y">
|
|
<property name="text">
|
|
<string>Vertical Margin:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="layout_margin_y" stretch="0,0">
|
|
<item>
|
|
<widget class="QCheckBox" name="perfOverlayCenterY">
|
|
<property name="text">
|
|
<string>Centered</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSpinBox" name="perfOverlayMarginY"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="perf_overlay_update_interval" native="true">
|
|
<layout class="QVBoxLayout" name="layout_perf_overlay_update_interval">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="label_update_interval">
|
|
<property name="text">
|
|
<string>Update Interval:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="perfOverlayUpdateInterval">
|
|
<property name="singleStep">
|
|
<number>10</number>
|
|
</property>
|
|
<property name="pageStep">
|
|
<number>100</number>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="perf_overlay_font_size" native="true">
|
|
<layout class="QVBoxLayout" name="layout_perf_overlay_font_size">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="label_font_size">
|
|
<property name="text">
|
|
<string>Font Size: </string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="perfOverlayFontSize">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="perf_overlay_opacity" native="true">
|
|
<layout class="QVBoxLayout" name="layout_perf_overlay_opacity">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="label_opacity">
|
|
<property name="text">
|
|
<string>Opacity:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="perfOverlayOpacity">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="emulatorTabSpacerRight">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<spacer name="emulatorTabSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_description_emulator">
|
|
<property name="title">
|
|
<string>Description</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_description_emulator_layout">
|
|
<item>
|
|
<widget class="QLabel" name="description_emulator">
|
|
<property name="text">
|
|
<string>Point your mouse at an option to display a description in here.
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="guiTab">
|
|
<attribute name="title">
|
|
<string>GUI</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="guiTab_layout">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="guiTabLayout" stretch="1,1,1">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="guiTabLayoutLeft">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_stylesheets">
|
|
<property name="title">
|
|
<string>UI Stylesheets</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_stylesheets_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="combo_stylesheets"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pb_apply_stylesheet">
|
|
<property name="text">
|
|
<string>Apply</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_colors">
|
|
<property name="title">
|
|
<string>UI Colors</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_colors_layout">
|
|
<property name="leftMargin">
|
|
<number>9</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>9</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>9</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>9</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QCheckBox" name="cb_custom_colors">
|
|
<property name="text">
|
|
<string>Use custom UI Colors</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pb_gl_icon_color">
|
|
<property name="text">
|
|
<string>Gamelist icons</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pb_sd_icon_color">
|
|
<property name="text">
|
|
<string>Save manager icons</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pb_tr_icon_color">
|
|
<property name="text">
|
|
<string>Trophy manager icons</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="guiTabSpacerLeft">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="guiTabLayoutMiddle">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_settings">
|
|
<property name="title">
|
|
<string>UI Settings</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_settings_layout">
|
|
<item>
|
|
<widget class="QPushButton" name="pb_reset_default">
|
|
<property name="text">
|
|
<string>Restore default settings</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pb_backup_config">
|
|
<property name="text">
|
|
<string>Save current settings</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pb_open_folder">
|
|
<property name="text">
|
|
<string>Open configuration folder</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string>Load Settings:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="combo_configs"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pb_apply_config">
|
|
<property name="text">
|
|
<string>Apply</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="guiTabSpacerMiddle">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_log">
|
|
<property name="title">
|
|
<string>Log</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_log_layout">
|
|
<item>
|
|
<widget class="QWidget" name="log_limit" native="true">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="layout_log_limit">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="label_log_limit">
|
|
<property name="text">
|
|
<string>Maximum log blocks</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSpinBox" name="spinbox_log_limit">
|
|
<property name="minimum">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>999999999</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="tty_limit" native="true">
|
|
<layout class="QVBoxLayout" name="layout_tty_limit">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="label_tty_limit">
|
|
<property name="text">
|
|
<string>Maximum TTY blocks</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSpinBox" name="spinbox_tty_limit">
|
|
<property name="maximum">
|
|
<number>999999999</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="guiTabLayoutRight">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_gui_options">
|
|
<property name="title">
|
|
<string>UI Options</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_gui_options_layout">
|
|
<item>
|
|
<widget class="QCheckBox" name="cb_show_welcome">
|
|
<property name="text">
|
|
<string>Show Welcome Screen</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="cb_show_exit_game">
|
|
<property name="text">
|
|
<string>Show Exit Game Dialog</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="cb_show_boot_game">
|
|
<property name="text">
|
|
<string>Show Boot Game Dialog</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="cb_show_pkg_install">
|
|
<property name="text">
|
|
<string>Show PKG Installation Dialog</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="cb_show_pup_install">
|
|
<property name="text">
|
|
<string>Show PUP Installation Dialog</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="cb_check_update_start">
|
|
<property name="text">
|
|
<string>Check for updates on startup</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="guiTabSpacerRight">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_discord">
|
|
<property name="title">
|
|
<string>Discord</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_discord_layout">
|
|
<item>
|
|
<widget class="QCheckBox" name="useRichPresence">
|
|
<property name="text">
|
|
<string>Use Discord Rich Presence</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_discordState">
|
|
<property name="text">
|
|
<string>Discord Status:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="discordState">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="maxLength">
|
|
<number>128</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<spacer name="guiTabSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_description_gui">
|
|
<property name="title">
|
|
<string>Description</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_description_gui_layout">
|
|
<item>
|
|
<widget class="QLabel" name="description_gui">
|
|
<property name="text">
|
|
<string>Point your mouse at an option to display a description in here.
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="debugTab">
|
|
<attribute name="title">
|
|
<string>Debug</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="debugTab_layout">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="debugTabLayout" stretch="1,1,1">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_debug_gpu">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="title">
|
|
<string>GPU</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_debug_gpu_layout">
|
|
<item alignment="Qt::AlignTop">
|
|
<widget class="QCheckBox" name="glLegacyBuffers">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Use Legacy OpenGL Buffers</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item alignment="Qt::AlignTop">
|
|
<widget class="QCheckBox" name="debugOutput">
|
|
<property name="text">
|
|
<string>Debug Output</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="debugOverlay">
|
|
<property name="text">
|
|
<string>Debug Overlay</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="logProg">
|
|
<property name="text">
|
|
<string>Log Shader Programs</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item alignment="Qt::AlignTop">
|
|
<widget class="QCheckBox" name="forceHighpZ">
|
|
<property name="text">
|
|
<string>Use High Precision Z-buffer</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="disableHwOcclusionQueries">
|
|
<property name="text">
|
|
<string>Disable ZCull Occlusion Queries</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="forceCpuBlitEmulation">
|
|
<property name="text">
|
|
<string>Force CPU blit emulation</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="disableVulkanMemAllocator">
|
|
<property name="text">
|
|
<string>Disable Vulkan Memory Allocator</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="disableFIFOReordering">
|
|
<property name="text">
|
|
<string>Disable FIFO Reordering</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="strictTextureFlushing">
|
|
<property name="text">
|
|
<string>Strict Texture Flushing</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="gpuTextureScaling">
|
|
<property name="text">
|
|
<string>Use GPU Texture Scaling</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_debug_core">
|
|
<property name="title">
|
|
<string>Core</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_debug_core_layout">
|
|
<item>
|
|
<widget class="QCheckBox" name="ppuDebug">
|
|
<property name="text">
|
|
<string>PPU Debug</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="spuDebug">
|
|
<property name="text">
|
|
<string>SPU Debug</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="setDAZandFTZ">
|
|
<property name="text">
|
|
<string>Set DAZ and FTZ</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="accurateGETLLAR">
|
|
<property name="text">
|
|
<string>Accurate GETLLAR</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="accuratePUTLLUC">
|
|
<property name="text">
|
|
<string>Accurate PUTLLUC</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="accurateRSXAccess">
|
|
<property name="text">
|
|
<string>Accurate RSX reservation access</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="hookStFunc">
|
|
<property name="text">
|
|
<string>Hook static functions</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="debug_spacer_widget" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<spacer name="debugTabSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_description_debug">
|
|
<property name="title">
|
|
<string>Description</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_description_debug_layout">
|
|
<item>
|
|
<widget class="QLabel" name="description_debug">
|
|
<property name="text">
|
|
<string>Point your mouse at an option to display a description in here.
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
<property name="standardButtons">
|
|
<set>QDialogButtonBox::Apply|QDialogButtonBox::Close|QDialogButtonBox::Save</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources>
|
|
<include location="../resources.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|