aboutdialog.ui 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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>261</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="text">
  30. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/yuzu.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item>
  35. <spacer name="verticalSpacer">
  36. <property name="orientation">
  37. <enum>Qt::Vertical</enum>
  38. </property>
  39. <property name="sizeHint" stdset="0">
  40. <size>
  41. <width>20</width>
  42. <height>40</height>
  43. </size>
  44. </property>
  45. </spacer>
  46. </item>
  47. </layout>
  48. </item>
  49. <item>
  50. <layout class="QVBoxLayout" name="verticalLayout">
  51. <item>
  52. <widget class="QLabel" name="labelYuzu">
  53. <property name="sizePolicy">
  54. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  55. <horstretch>0</horstretch>
  56. <verstretch>0</verstretch>
  57. </sizepolicy>
  58. </property>
  59. <property name="text">
  60. <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>
  61. </property>
  62. </widget>
  63. </item>
  64. <item>
  65. <widget class="QLabel" name="labelBuildInfo">
  66. <property name="sizePolicy">
  67. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  68. <horstretch>0</horstretch>
  69. <verstretch>0</verstretch>
  70. </sizepolicy>
  71. </property>
  72. <property name="text">
  73. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;%1 | %2-%3 (%4)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  74. </property>
  75. </widget>
  76. </item>
  77. <item>
  78. <widget class="QLabel" name="labelAbout">
  79. <property name="sizePolicy">
  80. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  81. <horstretch>0</horstretch>
  82. <verstretch>0</verstretch>
  83. </sizepolicy>
  84. </property>
  85. <property name="text">
  86. <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;
  87. &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;
  88. p, li { white-space: pre-wrap; }
  89. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
  90. &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 GPLv2.0.&lt;/span&gt;&lt;/p&gt;
  91. &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;
  92. &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>
  93. </property>
  94. <property name="alignment">
  95. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  96. </property>
  97. <property name="wordWrap">
  98. <bool>true</bool>
  99. </property>
  100. </widget>
  101. </item>
  102. <item>
  103. <spacer name="verticalSpacer_2">
  104. <property name="orientation">
  105. <enum>Qt::Vertical</enum>
  106. </property>
  107. <property name="sizeHint" stdset="0">
  108. <size>
  109. <width>20</width>
  110. <height>40</height>
  111. </size>
  112. </property>
  113. </spacer>
  114. </item>
  115. <item>
  116. <widget class="QLabel" name="labelLinks">
  117. <property name="text">
  118. <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>
  119. </property>
  120. <property name="openExternalLinks">
  121. <bool>true</bool>
  122. </property>
  123. </widget>
  124. </item>
  125. <item>
  126. <widget class="QLabel" name="labelLiability">
  127. <property name="sizePolicy">
  128. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  129. <horstretch>0</horstretch>
  130. <verstretch>0</verstretch>
  131. </sizepolicy>
  132. </property>
  133. <property name="text">
  134. <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>
  135. </property>
  136. </widget>
  137. </item>
  138. </layout>
  139. </item>
  140. </layout>
  141. </item>
  142. <item>
  143. <widget class="QDialogButtonBox" name="buttonBox">
  144. <property name="orientation">
  145. <enum>Qt::Horizontal</enum>
  146. </property>
  147. <property name="standardButtons">
  148. <set>QDialogButtonBox::Ok</set>
  149. </property>
  150. </widget>
  151. </item>
  152. </layout>
  153. </widget>
  154. <resources>
  155. <include location="../../dist/icons/icons.qrc"/>
  156. </resources>
  157. <connections>
  158. <connection>
  159. <sender>buttonBox</sender>
  160. <signal>accepted()</signal>
  161. <receiver>AboutDialog</receiver>
  162. <slot>accept()</slot>
  163. </connection>
  164. <connection>
  165. <sender>buttonBox</sender>
  166. <signal>rejected()</signal>
  167. <receiver>AboutDialog</receiver>
  168. <slot>reject()</slot>
  169. </connection>
  170. </connections>
  171. </ui>