mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 09:17:58 -05:00
54 lines
1.4 KiB
XML
54 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>ConfigureLinuxTab</class>
|
|
<widget class="QWidget" name="ConfigureLinuxTab">
|
|
<property name="accessibleName">
|
|
<string>Linux</string>
|
|
</property>
|
|
<layout class="QVBoxLayout">
|
|
<item>
|
|
<widget class="QGroupBox" name="LinuxGroupBox">
|
|
<property name="title">
|
|
<string>Linux</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="LinuxVerticalLayout_1">
|
|
<item>
|
|
<widget class="QWidget" name="linux_widget" native="true">
|
|
<layout class="QVBoxLayout" name="LinuxVerticalLayout_2">
|
|
<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>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|