diff options
Diffstat (limited to 'about.ui')
| -rw-r--r-- | about.ui | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/about.ui b/about.ui new file mode 100644 index 0000000..d5737ef --- /dev/null +++ b/about.ui @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>About</class> + <widget class="QDialog" name="About"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>300</height> + </rect> + </property> + <property name="windowTitle"> + <string>About</string> + </property> + <widget class="QLabel" name="label_2"> + <property name="geometry"> + <rect> + <x>90</x> + <y>60</y> + <width>231</width> + <height>18</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + </font> + </property> + <property name="text"> + <string>Licensed with GPL-3.0</string> + </property> + </widget> + <widget class="QLabel" name="label"> + <property name="geometry"> + <rect> + <x>30</x> + <y>20</y> + <width>351</width> + <height>31</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + </font> + </property> + <property name="text"> + <string>AleePlayer 0.1 by Alee Productions</string> + </property> + </widget> + </widget> + <resources/> + <connections/> +</ui> |
