mirror of
https://github.com/azahar-emu/azahar.git
synced 2025-03-04 17:55:22 +01:00
54 lines
1.2 KiB
Plaintext
54 lines
1.2 KiB
Plaintext
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>ConfigureWeb</class>
|
||
|
<widget class="QWidget" name="ConfigureWeb">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>996</width>
|
||
|
<height>561</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Form</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="discord_group">
|
||
|
<property name="title">
|
||
|
<string>Discord Presence</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout_21">
|
||
|
<item>
|
||
|
<widget class="QCheckBox" name="toggle_discordrpc">
|
||
|
<property name="text">
|
||
|
<string>Show Current Game in your Discord Status</string>
|
||
|
</property>
|
||
|
</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>
|
||
|
<tabstops>
|
||
|
<tabstop>toggle_discordrpc</tabstop>
|
||
|
</tabstops>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|