This repository has been archived on 2020-08-28. You can view files and clone it, but cannot push or open issues or pull requests.
newgrounds-audio-downloader/GUI/SettingsDialog.ui
H1K0 fe7d0c178a Multilingualized
Now there're English, Russian and Japanese languages
2020-08-24 16:56:41 +03:00

231 lines
5.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>240</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>400</width>
<height>240</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>400</width>
<height>240</height>
</size>
</property>
<property name="windowTitle">
<string>Settings</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>../settings.ico</normaloff>../settings.ico</iconset>
</property>
<widget class="QDialogButtonBox" name="btnx">
<property name="geometry">
<rect>
<x>30</x>
<y>190</y>
<width>341</width>
<height>32</height>
</rect>
</property>
<property name="font">
<font>
<family>Cooper Black</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
<widget class="QLabel" name="title">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>351</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>851MkPOP</family>
<pointsize>22</pointsize>
</font>
</property>
<property name="text">
<string>Settings</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="Line" name="hr">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>371</width>
<height>20</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_lang">
<property name="geometry">
<rect>
<x>20</x>
<y>90</y>
<width>351</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>Century Gothic</family>
<pointsize>14</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="text">
<string>Language</string>
</property>
<property name="alignment">
<set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
</property>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>20</x>
<y>120</y>
<width>351</width>
<height>51</height>
</rect>
</property>
<layout class="QHBoxLayout" name="lang_select">
<item>
<widget class="QRadioButton" name="rbtn_en">
<property name="font">
<font>
<family>Courier New</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="toolTip">
<string>(E)</string>
</property>
<property name="text">
<string>English</string>
</property>
<property name="shortcut">
<string>E</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rbtn_ru">
<property name="font">
<font>
<family>Century Gothic</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="toolTip">
<string>(R)</string>
</property>
<property name="text">
<string>Русский</string>
</property>
<property name="shortcut">
<string>R</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rbtn_jp">
<property name="enabled">
<bool>true</bool>
</property>
<property name="font">
<font>
<family>Rounded Mplus 1c</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="toolTip">
<string>(N)</string>
</property>
<property name="text">
<string>日本語</string>
</property>
<property name="shortcut">
<string>N</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>btnx</sender>
<signal>accepted()</signal>
<receiver>Dialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>btnx</sender>
<signal>rejected()</signal>
<receiver>Dialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>