mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 11:03:56 +00:00
691 lines
19 KiB
XML
691 lines
19 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>ConfigurePerGame</class>
|
|
<widget class="QDialog" name="ConfigurePerGame">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>900</width>
|
|
<height>607</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>640</width>
|
|
<height>480</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Properties</string>
|
|
</property>
|
|
<property name="templateStyleSheet" stdset="0">
|
|
<string>QDialog {
|
|
background-color: %%BACKGROUND_COLOR%%;
|
|
color: %%TEXT_COLOR%%;
|
|
}
|
|
|
|
QWidget {
|
|
background-color: %%BACKGROUND_COLOR%%;
|
|
color: %%TEXT_COLOR%%;
|
|
}
|
|
|
|
QStackedWidget {
|
|
background-color: %%BACKGROUND_COLOR%%;
|
|
border: 1px solid %%SECONDARY_BG_COLOR%%;
|
|
border-radius: 8px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
QScrollArea {
|
|
background-color: %%BACKGROUND_COLOR%%;
|
|
border: none;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
QScrollArea > QWidget > QWidget {
|
|
background-color: %%BACKGROUND_COLOR%%;
|
|
}
|
|
|
|
QScrollBar:vertical {
|
|
background-color: %%SECONDARY_BG_COLOR%%;
|
|
width: 14px;
|
|
border-radius: 7px;
|
|
margin: 2px;
|
|
}
|
|
|
|
QScrollBar::handle:vertical {
|
|
background-color: %%TERTIARY_BG_COLOR%%;
|
|
border-radius: 6px;
|
|
min-height: 30px;
|
|
margin: 1px;
|
|
}
|
|
|
|
QScrollBar::handle:vertical:hover {
|
|
background-color: %%ACCENT_COLOR%%;
|
|
}
|
|
|
|
QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical {
|
|
border: none;
|
|
background: none;
|
|
height: 0px;
|
|
}
|
|
|
|
QScrollBar:horizontal {
|
|
background-color: %%SECONDARY_BG_COLOR%%;
|
|
height: 14px;
|
|
border-radius: 7px;
|
|
margin: 2px;
|
|
}
|
|
|
|
QScrollBar::handle:horizontal {
|
|
background-color: %%TERTIARY_BG_COLOR%%;
|
|
border-radius: 6px;
|
|
min-width: 30px;
|
|
margin: 1px;
|
|
}
|
|
|
|
QScrollBar::handle:horizontal:hover {
|
|
background-color: %%ACCENT_COLOR%%;
|
|
}
|
|
|
|
QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal {
|
|
border: none;
|
|
background: none;
|
|
width: 0px;
|
|
}
|
|
|
|
QPushButton#tabButton {
|
|
background-color: %%BUTTON_BG_COLOR%%;
|
|
color: %%TEXT_COLOR%%;
|
|
padding: 8px 18px;
|
|
margin-right: 2px;
|
|
border-top-left-radius: 8px;
|
|
border-top-right-radius: 8px;
|
|
border-bottom: none;
|
|
min-width: 100px;
|
|
font-weight: bold;
|
|
font-size: 10pt;
|
|
border: 1px solid %%SECONDARY_BG_COLOR%%;
|
|
}
|
|
|
|
QPushButton#tabButton:checked {
|
|
background-color: %%ACCENT_COLOR%%;
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
border-color: %%ACCENT_COLOR%%;
|
|
}
|
|
|
|
QPushButton#tabButton:hover:!checked {
|
|
background-color: %%HOVER_BG_COLOR%%;
|
|
border-color: %%TERTIARY_BG_COLOR%%;
|
|
}
|
|
|
|
QPushButton#tabButton:pressed {
|
|
background-color: %%ACCENT_COLOR_PRESSED%%;
|
|
}
|
|
|
|
QGroupBox {
|
|
font-weight: bold;
|
|
border: 1px solid %%SECONDARY_BG_COLOR%%;
|
|
border-radius: 8px;
|
|
margin-top: 12px;
|
|
padding-top: 12px;
|
|
background-color: %%BACKGROUND_COLOR%%;
|
|
color: %%TEXT_COLOR%%;
|
|
}
|
|
|
|
QGroupBox::title {
|
|
subcontrol-origin: margin;
|
|
left: 12px;
|
|
padding: 0 8px 0 8px;
|
|
color: %%TEXT_COLOR%%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
QCheckBox {
|
|
color: %%TEXT_COLOR%%;
|
|
spacing: 10px;
|
|
padding: 4px;
|
|
background-color: transparent;
|
|
}
|
|
|
|
QCheckBox::indicator {
|
|
width: 18px;
|
|
height: 18px;
|
|
border: 2px solid %%TERTIARY_BG_COLOR%%;
|
|
border-radius: 4px;
|
|
background-color: %%SECONDARY_BG_COLOR%%;
|
|
}
|
|
|
|
QCheckBox::indicator:checked {
|
|
background-color: %%ACCENT_COLOR%%;
|
|
border-color: %%ACCENT_COLOR%%;
|
|
}
|
|
|
|
QCheckBox::indicator:hover {
|
|
border-color: %%ACCENT_COLOR%%;
|
|
}
|
|
|
|
QComboBox {
|
|
background-color: %%SECONDARY_BG_COLOR%%;
|
|
border: 1px solid %%TERTIARY_BG_COLOR%%;
|
|
border-radius: 6px;
|
|
padding: 8px 12px;
|
|
color: %%TEXT_COLOR%%;
|
|
min-width: 120px;
|
|
min-height: 28px;
|
|
selection-background-color: %%ACCENT_COLOR%%;
|
|
}
|
|
|
|
QComboBox:hover {
|
|
border-color: %%ACCENT_COLOR%%;
|
|
background-color: %%HOVER_BG_COLOR%%;
|
|
}
|
|
|
|
QComboBox:focus {
|
|
border-color: %%ACCENT_COLOR%%;
|
|
background-color: %%FOCUS_BG_COLOR%%;
|
|
}
|
|
|
|
QComboBox::drop-down {
|
|
border: none;
|
|
width: 25px;
|
|
subcontrol-origin: padding;
|
|
subcontrol-position: top right;
|
|
background-color: transparent;
|
|
}
|
|
|
|
QComboBox QAbstractItemView {
|
|
background-color: %%SECONDARY_BG_COLOR%%;
|
|
border: 1px solid %%ACCENT_COLOR%%;
|
|
selection-background-color: %%ACCENT_COLOR%%;
|
|
color: %%TEXT_COLOR%%;
|
|
outline: none;
|
|
}
|
|
|
|
QComboBox QAbstractItemView::item {
|
|
padding: 8px;
|
|
border: none;
|
|
background-color: transparent;
|
|
}
|
|
|
|
QComboBox QAbstractItemView::item:selected {
|
|
background-color: %%ACCENT_COLOR%%;
|
|
color: #ffffff;
|
|
}
|
|
|
|
QComboBox QAbstractItemView::item:hover {
|
|
background-color: %%ACCENT_COLOR_HOVER%%;
|
|
color: #ffffff;
|
|
}
|
|
|
|
QLineEdit {
|
|
background-color: %%SECONDARY_BG_COLOR%%;
|
|
border: 1px solid %%TERTIARY_BG_COLOR%%;
|
|
border-radius: 6px;
|
|
padding: 8px 12px;
|
|
color: %%TEXT_COLOR%%;
|
|
min-height: 20px;
|
|
selection-background-color: %%ACCENT_COLOR%%;
|
|
}
|
|
|
|
QLineEdit:focus {
|
|
border-color: %%ACCENT_COLOR%%;
|
|
background-color: %%FOCUS_BG_COLOR%%;
|
|
}
|
|
|
|
QPushButton {
|
|
background-color: %%ACCENT_COLOR%%;
|
|
color: #ffffff;
|
|
border: none;
|
|
padding: 10px 20px;
|
|
border-radius: 6px;
|
|
font-weight: bold;
|
|
min-height: 20px;
|
|
}
|
|
|
|
QPushButton:hover {
|
|
background-color: %%ACCENT_COLOR_HOVER%%;
|
|
}
|
|
|
|
QPushButton:pressed {
|
|
background-color: %%ACCENT_COLOR_PRESSED%%;
|
|
}
|
|
|
|
QPushButton:disabled {
|
|
background-color: %%TERTIARY_BG_COLOR%%;
|
|
color: %%DISABLED_TEXT_COLOR%%;
|
|
}
|
|
|
|
QToolButton {
|
|
background-color: %%ACCENT_COLOR%%;
|
|
color: #ffffff;
|
|
border: none;
|
|
padding: 8px 12px;
|
|
border-radius: 6px;
|
|
font-weight: bold;
|
|
min-width: 32px;
|
|
min-height: 24px;
|
|
}
|
|
|
|
QToolButton:hover {
|
|
background-color: %%ACCENT_COLOR_HOVER%%;
|
|
}
|
|
|
|
QToolButton:pressed {
|
|
background-color: %%ACCENT_COLOR_PRESSED%%;
|
|
}
|
|
|
|
QLabel {
|
|
color: %%TEXT_COLOR%%;
|
|
background-color: transparent;
|
|
padding: 2px;
|
|
}
|
|
|
|
QListWidget {
|
|
background-color: %%SECONDARY_BG_COLOR%%;
|
|
border: 1px solid %%TERTIARY_BG_COLOR%%;
|
|
border-radius: 6px;
|
|
color: %%TEXT_COLOR%%;
|
|
padding: 4px;
|
|
}
|
|
|
|
QListWidget::item {
|
|
padding: 8px;
|
|
border-radius: 4px;
|
|
margin: 1px;
|
|
}
|
|
|
|
QListWidget::item:selected {
|
|
background-color: %%ACCENT_COLOR%%;
|
|
color: #ffffff;
|
|
}
|
|
|
|
QListWidget::item:hover:!selected {
|
|
background-color: %%HOVER_BG_COLOR%%;
|
|
}
|
|
|
|
QSlider::groove:horizontal {
|
|
height: 8px;
|
|
background: %%SECONDARY_BG_COLOR%%;
|
|
border-radius: 4px;
|
|
border: 1px solid %%TERTIARY_BG_COLOR%%;
|
|
}
|
|
|
|
QSlider::sub-page:horizontal {
|
|
background: %%ACCENT_COLOR%%;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
QSlider::add-page:horizontal {
|
|
background: %%SECONDARY_BG_COLOR%%;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
QSlider::handle:horizontal {
|
|
background-color: %%ACCENT_COLOR%%;
|
|
border: 1px solid %%ACCENT_COLOR%%;
|
|
width: 18px;
|
|
margin: -5px 0;
|
|
border-radius: 9px;
|
|
}
|
|
|
|
QSlider::handle:horizontal:hover {
|
|
background-color: %%ACCENT_COLOR_HOVER%%;
|
|
}
|
|
|
|
QSpinBox, QDoubleSpinBox {
|
|
background-color: %%SECONDARY_BG_COLOR%%;
|
|
border: 1px solid %%TERTIARY_BG_COLOR%%;
|
|
border-radius: 6px;
|
|
padding: 6px;
|
|
color: %%TEXT_COLOR%%;
|
|
min-height: 20px;
|
|
}
|
|
|
|
QSpinBox:focus, QDoubleSpinBox:focus {
|
|
border-color: %%ACCENT_COLOR%%;
|
|
background-color: %%FOCUS_BG_COLOR%%;
|
|
}
|
|
|
|
QRadioButton {
|
|
color: %%TEXT_COLOR%%;
|
|
spacing: 8px;
|
|
padding: 4px;
|
|
}
|
|
|
|
QRadioButton::indicator {
|
|
width: 16px;
|
|
height: 16px;
|
|
border: 2px solid %%TERTIARY_BG_COLOR%%;
|
|
border-radius: 8px;
|
|
background-color: %%SECONDARY_BG_COLOR%%;
|
|
}
|
|
|
|
QRadioButton::indicator:checked {
|
|
background-color: %%ACCENT_COLOR%%;
|
|
border-color: %%ACCENT_COLOR%%;
|
|
}
|
|
|
|
QRadioButton::indicator:hover {
|
|
border-color: %%ACCENT_COLOR%%;
|
|
}
|
|
</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QScrollArea" name="scrollArea">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>320</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="widgetResizable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>318</width>
|
|
<height>600</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>600</height>
|
|
</size>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
<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="groupBox">
|
|
<property name="title">
|
|
<string>Info</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item alignment="Qt::AlignHCenter">
|
|
<widget class="QGraphicsView" name="icon_view">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>256</width>
|
|
<height>256</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>256</width>
|
|
<height>256</height>
|
|
</size>
|
|
</property>
|
|
<property name="verticalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
</property>
|
|
<property name="horizontalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
</property>
|
|
<property name="interactive">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
<item row="6" column="1">
|
|
<widget class="QLineEdit" name="display_size">
|
|
<property name="enabled"><bool>true</bool></property>
|
|
<property name="readOnly"><bool>true</bool></property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<widget class="QLineEdit" name="display_version">
|
|
<property name="enabled"><bool>true</bool></property>
|
|
<property name="readOnly"><bool>true</bool></property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label"><property name="text"><string>Name</string></property></widget>
|
|
</item>
|
|
<item row="4" column="0">
|
|
<widget class="QLabel" name="label_4"><property name="text"><string>Title ID</string></property></widget>
|
|
</item>
|
|
<item row="4" column="1">
|
|
<widget class="QLineEdit" name="display_title_id">
|
|
<property name="enabled"><bool>true</bool></property>
|
|
<property name="readOnly"><bool>true</bool></property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="1">
|
|
<widget class="QLineEdit" name="display_filename">
|
|
<property name="enabled"><bool>true</bool></property>
|
|
<property name="readOnly"><bool>true</bool></property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="1">
|
|
<widget class="QLineEdit" name="display_format">
|
|
<property name="enabled"><bool>true</bool></property>
|
|
<property name="readOnly"><bool>true</bool></property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="0">
|
|
<widget class="QLabel" name="label_7"><property name="text"><string>Filename</string></property></widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QLineEdit" name="display_name">
|
|
<property name="enabled"><bool>true</bool></property>
|
|
<property name="readOnly"><bool>true</bool></property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QLineEdit" name="display_developer">
|
|
<property name="enabled"><bool>true</bool></property>
|
|
<property name="readOnly"><bool>true</bool></property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="0">
|
|
<widget class="QLabel" name="label_5"><property name="text"><string>Format</string></property></widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="QLabel" name="label_3"><property name="text"><string>Version</string></property></widget>
|
|
</item>
|
|
<item row="6" column="0">
|
|
<widget class="QLabel" name="label_6"><property name="text"><string>Size</string></property></widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="label_2"><property name="text"><string>Developer</string></property></widget>
|
|
</item>
|
|
<item row="8" column="0">
|
|
<widget class="QLabel" name="label_build_id"><property name="text"><string>Base Build ID</string></property></widget>
|
|
</item>
|
|
<item row="8" column="1">
|
|
<widget class="QLineEdit" name="display_build_id">
|
|
<property name="enabled"><bool>true</bool></property>
|
|
<property name="readOnly"><bool>true</bool></property>
|
|
</widget>
|
|
</item>
|
|
<item row="9" column="0">
|
|
<widget class="QLabel" name="label_update_build_id"><property name="text"><string>Update Build ID</string></property></widget>
|
|
</item>
|
|
<item row="9" column="1">
|
|
<widget class="QLineEdit" name="display_update_build_id">
|
|
<property name="enabled"><bool>true</bool></property>
|
|
<property name="readOnly"><bool>true</bool></property>
|
|
</widget>
|
|
</item>
|
|
<item row="10" column="0" colspan="2">
|
|
<widget class="QPushButton" name="trim_xci_button">
|
|
<property name="text"><string>Trim XCI File</string></property>
|
|
<property name="toolTip"><string>Remove unused space from XCI file to reduce file size</string></property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</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>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="VerticalLayout">
|
|
<item>
|
|
<widget class="QScrollArea" name="tabButtonsScrollArea">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>60</height>
|
|
</size>
|
|
</property>
|
|
<property name="verticalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
</property>
|
|
<property name="horizontalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAsNeeded</enum>
|
|
</property>
|
|
<property name="widgetResizable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<widget class="QWidget" name="tabButtonsContainer">
|
|
<layout class="QHBoxLayout" name="tabButtonsLayout">
|
|
<property name="spacing">
|
|
<number>2</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>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QStackedWidget" name="stackedWidget">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<item>
|
|
<widget class="QLabel" name="label_8">
|
|
<property name="text">
|
|
<string>Some settings are only available when a game is not running.</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="standardButtons">
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>buttonBox</sender>
|
|
<signal>accepted()</signal>
|
|
<receiver>ConfigurePerGame</receiver>
|
|
<slot>accept()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>20</x>
|
|
<y>20</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>20</x>
|
|
<y>20</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>buttonBox</sender>
|
|
<signal>rejected()</signal>
|
|
<receiver>ConfigurePerGame</receiver>
|
|
<slot>reject()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>20</x>
|
|
<y>20</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>20</x>
|
|
<y>20</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|