mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-01 14:20:08 +01:00
Fixes typos where spelling or grammar is objectively wrong. Changes wording and capitalization in some areas to be more consistent with other areas.
4415 lines
160 KiB
XML
4415 lines
160 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="windowModality">
|
|
<enum>Qt::WindowModal</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>856</width>
|
|
<height>688</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="QScrollArea" name="scrollArea">
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="widgetResizable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<widget class="QTabWidget" name="tab_widget_settings">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>821</width>
|
|
<height>716</height>
|
|
</rect>
|
|
</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" stretch="0,1,0">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="coreTabItemLayout">
|
|
<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__static">
|
|
<property name="text">
|
|
<string notr="true">Interpreter (static)</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__static">
|
|
<property name="text">
|
|
<string notr="true">Interpreter (static)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="spu_dynamic">
|
|
<property name="text">
|
|
<string notr="true">Interpreter (dynamic)</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="gb_xfloat_accuracy">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>SPU XFloat Accuracy</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_xfloat_accuracy_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="xfloatAccuracy"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<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="spuLoopDetection">
|
|
<property name="text">
|
|
<string>Enable SPU loop detection</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_max_preempt_count">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>Max Power Saving CPU-preemptions</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_max_preempt_layout">
|
|
<item>
|
|
<widget class="QSlider" name="maxPreemptCount">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="maxPreemptLayout" stretch="0,0">
|
|
<item>
|
|
<widget class="QLabel" name="preemptText">
|
|
<property name="text">
|
|
<string>0</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="preemptReset">
|
|
<property name="text">
|
|
<string>Reset</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</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,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>
|
|
<widget class="QGroupBox" name="gb_threadsched">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>Thread Scheduler</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_threadsched_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="threadsched"/>
|
|
</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" stretch="0,1,0">
|
|
<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>
|
|
<item>
|
|
<widget class="QWidget" name="widget_gpu_3" native="true">
|
|
<layout class="QHBoxLayout" name="widget_gpu_3_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="gbZCULL">
|
|
<property name="title">
|
|
<string>ZCULL Accuracy</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gbZCULL_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="zcullPrecisionMode"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gbShaderPrecision">
|
|
<property name="title">
|
|
<string>Shader Quality</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gbShaderPrecision_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="shaderPrecision"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_stereo">
|
|
<property name="title">
|
|
<string>3D</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_stereo_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="stereoRenderMode"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="gpu_tab_layout_right_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>
|
|
</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>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_outputScaling">
|
|
<property name="title">
|
|
<string>Output Scaling</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_Upscaling_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="outputScalingMode"/>
|
|
</item>
|
|
<item>
|
|
<widget class="Line" name="line">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="fsrSharpeningStrengthWidget" native="true">
|
|
<layout class="QVBoxLayout" name="fsrSharpeningWidgetLayout">
|
|
<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="fsrSharpeningStrengthLabel">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>RCAS Sharpening Strength</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
|
|
</property>
|
|
<property name="margin">
|
|
<number>1</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="fsrSharpeningLayoutTop">
|
|
<item>
|
|
<widget class="QLabel" name="minSharpeningVal">
|
|
<property name="text">
|
|
<string>0</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="fsrSharpeningStrength">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="maxSharpeningVal">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>100</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="fsrSharpeningLayoutBottom" stretch="1,0">
|
|
<item>
|
|
<widget class="QLabel" name="fsrSharpeningStrengthVal">
|
|
<property name="text">
|
|
<string>0</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="fsrSharpeningStrengthReset">
|
|
<property name="text">
|
|
<string>Reset</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="gpu_tab_layout_middle_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>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="gpuTabLayoutRight">
|
|
<property name="rightMargin">
|
|
<number>12</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>12</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_shader_mode">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>123</height>
|
|
</size>
|
|
</property>
|
|
<property name="title">
|
|
<string>Shader Mode</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QRadioButton" name="rb_legacy_recompiler">
|
|
<property name="text">
|
|
<string notr="true">Legacy (single threaded)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="rb_async_recompiler">
|
|
<property name="text">
|
|
<string notr="true">Async (multi threaded)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="rb_async_with_shader_interpreter">
|
|
<property name="text">
|
|
<string notr="true">Async with Shader Interpreter</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="rb_shader_interpreter_only">
|
|
<property name="text">
|
|
<string notr="true">Shader Interpreter only</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_shader_compiler_threads">
|
|
<property name="title">
|
|
<string>Number of Shader Compiler Threads</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_shader_compiler_threads_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="shaderCompilerThreads"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_additional_settings">
|
|
<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="strictModeRendering">
|
|
<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="multithreadedRSX">
|
|
<property name="text">
|
|
<string>Multithreaded RSX</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="asyncTextureStreaming">
|
|
<property name="text">
|
|
<string>Asynchronous Texture Streaming</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>
|
|
</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_format">
|
|
<property name="title">
|
|
<string>Audio Format</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_audio_format_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="combo_audio_format"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QListWidget" name="list_audio_formats">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="selectionMode">
|
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
</property>
|
|
</widget>
|
|
</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="convert">
|
|
<property name="text">
|
|
<string>Convert to 16-bit</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="audioDump">
|
|
<property name="text">
|
|
<string>Dump to File</string>
|
|
</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>
|
|
<item>
|
|
<spacer name="verticalSpacerAudioLeft">
|
|
<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="audioTabLayoutTopMiddle">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_audio_device">
|
|
<property name="title">
|
|
<string>Audio Device</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_audio_device_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="audioDeviceBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_audio_provider">
|
|
<property name="title">
|
|
<string>Audio Provider</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_audio_provider_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="audioProviderBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_audio_avport">
|
|
<property name="title">
|
|
<string>RSXAudio Avport</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_audio_avport_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="audioAvportBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_music_handler">
|
|
<property name="title">
|
|
<string>Music Handler</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_music_handler_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="musicHandlerBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<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>
|
|
<item>
|
|
<spacer name="verticalSpacerAudioRight">
|
|
<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>
|
|
<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="QGridLayout" name="ioGridLayout" columnstretch="1,1,1">
|
|
<item row="2" column="2">
|
|
<widget class="QGroupBox" name="gb_ghltar_emulated">
|
|
<property name="title">
|
|
<string>Guitar Hero Live Emulated Guitar</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_ghltar_emulated_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="ghltarBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<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>
|
|
<item row="1" column="2">
|
|
<widget class="QGroupBox" name="gb_turntable_emulated">
|
|
<property name="title">
|
|
<string>DJ Hero Emulated Turntable</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_turntable_emulated_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="turntableBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<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 row="0" column="2">
|
|
<widget class="QGroupBox" name="gb_buzz_emulated">
|
|
<property name="title">
|
|
<string>Buzz! Emulated Controller</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_buzz_emulated_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="buzzBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<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 row="3" column="0">
|
|
<widget class="QGroupBox" name="gb_pad_mode">
|
|
<property name="title">
|
|
<string>Pad Handler Mode</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_pad_mode_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="padModeBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<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 row="3" column="1">
|
|
<widget class="QGroupBox" name="gb_camera_flip">
|
|
<property name="title">
|
|
<string>Camera Flip</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_camera_flip_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="cameraFlipBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QGroupBox" name="gb_camera_id">
|
|
<property name="title">
|
|
<string>Camera</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="camera_id_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="cameraIdBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QGroupBox" name="gb_camera_setting">
|
|
<property name="title">
|
|
<string>Camera Handler</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_camera_setting_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="cameraBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="2">
|
|
<widget class="QGroupBox" name="gb_midi_1">
|
|
<property name="title">
|
|
<string>Emulated MIDI Device 1</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="midLayout1">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="midiHLayout1" stretch="1,2">
|
|
<item>
|
|
<widget class="QComboBox" name="midiTypeBox1"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="midiDeviceBox1"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="2">
|
|
<widget class="QGroupBox" name="gb_midi_3">
|
|
<property name="title">
|
|
<string>Emulated MIDI Device 3</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="midLayout3">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="midiHLayout3" stretch="1,2">
|
|
<item>
|
|
<widget class="QComboBox" name="midiTypeBox3"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="midiDeviceBox3"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="2">
|
|
<widget class="QGroupBox" name="gb_midi_2">
|
|
<property name="title">
|
|
<string>Emulated MIDI Device 2</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="midLayout2">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="midiHLayout2" stretch="1,2">
|
|
<item>
|
|
<widget class="QComboBox" name="midiTypeBox2"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="midiDeviceBox2"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="0" rowspan="2">
|
|
<widget class="QGroupBox" name="gb_additional_io_settings">
|
|
<property name="title">
|
|
<string>Additional Settings</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="layout_gb_additional_io_settings">
|
|
<item>
|
|
<widget class="QCheckBox" name="backgroundInputBox">
|
|
<property name="text">
|
|
<string>Enable Background Input</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="padConnectionBox">
|
|
<property name="text">
|
|
<string>Keep Pads Connected</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="showMoveCursorBox">
|
|
<property name="text">
|
|
<string>Show PS Move Cursor</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="lockOverlayInputToPlayerOne">
|
|
<property name="text">
|
|
<string>Lock Overlay Input To Player One</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacerIoAdditionalSettings">
|
|
<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="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" stretch="0,0,0,0,1,0">
|
|
<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="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="QGroupBox" name="gb_console_time">
|
|
<property name="title">
|
|
<string>Console Time</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QDateTimeEdit" name="console_time_edit">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>10</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="layoutDirection">
|
|
<enum>Qt::LeftToRight</enum>
|
|
</property>
|
|
<property name="wrapping">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="frame">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="buttonSymbols">
|
|
<enum>QAbstractSpinBox::UpDownArrows</enum>
|
|
</property>
|
|
<property name="accelerated">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="showGroupSeparator" stdset="0">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="calendarPopup">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="console_time_reset">
|
|
<property name="text">
|
|
<string>Set to Now</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</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" stretch="0,1,0">
|
|
<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,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>
|
|
<widget class="QGroupBox" name="gb_edit_bind">
|
|
<property name="title">
|
|
<string>Bind address</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_edit_bind_layout">
|
|
<item>
|
|
<widget class="QLineEdit" name="edit_bind">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="enable_upnp">
|
|
<property name="text">
|
|
<string>Enable UPNP</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="networkTabSpacerLeft">
|
|
<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_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>
|
|
<spacer name="networkTabSpacerRight">
|
|
<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="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" stretch="1,0,0">
|
|
<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="accurateDFMA">
|
|
<property name="text">
|
|
<string>Accurate DFMA</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="accurateRSXAccess">
|
|
<property name="text">
|
|
<string>Accurate RSX reservation access</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="accurateSpuDMA">
|
|
<property name="text">
|
|
<string>Accurate SPU DMA</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="ppuNJFixup">
|
|
<property name="text">
|
|
<string>PPU Non-Java Mode Fixup</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="fixupPPUVNAN">
|
|
<property name="text">
|
|
<string>PPU Vector NaN Fixup</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="ppuPrecompilation">
|
|
<property name="text">
|
|
<string>PPU LLVM Precompilation</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="mfcDelayCommand">
|
|
<property name="text">
|
|
<string>Delay each odd MFC Command</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="suspendSavestates">
|
|
<property name="text">
|
|
<string>Suspend-Emulation Savestates Mode</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_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="advancedTabSpacerLeft">
|
|
<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="advancedTabLayoutMiddle">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_libs">
|
|
<property name="title">
|
|
<string>Firmware Libraries</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_libs_layout">
|
|
<item>
|
|
<widget class="QListWidget" name="hleList">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="selectionMode">
|
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<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>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="gb_lleLibs_layout" stretch="1,0">
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="sizeConstraint">
|
|
<enum>QLayout::SetNoConstraint</enum>
|
|
</property>
|
|
<item>
|
|
<widget class="QLineEdit" name="searchBox"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="resetLleList">
|
|
<property name="text">
|
|
<string>Reset</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</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="disableVertexCache">
|
|
<property name="text">
|
|
<string>Disable Vertex Cache</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="allowHostGPULabels">
|
|
<property name="text">
|
|
<string>Allow Host GPU Labels (Experimental)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="disableMslFastMath">
|
|
<property name="text">
|
|
<string>Disable MSL Fast Math</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_vulkansched">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>Vulkan Queue Scheduler</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_vksched_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="vulkansched"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_rsx_fifo_accuracy">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>RSX FIFO Accuracy</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_rsx_fifo_accuracy_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="FIFOAccuracy"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_exclusiveFullscreen">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>Exclusive Fullscreen Mode</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_exclusiveFullscreen_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="exclusiveFullscreenMode"/>
|
|
</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>
|
|
<item>
|
|
<widget class="QCheckBox" name="vblankNTSCFixup">
|
|
<property name="text">
|
|
<string>VBlank NTSC Fixup</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="advancedTabSpacerRight">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>13</width>
|
|
<height>13</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" stretch="0,1,0">
|
|
<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="pauseOnFocusLoss">
|
|
<property name="text">
|
|
<string>Pause emulation on RPCS3 focus loss</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="pausedSavestates">
|
|
<property name="text">
|
|
<string>Pause emulation after loading savestates</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="pauseDuringHomeMenu">
|
|
<property name="text">
|
|
<string>Pause emulation during home menu</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="showPPUCompilationHint">
|
|
<property name="text">
|
|
<string>Show PPU compilation hint</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="showShaderCompilationHint">
|
|
<property name="text">
|
|
<string>Show shader compilation hint</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="useNativeInterface">
|
|
<property name="text">
|
|
<string>Use native user interface</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_disableKbHotkeys">
|
|
<property name="text">
|
|
<string>Ignore keyboard hotkeys</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="gs_showMouseInFullscreen">
|
|
<property name="text">
|
|
<string>Show mouse cursor in Fullscreen</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="gs_lockMouseInFullscreen">
|
|
<property name="text">
|
|
<string>Lock mouse cursor in Fullscreen</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="gs_hideMouseOnIdle_widget" native="true">
|
|
<layout class="QHBoxLayout" name="gs_hideMouseOnIdle_layout" stretch="0,0">
|
|
<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="QCheckBox" name="gs_hideMouseOnIdle">
|
|
<property name="text">
|
|
<string>Hide mouse cursor if idle</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSpinBox" name="gs_hideMouseOnIdleTime">
|
|
<property name="accelerated">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="correctionMode">
|
|
<enum>QAbstractSpinBox::CorrectToNearestValue</enum>
|
|
</property>
|
|
<property name="keyboardTracking">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="suffix">
|
|
<string>ms</string>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>200</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>99999</number>
|
|
</property>
|
|
<property name="stepType">
|
|
<enum>QAbstractSpinBox::DefaultStepType</enum>
|
|
</property>
|
|
<property name="value">
|
|
<number>2000</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="gs_resizeOnBoot_widget" native="true">
|
|
<layout class="QVBoxLayout" name="gs_resizeOnBoot_layout">
|
|
<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="QCheckBox" name="gs_resizeOnBoot">
|
|
<property name="text">
|
|
<string>Resize game window on boot</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="gs_resizeOnBootManual">
|
|
<property name="text">
|
|
<string>Resize manually</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>
|
|
</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>
|
|
<widget class="QWidget" name="perf_overlay_framerate_datapoints" native="true">
|
|
<layout class="QVBoxLayout" name="layout_perf_overlay_framerate_datapoints">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="label_framerate_datapoints">
|
|
<property name="text">
|
|
<string>Framerate datapoints:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="slider_framerate_datapoints">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="perf_overlay_frametime_datapoints" native="true">
|
|
<layout class="QVBoxLayout" name="layout_perf_overlay_frametime_datapoints">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="label_frametime_datapoints">
|
|
<property name="text">
|
|
<string>Frametime datapoints:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="slider_frametime_datapoints">
|
|
<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" stretch="0,1,0">
|
|
<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>
|
|
</layout>
|
|
</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>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="guiTabLayoutMiddle">
|
|
<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>
|
|
<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>
|
|
</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_show_obsolete_cfg_dialog">
|
|
<property name="text">
|
|
<string>Show Obsolete Settings Dialog</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="cb_show_same_buttons_dialog">
|
|
<property name="text">
|
|
<string>Show Duplicate Buttons Dialog</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="cb_show_restart_hint">
|
|
<property name="text">
|
|
<string>Show Restart Dialog</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_updates">
|
|
<property name="title">
|
|
<string>Check for updates on startup</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="layout_gb_updates">
|
|
<item>
|
|
<widget class="QComboBox" name="combo_updates"/>
|
|
</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>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_uuid">
|
|
<property name="title">
|
|
<string>Installation ID</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_uuid_layout">
|
|
<item>
|
|
<widget class="QLabel" name="label_uuid">
|
|
<property name="text">
|
|
<string>UUID-placeholder</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pb_uuid">
|
|
<property name="text">
|
|
<string>Create new ID</string>
|
|
</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" stretch="0,1,0">
|
|
<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="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="disableFIFOReordering">
|
|
<property name="text">
|
|
<string>Disable FIFO Reordering</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="disableVideoOutput">
|
|
<property name="text">
|
|
<string>Disable Video Output</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="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="gpuTextureScaling">
|
|
<property name="text">
|
|
<string>Force GPU Texture Scaling</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="renderdocCompatibility">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Renderdoc Compatibility Mode</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="strictTextureFlushing">
|
|
<property name="text">
|
|
<string>Strict Texture Flushing</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>
|
|
<spacer name="verticalSpacerDebugGPU">
|
|
<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_debug_core">
|
|
<property name="title">
|
|
<string>Core</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_debug_core_layout">
|
|
<item>
|
|
<widget class="QCheckBox" name="alwaysStart">
|
|
<property name="text">
|
|
<string>Automatically start games after boot</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="perfReport">
|
|
<property name="text">
|
|
<string>Enable performance report</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="hookStFunc">
|
|
<property name="text">
|
|
<string>Hook static functions</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<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="mfcDebug">
|
|
<property name="text">
|
|
<string>MFC 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="accuratePPUSAT">
|
|
<property name="text">
|
|
<string>Accurate PPU Saturation Bit</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="accuratePPUNJ">
|
|
<property name="text">
|
|
<string>Accurate PPU Non-Java Mode</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="accuratePPUVNAN">
|
|
<property name="text">
|
|
<string>Accurate PPU Vector NaN Handling</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="accuratePPUFPCC">
|
|
<property name="text">
|
|
<string>Accurate PPU Float Condition Control</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="accurateClineStores">
|
|
<property name="text">
|
|
<string>Accurate Cache Line Stores</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacerDebugCore">
|
|
<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="QWidget" name="debug_more_stuff" native="true">
|
|
<layout class="QVBoxLayout" name="debug_more_stuff_layout">
|
|
<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_accurate_ppu_128">
|
|
<property name="title">
|
|
<string>Accurate PPU 128 Reservations</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_accurate_ppu_128_layout">
|
|
<item>
|
|
<widget class="QComboBox" name="combo_accurate_ppu_128"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_num_ppu_threads">
|
|
<property name="title">
|
|
<string>PPU Thread Count</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="vbl_num_ppu_threads">
|
|
<item>
|
|
<widget class="QComboBox" name="combo_num_ppu_threads"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_Level_of_Detail">
|
|
<property name="title">
|
|
<string>LOD Bias Offset</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="gb_Level_of_Detail_Layout">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="TextureLODBiasLayout">
|
|
<item>
|
|
<widget class="QDoubleSpinBox" name="TextureLODBias"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="TextureLODBiasReset">
|
|
<property name="text">
|
|
<string>Reset</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacerDebugMore">
|
|
<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="debugTabSpacer">
|
|
<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_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>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
<property name="standardButtons">
|
|
<set>QDialogButtonBox::Apply|QDialogButtonBox::Close|QDialogButtonBox::RestoreDefaults|QDialogButtonBox::Save</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources>
|
|
<include location="../resources.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|