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.
H1K0 fe7d0c178a Multilingualized
Now there're English, Russian and Japanese languages
2020-08-24 16:56:41 +03:00

199 lines
4.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>200</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>600</width>
<height>200</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>600</width>
<height>200</height>
</size>
</property>
<property name="windowTitle">
<string>Newgrounds Audio Downloader</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>../icon.ico</normaloff>../icon.ico</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="title">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>551</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>Comic Sans MS</family>
<pointsize>22</pointsize>
</font>
</property>
<property name="text">
<string>&lt;strong&gt;Newgrounds Audio Downloader&lt;/strong&gt; by &lt;em&gt;H1K0&lt;/em&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignBottom|Qt::AlignHCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="input">
<property name="geometry">
<rect>
<x>20</x>
<y>90</y>
<width>551</width>
<height>24</height>
</rect>
</property>
<property name="font">
<font>
<family>Maiandra GD</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="toolTip">
<string/>
</property>
<property name="placeholderText">
<string>Enter Newgrounds song ID.</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="btn">
<property name="geometry">
<rect>
<x>20</x>
<y>125</y>
<width>551</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>Cooper Black</family>
<pointsize>16</pointsize>
</font>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="toolTip">
<string>(Enter)</string>
</property>
<property name="text">
<string>Download!</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>23</height>
</rect>
</property>
<property name="font">
<font>
<family>Century Gothic</family>
<pointsize>10</pointsize>
</font>
</property>
<widget class="QMenu" name="menu">
<property name="font">
<font>
<family>Century Gothic</family>
<pointsize>9</pointsize>
</font>
</property>
<property name="cursor">
<cursorShape>ArrowCursor</cursorShape>
</property>
<property name="title">
<string>MENU</string>
</property>
<addaction name="actionSettings"/>
<addaction name="separator"/>
<addaction name="actionHelp"/>
</widget>
<addaction name="menu"/>
</widget>
<action name="settings">
<property name="text">
<string>Settings...</string>
</property>
<property name="shortcut">
<string>F1, Alt+S</string>
</property>
</action>
<action name="help">
<property name="text">
<string>Help</string>
</property>
<property name="shortcut">
<string>F1</string>
</property>
</action>
<action name="actionSettings">
<property name="icon">
<iconset>
<normaloff>../settings.ico</normaloff>../settings.ico</iconset>
</property>
<property name="text">
<string>Settings</string>
</property>
<property name="font">
<font>
<family>Century Gothic</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="shortcut">
<string>Alt+S</string>
</property>
</action>
<action name="actionHelp">
<property name="icon">
<iconset>
<normaloff>../help.ico</normaloff>../help.ico</iconset>
</property>
<property name="text">
<string>Help</string>
</property>
<property name="shortcut">
<string>F1</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>