loading_screen.ui 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>LoadingScreen</class>
  4. <widget class="QWidget" name="LoadingScreen">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>746</width>
  10. <height>495</height>
  11. </rect>
  12. </property>
  13. <property name="styleSheet">
  14. <string notr="true">background-color: rgb(0, 0, 0);</string>
  15. </property>
  16. <layout class="QVBoxLayout">
  17. <property name="spacing">
  18. <number>0</number>
  19. </property>
  20. <property name="leftMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="topMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="rightMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="bottomMargin">
  30. <number>0</number>
  31. </property>
  32. <item>
  33. <widget class="QWidget" name="fade_parent" native="true">
  34. <layout class="QVBoxLayout" name="verticalLayout_2">
  35. <property name="spacing">
  36. <number>0</number>
  37. </property>
  38. <property name="leftMargin">
  39. <number>0</number>
  40. </property>
  41. <property name="topMargin">
  42. <number>0</number>
  43. </property>
  44. <property name="rightMargin">
  45. <number>0</number>
  46. </property>
  47. <property name="bottomMargin">
  48. <number>0</number>
  49. </property>
  50. <item alignment="Qt::AlignLeft|Qt::AlignTop">
  51. <widget class="QLabel" name="logo">
  52. <property name="text">
  53. <string/>
  54. </property>
  55. <property name="alignment">
  56. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  57. </property>
  58. <property name="margin">
  59. <number>30</number>
  60. </property>
  61. </widget>
  62. </item>
  63. <item>
  64. <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,1">
  65. <property name="spacing">
  66. <number>15</number>
  67. </property>
  68. <property name="sizeConstraint">
  69. <enum>QLayout::SetNoConstraint</enum>
  70. </property>
  71. <item alignment="Qt::AlignHCenter|Qt::AlignBottom">
  72. <widget class="QLabel" name="stage">
  73. <property name="sizePolicy">
  74. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  75. <horstretch>0</horstretch>
  76. <verstretch>0</verstretch>
  77. </sizepolicy>
  78. </property>
  79. <property name="styleSheet">
  80. <string notr="true">background-color: black; color: white;
  81. font: 75 20pt &quot;Arial&quot;;</string>
  82. </property>
  83. <property name="text">
  84. <string>Loading Shaders 387 / 1628</string>
  85. </property>
  86. </widget>
  87. </item>
  88. <item alignment="Qt::AlignHCenter|Qt::AlignTop">
  89. <widget class="QProgressBar" name="progress_bar">
  90. <property name="sizePolicy">
  91. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  92. <horstretch>0</horstretch>
  93. <verstretch>0</verstretch>
  94. </sizepolicy>
  95. </property>
  96. <property name="minimumSize">
  97. <size>
  98. <width>500</width>
  99. <height>40</height>
  100. </size>
  101. </property>
  102. <property name="styleSheet">
  103. <string notr="true">QProgressBar {
  104. color: white;
  105. border: 2px solid white;
  106. outline-color: black;
  107. border-radius: 20px;
  108. }
  109. QProgressBar::chunk {
  110. background-color: white;
  111. border-radius: 15px;
  112. }</string>
  113. </property>
  114. <property name="value">
  115. <number>50</number>
  116. </property>
  117. <property name="textVisible">
  118. <bool>false</bool>
  119. </property>
  120. <property name="format">
  121. <string>Loading Shaders %v out of %m</string>
  122. </property>
  123. </widget>
  124. </item>
  125. <item alignment="Qt::AlignHCenter|Qt::AlignTop">
  126. <widget class="QLabel" name="value">
  127. <property name="toolTip">
  128. <string notr="true"/>
  129. </property>
  130. <property name="styleSheet">
  131. <string notr="true">background-color: black; color: white;
  132. font: 75 15pt &quot;Arial&quot;;</string>
  133. </property>
  134. <property name="text">
  135. <string>Estimated Time 5m 4s</string>
  136. </property>
  137. </widget>
  138. </item>
  139. </layout>
  140. </item>
  141. <item alignment="Qt::AlignRight|Qt::AlignBottom">
  142. <widget class="QLabel" name="banner">
  143. <property name="styleSheet">
  144. <string notr="true">background-color: black;</string>
  145. </property>
  146. <property name="text">
  147. <string/>
  148. </property>
  149. <property name="alignment">
  150. <set>Qt::AlignCenter</set>
  151. </property>
  152. <property name="margin">
  153. <number>30</number>
  154. </property>
  155. </widget>
  156. </item>
  157. </layout>
  158. </widget>
  159. </item>
  160. </layout>
  161. </widget>
  162. <resources/>
  163. <connections/>
  164. </ui>