Updated the About dialog.

This commit is contained in:
LoRd_MuldeR 2016-05-08 17:07:50 +02:00
parent 6ca6b0ca11
commit cf723f7f26
3 changed files with 108 additions and 2 deletions

View File

@ -230,7 +230,7 @@ Released under the terms of the GNU General Public License, version 2.<br>
Please visit <a href="http://x264licensing.com/">http://x264licensing.com/</a> for obtaining a commercial x264 license.<br>
Read the <a href="http://mewiki.project357.com/wiki/X264_Settings">user's manual</a> to get started and use the <a href="http://forum.doom9.org/forumdisplay.php?f=77">support forum</a> for help!<br>
<br>
Note: Simple x264 Launcher is not affiliated with or endorsed by the x264 project.</tt></nobr>
Note: Simple x264 Launcher is <u>not</u> affiliated with or endorsed by the x264 project.</tt></nobr>
</string>
</property>
<property name="alignment">
@ -336,7 +336,112 @@ Released under the terms of the GNU General Public License, version 2.&lt;br&gt;
The x265 project is coordinated by &lt;a href=&quot;http://www.multicorewareinc.com/&quot;&gt;MultiCoreWare&lt;/a&gt;. See the &lt;a href=&quot;http://www.videolan.org/developers/x265.html&quot;&gt;web-site&lt;/a&gt; for details.&lt;br&gt;
Read the &lt;a href=&quot;http://goo.gl/smws42&quot;&gt;user's manual&lt;/a&gt; to get started and use the &lt;a href=&quot;https://forum.doom9.org/forumdisplay.php?f=81&quot;&gt;support forum&lt;/a&gt; for help!&lt;br&gt;
&lt;br&gt;
Note: Simple x264 Launcher is not affiliated with or endorsed by the x265 project.&lt;/tt&gt;&lt;/nobr&gt;
Note: Simple x264 Launcher is &lt;u&gt;not&lt;/u&gt; affiliated with or endorsed by the x265 project.&lt;/tt&gt;&lt;/nobr&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>NVEncC Encoder</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_15">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_11">
<property name="spacing">
<number>16</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>8</number>
</property>
<property name="rightMargin">
<number>8</number>
</property>
<property name="bottomMargin">
<number>8</number>
</property>
<item>
<layout class="QVBoxLayout" name="verticalLayout_13">
<item>
<widget class="QLabel" name="iconNVEncC">
<property name="minimumSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../res/resources.qrc">:/images/nvencc.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_7">
<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>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_14">
<item>
<widget class="QLabel" name="labelNVEncC">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="text">
<string>&lt;nobr&gt;&lt;tt&gt;&lt;b&gt;NVEncC - NVIDIA GPU encoding. Copyright (C) 1999-2016 rigaya.&lt;/b&gt;&lt;br&gt;
NVEnc front-end by rigayaりがや. Check rigaya's &lt;a href=&quot;https://onedrive.live.com/?id=6BDD4375AC8933C6!2293&amp;cid=6BDD4375AC8933C6&quot;&gt;OneDrive&lt;/a&gt; for the latest downloads.&lt;br&gt;
Released under the terms of the MIT License.&lt;br&gt;
&lt;br&gt;
The NVEncC software contains source code provided by &lt;a href=&quot;http://www.nvidia.com/object/cuda_home_new.html&quot;&gt;NVIDIA Corporation&lt;/a&gt;.&lt;br&gt;
CUDA SDK/Toolkit and NVIDIA Video Codec SDK are Copyright (C) NVIDIA Corporation.&lt;br&gt;
&lt;br&gt;
Note: Simple x264 Launcher is &lt;u&gt;not&lt;/u&gt; affiliated with or endorsed by NVIDIA.&lt;/tt&gt;&lt;/nobr&gt;
</string>
</property>
<property name="alignment">

BIN
res/images/nvencc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -58,6 +58,7 @@
<file>images/avisynth.png</file>
<file>images/loading.gif</file>
<file>images/movie.png</file>
<file>images/nvencc.png</file>
<file>images/python.png</file>
<file>images/spinner.gif</file>
<file>images/update.png</file>