configure_filesystem.ui 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConfigureFilesystem</class>
  4. <widget class="QWidget" name="ConfigureFilesystem">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>453</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>Storage Directories</string>
  23. </property>
  24. <layout class="QGridLayout" name="gridLayout">
  25. <item row="0" column="0">
  26. <widget class="QLabel" name="label">
  27. <property name="text">
  28. <string>NAND</string>
  29. </property>
  30. </widget>
  31. </item>
  32. <item row="0" column="3">
  33. <widget class="QToolButton" name="nand_directory_button">
  34. <property name="text">
  35. <string>...</string>
  36. </property>
  37. </widget>
  38. </item>
  39. <item row="0" column="2">
  40. <widget class="QLineEdit" name="nand_directory_edit"/>
  41. </item>
  42. <item row="1" column="2">
  43. <widget class="QLineEdit" name="sdmc_directory_edit"/>
  44. </item>
  45. <item row="1" column="0">
  46. <widget class="QLabel" name="label_2">
  47. <property name="text">
  48. <string>SD Card</string>
  49. </property>
  50. </widget>
  51. </item>
  52. <item row="1" column="3">
  53. <widget class="QToolButton" name="sdmc_directory_button">
  54. <property name="text">
  55. <string>...</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item row="0" column="1">
  60. <spacer name="horizontalSpacer">
  61. <property name="orientation">
  62. <enum>Qt::Horizontal</enum>
  63. </property>
  64. <property name="sizeType">
  65. <enum>QSizePolicy::Maximum</enum>
  66. </property>
  67. <property name="sizeHint" stdset="0">
  68. <size>
  69. <width>60</width>
  70. <height>20</height>
  71. </size>
  72. </property>
  73. </spacer>
  74. </item>
  75. </layout>
  76. </widget>
  77. </item>
  78. <item>
  79. <widget class="QGroupBox" name="groupBox_2">
  80. <property name="title">
  81. <string>Gamecard</string>
  82. </property>
  83. <layout class="QGridLayout" name="gridLayout_2">
  84. <item row="2" column="1">
  85. <widget class="QLabel" name="label_3">
  86. <property name="text">
  87. <string>Path</string>
  88. </property>
  89. </widget>
  90. </item>
  91. <item row="2" column="2">
  92. <widget class="QLineEdit" name="gamecard_path_edit"/>
  93. </item>
  94. <item row="0" column="1">
  95. <widget class="QCheckBox" name="gamecard_inserted">
  96. <property name="text">
  97. <string>Inserted</string>
  98. </property>
  99. </widget>
  100. </item>
  101. <item row="1" column="1">
  102. <widget class="QCheckBox" name="gamecard_current_game">
  103. <property name="text">
  104. <string>Current Game</string>
  105. </property>
  106. </widget>
  107. </item>
  108. <item row="2" column="3">
  109. <widget class="QToolButton" name="gamecard_path_button">
  110. <property name="text">
  111. <string>...</string>
  112. </property>
  113. </widget>
  114. </item>
  115. </layout>
  116. </widget>
  117. </item>
  118. <item>
  119. <widget class="QGroupBox" name="groupBox_4">
  120. <property name="title">
  121. <string>Patch Manager</string>
  122. </property>
  123. <layout class="QGridLayout" name="gridLayout_4">
  124. <item row="1" column="2">
  125. <widget class="QLineEdit" name="load_path_edit"/>
  126. </item>
  127. <item row="0" column="2">
  128. <widget class="QLineEdit" name="dump_path_edit"/>
  129. </item>
  130. <item row="0" column="3">
  131. <widget class="QToolButton" name="dump_path_button">
  132. <property name="text">
  133. <string>...</string>
  134. </property>
  135. </widget>
  136. </item>
  137. <item row="1" column="3">
  138. <widget class="QToolButton" name="load_path_button">
  139. <property name="text">
  140. <string>...</string>
  141. </property>
  142. </widget>
  143. </item>
  144. <item row="2" column="0" colspan="4">
  145. <layout class="QHBoxLayout" name="horizontalLayout">
  146. <item>
  147. <widget class="QCheckBox" name="dump_nso">
  148. <property name="text">
  149. <string>Dump Decompressed NSOs</string>
  150. </property>
  151. </widget>
  152. </item>
  153. <item>
  154. <widget class="QCheckBox" name="dump_exefs">
  155. <property name="text">
  156. <string>Dump ExeFS</string>
  157. </property>
  158. </widget>
  159. </item>
  160. </layout>
  161. </item>
  162. <item row="1" column="0">
  163. <widget class="QLabel" name="label_9">
  164. <property name="text">
  165. <string>Mod Load Root</string>
  166. </property>
  167. </widget>
  168. </item>
  169. <item row="0" column="0">
  170. <widget class="QLabel" name="label_8">
  171. <property name="text">
  172. <string>Dump Root</string>
  173. </property>
  174. </widget>
  175. </item>
  176. <item row="0" column="1">
  177. <spacer name="horizontalSpacer_2">
  178. <property name="orientation">
  179. <enum>Qt::Horizontal</enum>
  180. </property>
  181. <property name="sizeType">
  182. <enum>QSizePolicy::Fixed</enum>
  183. </property>
  184. <property name="sizeHint" stdset="0">
  185. <size>
  186. <width>40</width>
  187. <height>20</height>
  188. </size>
  189. </property>
  190. </spacer>
  191. </item>
  192. </layout>
  193. </widget>
  194. </item>
  195. <item>
  196. <widget class="QGroupBox" name="groupBox_5">
  197. <property name="title">
  198. <string>Caching</string>
  199. </property>
  200. <layout class="QGridLayout" name="gridLayout_5">
  201. <item row="0" column="0">
  202. <widget class="QLabel" name="label_10">
  203. <property name="text">
  204. <string>Cache Directory</string>
  205. </property>
  206. </widget>
  207. </item>
  208. <item row="0" column="1">
  209. <spacer name="horizontalSpacer_3">
  210. <property name="orientation">
  211. <enum>Qt::Horizontal</enum>
  212. </property>
  213. <property name="sizeType">
  214. <enum>QSizePolicy::Fixed</enum>
  215. </property>
  216. <property name="sizeHint" stdset="0">
  217. <size>
  218. <width>40</width>
  219. <height>20</height>
  220. </size>
  221. </property>
  222. </spacer>
  223. </item>
  224. <item row="0" column="2">
  225. <widget class="QLineEdit" name="cache_directory_edit"/>
  226. </item>
  227. <item row="0" column="3">
  228. <widget class="QToolButton" name="cache_directory_button">
  229. <property name="text">
  230. <string>...</string>
  231. </property>
  232. </widget>
  233. </item>
  234. <item row="1" column="0" colspan="4">
  235. <layout class="QHBoxLayout" name="horizontalLayout_2">
  236. <item>
  237. <widget class="QCheckBox" name="cache_game_list">
  238. <property name="text">
  239. <string>Cache Game List Metadata</string>
  240. </property>
  241. </widget>
  242. </item>
  243. <item>
  244. <widget class="QPushButton" name="reset_game_list_cache">
  245. <property name="text">
  246. <string>Reset Metadata Cache</string>
  247. </property>
  248. </widget>
  249. </item>
  250. </layout>
  251. </item>
  252. </layout>
  253. </widget>
  254. </item>
  255. </layout>
  256. </item>
  257. <item>
  258. <spacer name="verticalSpacer">
  259. <property name="orientation">
  260. <enum>Qt::Vertical</enum>
  261. </property>
  262. <property name="sizeHint" stdset="0">
  263. <size>
  264. <width>20</width>
  265. <height>40</height>
  266. </size>
  267. </property>
  268. </spacer>
  269. </item>
  270. </layout>
  271. </widget>
  272. <resources/>
  273. <connections/>
  274. </ui>