aboutdialog.ui 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AboutDialog</class>
  4. <widget class="QDialog" name="AboutDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>616</width>
  10. <height>294</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>About yuzu</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_3">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1">
  19. <item>
  20. <layout class="QVBoxLayout" name="verticalLayout_2">
  21. <item>
  22. <widget class="QLabel" name="labelLogo">
  23. <property name="sizePolicy">
  24. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  25. <horstretch>0</horstretch>
  26. <verstretch>0</verstretch>
  27. </sizepolicy>
  28. </property>
  29. <property name="maximumSize">
  30. <size>
  31. <width>200</width>
  32. <height>200</height>
  33. </size>
  34. </property>
  35. <property name="text">
  36. <string/>
  37. </property>
  38. <property name="pixmap">
  39. <pixmap resource="../../dist/qt_themes/default/default.qrc">:/icons/default/256x256/yuzu.png</pixmap>
  40. </property>
  41. <property name="scaledContents">
  42. <bool>true</bool>
  43. </property>
  44. </widget>
  45. </item>
  46. <item>
  47. <spacer name="verticalSpacer">
  48. <property name="orientation">
  49. <enum>Qt::Vertical</enum>
  50. </property>
  51. <property name="sizeHint" stdset="0">
  52. <size>
  53. <width>20</width>
  54. <height>40</height>
  55. </size>
  56. </property>
  57. </spacer>
  58. </item>
  59. </layout>
  60. </item>
  61. <item>
  62. <layout class="QVBoxLayout" name="verticalLayout">
  63. <item>
  64. <widget class="QLabel" name="labelYuzu">
  65. <property name="sizePolicy">
  66. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  67. <horstretch>0</horstretch>
  68. <verstretch>0</verstretch>
  69. </sizepolicy>
  70. </property>
  71. <property name="text">
  72. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:28pt;&quot;&gt;yuzu&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  73. </property>
  74. </widget>
  75. </item>
  76. <item>
  77. <widget class="QLabel" name="labelBuildInfo">
  78. <property name="sizePolicy">
  79. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  80. <horstretch>0</horstretch>
  81. <verstretch>0</verstretch>
  82. </sizepolicy>
  83. </property>
  84. <property name="text">
  85. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;%1 (%2)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  86. </property>
  87. </widget>
  88. </item>
  89. <item>
  90. <widget class="QLabel" name="labelAbout">
  91. <property name="sizePolicy">
  92. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  93. <horstretch>0</horstretch>
  94. <verstretch>0</verstretch>
  95. </sizepolicy>
  96. </property>
  97. <property name="text">
  98. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  99. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  100. p, li { white-space: pre-wrap; }
  101. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
  102. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'MS Shell Dlg 2'; font-size:12pt;&quot;&gt;yuzu is an experimental open-source emulator for the Nintendo Switch licensed under GPLv3.0+.&lt;/span&gt;&lt;/p&gt;
  103. &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
  104. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'MS Shell Dlg 2'; font-size:12pt;&quot;&gt;This software should not be used to play games you have not legally obtained.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  105. </property>
  106. <property name="alignment">
  107. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  108. </property>
  109. <property name="wordWrap">
  110. <bool>true</bool>
  111. </property>
  112. </widget>
  113. </item>
  114. <item>
  115. <spacer name="verticalSpacer_2">
  116. <property name="orientation">
  117. <enum>Qt::Vertical</enum>
  118. </property>
  119. <property name="sizeHint" stdset="0">
  120. <size>
  121. <width>20</width>
  122. <height>40</height>
  123. </size>
  124. </property>
  125. </spacer>
  126. </item>
  127. <item>
  128. <widget class="QLabel" name="labelLinks">
  129. <property name="text">
  130. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;https://yuzu-emu.org/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#039be5;&quot;&gt;Website&lt;/span&gt;&lt;/a&gt; | &lt;a href=&quot;https://github.com/yuzu-emu&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#039be5;&quot;&gt;Source Code&lt;/span&gt;&lt;/a&gt; | &lt;a href=&quot;https://github.com/yuzu-emu/yuzu/graphs/contributors&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#039be5;&quot;&gt;Contributors&lt;/span&gt;&lt;/a&gt; | &lt;a href=&quot;https://github.com/yuzu-emu/yuzu/blob/master/LICENSE.txt&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#039be5;&quot;&gt;License&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  131. </property>
  132. <property name="openExternalLinks">
  133. <bool>true</bool>
  134. </property>
  135. </widget>
  136. </item>
  137. <item>
  138. <widget class="QLabel" name="labelLiability">
  139. <property name="sizePolicy">
  140. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  141. <horstretch>0</horstretch>
  142. <verstretch>0</verstretch>
  143. </sizepolicy>
  144. </property>
  145. <property name="text">
  146. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:7pt;&quot;&gt;&amp;quot;Nintendo Switch&amp;quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  147. </property>
  148. </widget>
  149. </item>
  150. </layout>
  151. </item>
  152. </layout>
  153. </item>
  154. <item>
  155. <widget class="QDialogButtonBox" name="buttonBox">
  156. <property name="orientation">
  157. <enum>Qt::Horizontal</enum>
  158. </property>
  159. <property name="standardButtons">
  160. <set>QDialogButtonBox::Ok</set>
  161. </property>
  162. </widget>
  163. </item>
  164. </layout>
  165. </widget>
  166. <resources>
  167. <include location="../../dist/qt_themes_default/default/default.qrc"/>
  168. <include location="../../dist/qt_themes/default/default.qrc"/>
  169. </resources>
  170. <connections>
  171. <connection>
  172. <sender>buttonBox</sender>
  173. <signal>accepted()</signal>
  174. <receiver>AboutDialog</receiver>
  175. <slot>accept()</slot>
  176. </connection>
  177. <connection>
  178. <sender>buttonBox</sender>
  179. <signal>rejected()</signal>
  180. <receiver>AboutDialog</receiver>
  181. <slot>reject()</slot>
  182. </connection>
  183. </connections>
  184. </ui>