configure_service.ui 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConfigureService</class>
  4. <widget class="QWidget" name="ConfigureService">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>433</width>
  10. <height>561</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QVBoxLayout" name="verticalLayout_3">
  19. <item>
  20. <widget class="QGroupBox" name="groupBox">
  21. <property name="title">
  22. <string>BCAT</string>
  23. </property>
  24. <layout class="QGridLayout" name="gridLayout">
  25. <item row="1" column="1" colspan="2">
  26. <widget class="QLabel" name="label_2">
  27. <property name="maximumSize">
  28. <size>
  29. <width>260</width>
  30. <height>16777215</height>
  31. </size>
  32. </property>
  33. <property name="text">
  34. <string>BCAT is Nintendo's way of sending data to games to engage its community and unlock additional content.</string>
  35. </property>
  36. <property name="wordWrap">
  37. <bool>true</bool>
  38. </property>
  39. </widget>
  40. </item>
  41. <item row="0" column="0">
  42. <widget class="QLabel" name="label">
  43. <property name="maximumSize">
  44. <size>
  45. <width>16777215</width>
  46. <height>16777215</height>
  47. </size>
  48. </property>
  49. <property name="text">
  50. <string>BCAT Backend</string>
  51. </property>
  52. </widget>
  53. </item>
  54. <item row="3" column="1" colspan="2">
  55. <widget class="QLabel" name="bcat_empty_label">
  56. <property name="enabled">
  57. <bool>true</bool>
  58. </property>
  59. <property name="maximumSize">
  60. <size>
  61. <width>260</width>
  62. <height>16777215</height>
  63. </size>
  64. </property>
  65. <property name="text">
  66. <string/>
  67. </property>
  68. <property name="alignment">
  69. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  70. </property>
  71. <property name="wordWrap">
  72. <bool>true</bool>
  73. </property>
  74. </widget>
  75. </item>
  76. <item row="2" column="1" colspan="2">
  77. <widget class="QLabel" name="label_3">
  78. <property name="text">
  79. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;https://yuzu-emu.org/help/feature/boxcat&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Learn more about BCAT, Boxcat, and Current Events&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  80. </property>
  81. </widget>
  82. </item>
  83. <item row="0" column="1" colspan="2">
  84. <widget class="QComboBox" name="bcat_source"/>
  85. </item>
  86. <item row="3" column="0">
  87. <widget class="QLabel" name="bcat_empty_header">
  88. <property name="text">
  89. <string/>
  90. </property>
  91. <property name="alignment">
  92. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  93. </property>
  94. <property name="wordWrap">
  95. <bool>true</bool>
  96. </property>
  97. </widget>
  98. </item>
  99. </layout>
  100. </widget>
  101. </item>
  102. </layout>
  103. </item>
  104. <item>
  105. <spacer name="verticalSpacer">
  106. <property name="orientation">
  107. <enum>Qt::Vertical</enum>
  108. </property>
  109. <property name="sizeHint" stdset="0">
  110. <size>
  111. <width>20</width>
  112. <height>40</height>
  113. </size>
  114. </property>
  115. </spacer>
  116. </item>
  117. </layout>
  118. </widget>
  119. <resources/>
  120. <connections/>
  121. </ui>