ProductAssetDetailsPanel.ui 52 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ProductAssetDetailsPanel</class>
  4. <widget class="QFrame" name="ProductAssetDetailsPanel">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>743</width>
  10. <height>860</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="styleSheet">
  20. <string notr="true">background-color: rgb(87, 87, 87);</string>
  21. </property>
  22. <property name="frameShape">
  23. <enum>QFrame::StyledPanel</enum>
  24. </property>
  25. <layout class="QVBoxLayout" name="verticalLayout">
  26. <property name="sizeConstraint">
  27. <enum>QLayout::SetDefaultConstraint</enum>
  28. </property>
  29. <item>
  30. <widget class="QLabel" name="assetNameLabel">
  31. <property name="font">
  32. <font>
  33. <family>16pt</family>
  34. <pointsize>12</pointsize>
  35. <weight>50</weight>
  36. <italic>false</italic>
  37. <bold>false</bold>
  38. </font>
  39. </property>
  40. <property name="styleSheet">
  41. <string notr="true">font: 12pt;</string>
  42. </property>
  43. <property name="text">
  44. <string>Model1.obj</string>
  45. </property>
  46. <property name="alignment">
  47. <set>Qt::AlignLeading</set>
  48. </property>
  49. <property name="class" stdset="0">
  50. <string>Title</string>
  51. </property>
  52. </widget>
  53. </item>
  54. <item>
  55. <layout class="QVBoxLayout" name="productPanelLayout">
  56. <item>
  57. <widget class="Line" name="AssetDetailsSeparator">
  58. <property name="palette">
  59. <palette>
  60. <active>
  61. <colorrole role="WindowText">
  62. <brush brushstyle="SolidPattern">
  63. <color alpha="255">
  64. <red>255</red>
  65. <green>255</green>
  66. <blue>255</blue>
  67. </color>
  68. </brush>
  69. </colorrole>
  70. <colorrole role="Button">
  71. <brush brushstyle="SolidPattern">
  72. <color alpha="255">
  73. <red>87</red>
  74. <green>87</green>
  75. <blue>87</blue>
  76. </color>
  77. </brush>
  78. </colorrole>
  79. <colorrole role="Base">
  80. <brush brushstyle="SolidPattern">
  81. <color alpha="255">
  82. <red>87</red>
  83. <green>87</green>
  84. <blue>87</blue>
  85. </color>
  86. </brush>
  87. </colorrole>
  88. <colorrole role="Window">
  89. <brush brushstyle="SolidPattern">
  90. <color alpha="255">
  91. <red>87</red>
  92. <green>87</green>
  93. <blue>87</blue>
  94. </color>
  95. </brush>
  96. </colorrole>
  97. </active>
  98. <inactive>
  99. <colorrole role="WindowText">
  100. <brush brushstyle="SolidPattern">
  101. <color alpha="255">
  102. <red>255</red>
  103. <green>255</green>
  104. <blue>255</blue>
  105. </color>
  106. </brush>
  107. </colorrole>
  108. <colorrole role="Button">
  109. <brush brushstyle="SolidPattern">
  110. <color alpha="255">
  111. <red>87</red>
  112. <green>87</green>
  113. <blue>87</blue>
  114. </color>
  115. </brush>
  116. </colorrole>
  117. <colorrole role="Base">
  118. <brush brushstyle="SolidPattern">
  119. <color alpha="255">
  120. <red>87</red>
  121. <green>87</green>
  122. <blue>87</blue>
  123. </color>
  124. </brush>
  125. </colorrole>
  126. <colorrole role="Window">
  127. <brush brushstyle="SolidPattern">
  128. <color alpha="255">
  129. <red>87</red>
  130. <green>87</green>
  131. <blue>87</blue>
  132. </color>
  133. </brush>
  134. </colorrole>
  135. </inactive>
  136. <disabled>
  137. <colorrole role="WindowText">
  138. <brush brushstyle="SolidPattern">
  139. <color alpha="255">
  140. <red>120</red>
  141. <green>120</green>
  142. <blue>120</blue>
  143. </color>
  144. </brush>
  145. </colorrole>
  146. <colorrole role="Button">
  147. <brush brushstyle="SolidPattern">
  148. <color alpha="255">
  149. <red>87</red>
  150. <green>87</green>
  151. <blue>87</blue>
  152. </color>
  153. </brush>
  154. </colorrole>
  155. <colorrole role="Base">
  156. <brush brushstyle="SolidPattern">
  157. <color alpha="255">
  158. <red>87</red>
  159. <green>87</green>
  160. <blue>87</blue>
  161. </color>
  162. </brush>
  163. </colorrole>
  164. <colorrole role="Window">
  165. <brush brushstyle="SolidPattern">
  166. <color alpha="255">
  167. <red>87</red>
  168. <green>87</green>
  169. <blue>87</blue>
  170. </color>
  171. </brush>
  172. </colorrole>
  173. </disabled>
  174. </palette>
  175. </property>
  176. <property name="styleSheet">
  177. <string notr="true"/>
  178. </property>
  179. <property name="frameShadow">
  180. <enum>QFrame::Plain</enum>
  181. </property>
  182. <property name="orientation">
  183. <enum>Qt::Horizontal</enum>
  184. </property>
  185. </widget>
  186. </item>
  187. <item>
  188. <widget class="QLabel" name="folderSelectedDescription">
  189. <property name="sizePolicy">
  190. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  191. <horstretch>0</horstretch>
  192. <verstretch>0</verstretch>
  193. </sizepolicy>
  194. </property>
  195. <property name="text">
  196. <string>This folder has no additional info, select a file for details.</string>
  197. </property>
  198. </widget>
  199. </item>
  200. <item>
  201. <widget class="QLabel" name="MissingProductDependenciesFolderTitleLabel">
  202. <property name="font">
  203. <font>
  204. <family>12pt</family>
  205. <pointsize>8</pointsize>
  206. <weight>75</weight>
  207. <italic>false</italic>
  208. <bold>true</bold>
  209. </font>
  210. </property>
  211. <property name="styleSheet">
  212. <string notr="true">font: bold, 12pt;</string>
  213. </property>
  214. <property name="text">
  215. <string>Missing Product Dependencies</string>
  216. </property>
  217. <property name="alignment">
  218. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  219. </property>
  220. </widget>
  221. </item>
  222. <item>
  223. <layout class="QHBoxLayout" name="MissingDependenciesFolderButtonsLayout">
  224. <item>
  225. <widget class="QPushButton" name="ScanFolderButton">
  226. <property name="toolTip">
  227. <string>Scans all files in this folder and subfolders for missing dependencies. This may take some time.</string>
  228. </property>
  229. <property name="text">
  230. <string>Scan folder</string>
  231. </property>
  232. </widget>
  233. </item>
  234. <item>
  235. <widget class="QPushButton" name="ClearScanFolderButton">
  236. <property name="toolTip">
  237. <string>Clears all dependency scan results for files in this folder and subfolders.</string>
  238. </property>
  239. <property name="text">
  240. <string>Clear results</string>
  241. </property>
  242. </widget>
  243. </item>
  244. </layout>
  245. </item>
  246. <item>
  247. <widget class="QScrollArea" name="scrollArea">
  248. <property name="frameShape">
  249. <enum>QFrame::NoFrame</enum>
  250. </property>
  251. <property name="sizeAdjustPolicy">
  252. <enum>QAbstractScrollArea::AdjustToContents</enum>
  253. </property>
  254. <property name="widgetResizable">
  255. <bool>true</bool>
  256. </property>
  257. <widget class="QWidget" name="scrollAreaWidgetContents" native="true">
  258. <property name="sizePolicy">
  259. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  260. <horstretch>0</horstretch>
  261. <verstretch>0</verstretch>
  262. </sizepolicy>
  263. </property>
  264. <layout class="QVBoxLayout" name="scrollableVerticalLayout">
  265. <item>
  266. <widget class="QTabWidget" name="ProductAssetDetailTabs">
  267. <property name="currentIndex">
  268. <number>0</number>
  269. </property>
  270. <widget class="QWidget" name="OutputTab">
  271. <property name="sizePolicy">
  272. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  273. <horstretch>0</horstretch>
  274. <verstretch>0</verstretch>
  275. </sizepolicy>
  276. </property>
  277. <attribute name="title">
  278. <string>Details</string>
  279. </attribute>
  280. <layout class="QVBoxLayout" name="ProductTabVerticalLayout" stretch="0,0">
  281. <item>
  282. <layout class="QGridLayout" name="headerGrid" columnstretch="1,4">
  283. <item row="2" column="1">
  284. <widget class="QLabel" name="jobKeyValueLabel">
  285. <property name="text">
  286. <string>jobKey Here</string>
  287. </property>
  288. <property name="textInteractionFlags">
  289. <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
  290. </property>
  291. </widget>
  292. </item>
  293. <item row="3" column="0">
  294. <widget class="QLabel" name="platformTitleLabel">
  295. <property name="styleSheet">
  296. <string notr="true">font: bold;</string>
  297. </property>
  298. <property name="text">
  299. <string>Platform</string>
  300. </property>
  301. <property name="alignment">
  302. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  303. </property>
  304. </widget>
  305. </item>
  306. <item row="0" column="0">
  307. <widget class="QLabel" name="productAssetIdTitleLabel">
  308. <property name="styleSheet">
  309. <string notr="true">font: bold;</string>
  310. </property>
  311. <property name="text">
  312. <string>Product Asset ID</string>
  313. </property>
  314. <property name="alignment">
  315. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  316. </property>
  317. </widget>
  318. </item>
  319. <item row="0" column="1">
  320. <widget class="QLabel" name="productAssetIdValueLabel">
  321. <property name="text">
  322. <string>Product asset ID here</string>
  323. </property>
  324. <property name="textInteractionFlags">
  325. <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
  326. </property>
  327. </widget>
  328. </item>
  329. <item row="4" column="0">
  330. <widget class="QLabel" name="sourceAssetTitleLabel">
  331. <property name="styleSheet">
  332. <string notr="true">font: bold;</string>
  333. </property>
  334. <property name="text">
  335. <string>Source Asset</string>
  336. </property>
  337. <property name="alignment">
  338. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  339. </property>
  340. </widget>
  341. </item>
  342. <item row="1" column="1">
  343. <widget class="QLabel" name="lastTimeProcessedValueLabel">
  344. <property name="text">
  345. <string>lastTimeProcessed Here</string>
  346. </property>
  347. <property name="textInteractionFlags">
  348. <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
  349. </property>
  350. </widget>
  351. </item>
  352. <item row="1" column="0">
  353. <widget class="QLabel" name="lastTimeProcessedTitleLabel">
  354. <property name="styleSheet">
  355. <string notr="true">font: bold;</string>
  356. </property>
  357. <property name="text">
  358. <string>Last Time Processed</string>
  359. </property>
  360. <property name="alignment">
  361. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  362. </property>
  363. </widget>
  364. </item>
  365. <item row="3" column="1">
  366. <widget class="QLabel" name="platformValueLabel">
  367. <property name="text">
  368. <string>platform Here</string>
  369. </property>
  370. <property name="textInteractionFlags">
  371. <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
  372. </property>
  373. </widget>
  374. </item>
  375. <item row="2" column="0">
  376. <widget class="QLabel" name="jobKeyTitleLabel">
  377. <property name="styleSheet">
  378. <string notr="true">font: bold;</string>
  379. </property>
  380. <property name="text">
  381. <string>Job Key</string>
  382. </property>
  383. <property name="alignment">
  384. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  385. </property>
  386. </widget>
  387. </item>
  388. <item row="4" column="1">
  389. <layout class="QHBoxLayout" name="sourceAsset">
  390. <item>
  391. <widget class="AssetProcessor::GoToButton" name="gotoAssetButton">
  392. <property name="sizePolicy">
  393. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  394. <horstretch>0</horstretch>
  395. <verstretch>0</verstretch>
  396. </sizepolicy>
  397. </property>
  398. <property name="minimumSize">
  399. <size>
  400. <width>24</width>
  401. <height>24</height>
  402. </size>
  403. </property>
  404. </widget>
  405. </item>
  406. <item>
  407. <widget class="QLabel" name="sourceAssetValueLabel">
  408. <property name="text">
  409. <string>sourceAsset Here</string>
  410. </property>
  411. <property name="textInteractionFlags">
  412. <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
  413. </property>
  414. </widget>
  415. </item>
  416. </layout>
  417. </item>
  418. </layout>
  419. </item>
  420. <item>
  421. <spacer name="ProductAssetDetailsSpacer">
  422. <property name="orientation">
  423. <enum>Qt::Vertical</enum>
  424. </property>
  425. <property name="sizeHint" stdset="0">
  426. <size>
  427. <width>20</width>
  428. <height>40</height>
  429. </size>
  430. </property>
  431. </spacer>
  432. </item>
  433. </layout>
  434. </widget>
  435. <widget class="QWidget" name="OutgoingProductDependenciesTab">
  436. <attribute name="title">
  437. <string>Outgoing Dependencies</string>
  438. </attribute>
  439. <layout class="QVBoxLayout" name="OutgoingProductDependenciesLayout" stretch="0,0,0,0,0">
  440. <item>
  441. <layout class="QHBoxLayout" name="OutgoingDependenciesTitleLayout">
  442. <item>
  443. <widget class="QLabel" name="outgoingProductDependenciesTitleLabel">
  444. <property name="font">
  445. <font>
  446. <family>12pt</family>
  447. <pointsize>8</pointsize>
  448. <weight>75</weight>
  449. <italic>false</italic>
  450. <bold>true</bold>
  451. </font>
  452. </property>
  453. <property name="styleSheet">
  454. <string notr="true">font: bold, 12pt;</string>
  455. </property>
  456. <property name="text">
  457. <string>Outgoing Product Dependencies:</string>
  458. </property>
  459. <property name="alignment">
  460. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  461. </property>
  462. <property name="margin">
  463. <number>0</number>
  464. </property>
  465. </widget>
  466. </item>
  467. <item>
  468. <widget class="QLabel" name="outgoingProductDependenciesValueLabel">
  469. <property name="styleSheet">
  470. <string notr="true">font: 12pt;</string>
  471. </property>
  472. <property name="text">
  473. <string>Number of outgoing product dependencies here</string>
  474. </property>
  475. <property name="textInteractionFlags">
  476. <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
  477. </property>
  478. </widget>
  479. </item>
  480. <item>
  481. <spacer name="outgoingDependenciesSpacer">
  482. <property name="orientation">
  483. <enum>Qt::Horizontal</enum>
  484. </property>
  485. <property name="sizeHint" stdset="0">
  486. <size>
  487. <width>40</width>
  488. <height>20</height>
  489. </size>
  490. </property>
  491. </spacer>
  492. </item>
  493. </layout>
  494. </item>
  495. <item>
  496. <widget class="QTreeView" name="OutgoingProductDependenciesTreeView">
  497. <property name="sizePolicy">
  498. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  499. <horstretch>0</horstretch>
  500. <verstretch>0</verstretch>
  501. </sizepolicy>
  502. </property>
  503. <property name="rootIsDecorated">
  504. <bool>false</bool>
  505. </property>
  506. <property name="uniformRowHeights">
  507. <bool>true</bool>
  508. </property>
  509. <property name="sortingEnabled">
  510. <bool>false</bool>
  511. </property>
  512. <attribute name="headerVisible">
  513. <bool>false</bool>
  514. </attribute>
  515. <attribute name="headerDefaultSectionSize">
  516. <number>42</number>
  517. </attribute>
  518. </widget>
  519. </item>
  520. <item>
  521. <spacer name="verticalSpacer_3">
  522. <property name="orientation">
  523. <enum>Qt::Vertical</enum>
  524. </property>
  525. <property name="sizeType">
  526. <enum>QSizePolicy::Fixed</enum>
  527. </property>
  528. <property name="sizeHint" stdset="0">
  529. <size>
  530. <width>0</width>
  531. <height>8</height>
  532. </size>
  533. </property>
  534. </spacer>
  535. </item>
  536. <item>
  537. <layout class="QHBoxLayout" name="OutgoingUnmetUnmetPathDependenciesLayout">
  538. <item>
  539. <widget class="QLabel" name="outgoingUnmetPathProductDependenciesTitleLabel">
  540. <property name="font">
  541. <font>
  542. <family>12pt</family>
  543. <pointsize>8</pointsize>
  544. <weight>75</weight>
  545. <italic>false</italic>
  546. <bold>true</bold>
  547. </font>
  548. </property>
  549. <property name="styleSheet">
  550. <string notr="true">font: bold, 12pt;</string>
  551. </property>
  552. <property name="text">
  553. <string>Outgoing Unmet Path Product Dependencies:</string>
  554. </property>
  555. <property name="alignment">
  556. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  557. </property>
  558. </widget>
  559. </item>
  560. <item>
  561. <widget class="QLabel" name="outgoingUnmetPathProductDependenciesValueLabel">
  562. <property name="styleSheet">
  563. <string notr="true">font: 12pt;</string>
  564. </property>
  565. <property name="text">
  566. <string>Number of dependencies here</string>
  567. </property>
  568. <property name="textInteractionFlags">
  569. <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
  570. </property>
  571. </widget>
  572. </item>
  573. <item>
  574. <spacer name="outgoingUnmetPathProductDependenciesSpacer">
  575. <property name="orientation">
  576. <enum>Qt::Horizontal</enum>
  577. </property>
  578. <property name="sizeHint" stdset="0">
  579. <size>
  580. <width>40</width>
  581. <height>20</height>
  582. </size>
  583. </property>
  584. </spacer>
  585. </item>
  586. </layout>
  587. </item>
  588. <item>
  589. <widget class="QListWidget" name="outgoingUnmetPathProductDependenciesList">
  590. <property name="sizePolicy">
  591. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  592. <horstretch>0</horstretch>
  593. <verstretch>0</verstretch>
  594. </sizepolicy>
  595. </property>
  596. <property name="minimumSize">
  597. <size>
  598. <width>0</width>
  599. <height>32</height>
  600. </size>
  601. </property>
  602. <property name="verticalScrollBarPolicy">
  603. <enum>Qt::ScrollBarAlwaysOff</enum>
  604. </property>
  605. <property name="horizontalScrollBarPolicy">
  606. <enum>Qt::ScrollBarAlwaysOff</enum>
  607. </property>
  608. <property name="sizeAdjustPolicy">
  609. <enum>QAbstractScrollArea::AdjustToContents</enum>
  610. </property>
  611. <property name="editTriggers">
  612. <set>QAbstractItemView::NoEditTriggers</set>
  613. </property>
  614. <property name="tabKeyNavigation">
  615. <bool>true</bool>
  616. </property>
  617. <property name="showDropIndicator" stdset="0">
  618. <bool>false</bool>
  619. </property>
  620. <property name="defaultDropAction">
  621. <enum>Qt::IgnoreAction</enum>
  622. </property>
  623. <property name="alternatingRowColors">
  624. <bool>true</bool>
  625. </property>
  626. </widget>
  627. </item>
  628. </layout>
  629. </widget>
  630. <widget class="QWidget" name="IncomingProductDependenciesTab">
  631. <attribute name="title">
  632. <string>Incoming Dependencies</string>
  633. </attribute>
  634. <layout class="QVBoxLayout" name="IncomingDependencies">
  635. <item>
  636. <layout class="QHBoxLayout" name="IncomingDependenciesLayout">
  637. <item>
  638. <widget class="QLabel" name="incomingProductDependenciesTitleLabel">
  639. <property name="font">
  640. <font>
  641. <family>12pt</family>
  642. <pointsize>8</pointsize>
  643. <weight>75</weight>
  644. <italic>false</italic>
  645. <bold>true</bold>
  646. </font>
  647. </property>
  648. <property name="styleSheet">
  649. <string notr="true">font: bold, 12pt;</string>
  650. </property>
  651. <property name="text">
  652. <string>Incoming Product Dependencies:</string>
  653. </property>
  654. <property name="alignment">
  655. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  656. </property>
  657. </widget>
  658. </item>
  659. <item>
  660. <widget class="QLabel" name="incomingProductDependenciesValueLabel">
  661. <property name="styleSheet">
  662. <string notr="true">font: 12pt;</string>
  663. </property>
  664. <property name="text">
  665. <string>Number of incoming product dependencies here</string>
  666. </property>
  667. <property name="textInteractionFlags">
  668. <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
  669. </property>
  670. </widget>
  671. </item>
  672. <item>
  673. <spacer name="incomingDependenciesSpacer">
  674. <property name="orientation">
  675. <enum>Qt::Horizontal</enum>
  676. </property>
  677. <property name="sizeHint" stdset="0">
  678. <size>
  679. <width>40</width>
  680. <height>20</height>
  681. </size>
  682. </property>
  683. </spacer>
  684. </item>
  685. </layout>
  686. </item>
  687. <item>
  688. <widget class="QTreeView" name="IncomingProductDependenciesTreeView">
  689. <property name="rootIsDecorated">
  690. <bool>false</bool>
  691. </property>
  692. <property name="uniformRowHeights">
  693. <bool>true</bool>
  694. </property>
  695. <property name="sortingEnabled">
  696. <bool>false</bool>
  697. </property>
  698. <property name="headerHidden">
  699. <bool>true</bool>
  700. </property>
  701. <attribute name="headerDefaultSectionSize">
  702. <number>42</number>
  703. </attribute>
  704. </widget>
  705. </item>
  706. </layout>
  707. </widget>
  708. <widget class="QWidget" name="MissingDependenciesTab">
  709. <attribute name="title">
  710. <string>Missing Dependencies</string>
  711. </attribute>
  712. <layout class="QVBoxLayout" name="MissingDependenciesTabLayout">
  713. <item>
  714. <layout class="QHBoxLayout" name="MissingDependenciesLayout">
  715. <item>
  716. <layout class="QVBoxLayout" name="supportContainer">
  717. <property name="spacing">
  718. <number>0</number>
  719. </property>
  720. <item>
  721. <spacer name="verticalSpacer_5">
  722. <property name="orientation">
  723. <enum>Qt::Vertical</enum>
  724. </property>
  725. <property name="sizeType">
  726. <enum>QSizePolicy::Fixed</enum>
  727. </property>
  728. <property name="sizeHint" stdset="0">
  729. <size>
  730. <width>1</width>
  731. <height>2</height>
  732. </size>
  733. </property>
  734. </spacer>
  735. </item>
  736. <item>
  737. <widget class="QLabel" name="missingDependencyErrorIcon">
  738. <property name="sizePolicy">
  739. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  740. <horstretch>0</horstretch>
  741. <verstretch>0</verstretch>
  742. </sizepolicy>
  743. </property>
  744. <property name="minimumSize">
  745. <size>
  746. <width>15</width>
  747. <height>19</height>
  748. </size>
  749. </property>
  750. <property name="maximumSize">
  751. <size>
  752. <width>15</width>
  753. <height>19</height>
  754. </size>
  755. </property>
  756. <property name="toolTip">
  757. <string>This asset has one or more missing product dependencies. Click the help button for info on how to resolve this.</string>
  758. </property>
  759. <property name="styleSheet">
  760. <string notr="true">padding:0px</string>
  761. </property>
  762. <property name="text">
  763. <string/>
  764. </property>
  765. <property name="pixmap">
  766. <pixmap>:/stylesheet/img/logging/error.svg</pixmap>
  767. </property>
  768. <property name="scaledContents">
  769. <bool>true</bool>
  770. </property>
  771. </widget>
  772. </item>
  773. </layout>
  774. </item>
  775. <item>
  776. <widget class="QLabel" name="MissingProductDependenciesTitleLabel">
  777. <property name="font">
  778. <font>
  779. <family>12pt</family>
  780. <pointsize>8</pointsize>
  781. <weight>75</weight>
  782. <italic>false</italic>
  783. <bold>true</bold>
  784. </font>
  785. </property>
  786. <property name="styleSheet">
  787. <string notr="true">font: bold, 12pt;</string>
  788. </property>
  789. <property name="text">
  790. <string>Missing Product Dependencies:</string>
  791. </property>
  792. <property name="alignment">
  793. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  794. </property>
  795. </widget>
  796. </item>
  797. <item>
  798. <widget class="QLabel" name="MissingProductDependenciesValueLabel">
  799. <property name="styleSheet">
  800. <string notr="true">font: 12pt;</string>
  801. </property>
  802. <property name="text">
  803. <string>Number of missing product dependencies here</string>
  804. </property>
  805. <property name="textInteractionFlags">
  806. <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
  807. </property>
  808. </widget>
  809. </item>
  810. <item>
  811. <layout class="QVBoxLayout" name="MissingProductDependenciesSupportContainer">
  812. <property name="spacing">
  813. <number>0</number>
  814. </property>
  815. <item>
  816. <widget class="QPushButton" name="MissingProductDependenciesSupport">
  817. <property name="sizePolicy">
  818. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  819. <horstretch>0</horstretch>
  820. <verstretch>0</verstretch>
  821. </sizepolicy>
  822. </property>
  823. <property name="minimumSize">
  824. <size>
  825. <width>36</width>
  826. <height>12</height>
  827. </size>
  828. </property>
  829. <property name="maximumSize">
  830. <size>
  831. <width>36</width>
  832. <height>12</height>
  833. </size>
  834. </property>
  835. <property name="toolTip">
  836. <string>Opens the documentation for missing dependencies in your web browser.</string>
  837. </property>
  838. <property name="flat">
  839. <bool>true</bool>
  840. </property>
  841. </widget>
  842. </item>
  843. <item>
  844. <spacer name="verticalSpacer_6">
  845. <property name="orientation">
  846. <enum>Qt::Vertical</enum>
  847. </property>
  848. <property name="sizeType">
  849. <enum>QSizePolicy::Fixed</enum>
  850. </property>
  851. <property name="sizeHint" stdset="0">
  852. <size>
  853. <width>1</width>
  854. <height>8</height>
  855. </size>
  856. </property>
  857. </spacer>
  858. </item>
  859. </layout>
  860. </item>
  861. <item>
  862. <spacer name="MissingDependenciesSpacer">
  863. <property name="orientation">
  864. <enum>Qt::Horizontal</enum>
  865. </property>
  866. <property name="sizeHint" stdset="0">
  867. <size>
  868. <width>40</width>
  869. <height>20</height>
  870. </size>
  871. </property>
  872. </spacer>
  873. </item>
  874. </layout>
  875. </item>
  876. <item>
  877. <layout class="QHBoxLayout" name="MissingDependenciesButtonsLayout">
  878. <item>
  879. <widget class="QPushButton" name="ScanMissingDependenciesButton">
  880. <property name="toolTip">
  881. <string>Scans this file for missing dependencies. This may take some time.</string>
  882. </property>
  883. <property name="text">
  884. <string>Scan file</string>
  885. </property>
  886. </widget>
  887. </item>
  888. <item>
  889. <widget class="QPushButton" name="ClearMissingDependenciesButton">
  890. <property name="toolTip">
  891. <string>Clears previous scan results for this file.</string>
  892. </property>
  893. <property name="text">
  894. <string>Clear results</string>
  895. </property>
  896. </widget>
  897. </item>
  898. </layout>
  899. </item>
  900. <item>
  901. <layout class="QHBoxLayout" name="MissingDependenciesTableLayout">
  902. <item>
  903. <widget class="QTableWidget" name="MissingProductDependenciesTable">
  904. <property name="sizePolicy">
  905. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  906. <horstretch>0</horstretch>
  907. <verstretch>0</verstretch>
  908. </sizepolicy>
  909. </property>
  910. <property name="minimumSize">
  911. <size>
  912. <width>0</width>
  913. <height>32</height>
  914. </size>
  915. </property>
  916. <property name="maximumSize">
  917. <size>
  918. <width>16777215</width>
  919. <height>16777215</height>
  920. </size>
  921. </property>
  922. <property name="verticalScrollBarPolicy">
  923. <enum>Qt::ScrollBarAsNeeded</enum>
  924. </property>
  925. <property name="horizontalScrollBarPolicy">
  926. <enum>Qt::ScrollBarAlwaysOff</enum>
  927. </property>
  928. <property name="sizeAdjustPolicy">
  929. <enum>QAbstractScrollArea::AdjustIgnored</enum>
  930. </property>
  931. <property name="editTriggers">
  932. <set>QAbstractItemView::NoEditTriggers</set>
  933. </property>
  934. <property name="showDropIndicator" stdset="0">
  935. <bool>false</bool>
  936. </property>
  937. <property name="dragDropOverwriteMode">
  938. <bool>false</bool>
  939. </property>
  940. <property name="alternatingRowColors">
  941. <bool>true</bool>
  942. </property>
  943. <property name="selectionMode">
  944. <enum>QAbstractItemView::SingleSelection</enum>
  945. </property>
  946. <property name="showGrid">
  947. <bool>false</bool>
  948. </property>
  949. <property name="columnCount">
  950. <number>3</number>
  951. </property>
  952. <attribute name="horizontalHeaderVisible">
  953. <bool>false</bool>
  954. </attribute>
  955. <attribute name="horizontalHeaderCascadingSectionResizes">
  956. <bool>true</bool>
  957. </attribute>
  958. <attribute name="horizontalHeaderMinimumSectionSize">
  959. <number>24</number>
  960. </attribute>
  961. <attribute name="horizontalHeaderDefaultSectionSize">
  962. <number>24</number>
  963. </attribute>
  964. <attribute name="horizontalHeaderStretchLastSection">
  965. <bool>true</bool>
  966. </attribute>
  967. <attribute name="verticalHeaderVisible">
  968. <bool>false</bool>
  969. </attribute>
  970. <attribute name="verticalHeaderStretchLastSection">
  971. <bool>false</bool>
  972. </attribute>
  973. <column>
  974. <property name="text">
  975. <string>View</string>
  976. </property>
  977. </column>
  978. <column>
  979. <property name="text">
  980. <string>Scan Time</string>
  981. </property>
  982. </column>
  983. <column>
  984. <property name="text">
  985. <string>Asset</string>
  986. </property>
  987. </column>
  988. </widget>
  989. </item>
  990. </layout>
  991. </item>
  992. </layout>
  993. </widget>
  994. </widget>
  995. </item>
  996. </layout>
  997. </widget>
  998. </widget>
  999. </item>
  1000. </layout>
  1001. </item>
  1002. </layout>
  1003. </widget>
  1004. <customwidgets>
  1005. <customwidget>
  1006. <class>AssetProcessor::GoToButton</class>
  1007. <extends>QPushButton</extends>
  1008. <header>native/ui/GoToButton.h</header>
  1009. <container>1</container>
  1010. </customwidget>
  1011. </customwidgets>
  1012. <resources>
  1013. <include location="style/AssetProcessor.qrc"/>
  1014. </resources>
  1015. <connections/>
  1016. </ui>