mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-07-16 02:01:02 +00:00
80 lines
1.8 KiB
XML
80 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>shadps4guiClass</class>
|
|
<widget class="QMainWindow" name="shadps4guiClass">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>600</width>
|
|
<height>400</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>shadPS4</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget">
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<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>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>600</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuOpen">
|
|
<property name="title">
|
|
<string>Open</string>
|
|
</property>
|
|
<addaction name="actionInstall_PKG"/>
|
|
</widget>
|
|
<addaction name="menuOpen"/>
|
|
</widget>
|
|
<action name="actionInstall_PKG">
|
|
<property name="text">
|
|
<string>Install PKG</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>actionInstall_PKG</sender>
|
|
<signal>triggered()</signal>
|
|
<receiver>shadps4guiClass</receiver>
|
|
<slot>installPKG()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>-1</x>
|
|
<y>-1</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>299</x>
|
|
<y>199</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
<slots>
|
|
<slot>installPKG()</slot>
|
|
<slot>installFW()</slot>
|
|
</slots>
|
|
</ui>
|