lotroprogresswidget.ui 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>LotroProgressWidget</class>
  4. <widget class="QWidget" name="LotroProgressWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>642</width>
  10. <height>453</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="0" column="0">
  18. <spacer name="verticalSpacer_2">
  19. <property name="orientation">
  20. <enum>Qt::Vertical</enum>
  21. </property>
  22. <property name="sizeHint" stdset="0">
  23. <size>
  24. <width>20</width>
  25. <height>152</height>
  26. </size>
  27. </property>
  28. </spacer>
  29. </item>
  30. <item row="2" column="1">
  31. <spacer name="verticalSpacer">
  32. <property name="orientation">
  33. <enum>Qt::Vertical</enum>
  34. </property>
  35. <property name="sizeHint" stdset="0">
  36. <size>
  37. <width>20</width>
  38. <height>151</height>
  39. </size>
  40. </property>
  41. </spacer>
  42. </item>
  43. <item row="1" column="0" colspan="2">
  44. <widget class="QWidget" name="widget" native="true">
  45. <layout class="QGridLayout" name="gridLayout_2">
  46. <item row="1" column="1">
  47. <widget class="QProgressBar" name="progressBar">
  48. <property name="sizePolicy">
  49. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  50. <horstretch>0</horstretch>
  51. <verstretch>0</verstretch>
  52. </sizepolicy>
  53. </property>
  54. <property name="minimumSize">
  55. <size>
  56. <width>400</width>
  57. <height>0</height>
  58. </size>
  59. </property>
  60. <property name="styleSheet">
  61. <string notr="true">color: white;</string>
  62. </property>
  63. <property name="value">
  64. <number>0</number>
  65. </property>
  66. </widget>
  67. </item>
  68. <item row="0" column="1">
  69. <widget class="QLabel" name="title">
  70. <property name="font">
  71. <font>
  72. <family>a_AlgeriusNr</family>
  73. <pointsize>17</pointsize>
  74. </font>
  75. </property>
  76. <property name="styleSheet">
  77. <string notr="true">color:white</string>
  78. </property>
  79. <property name="text">
  80. <string>Название</string>
  81. </property>
  82. <property name="alignment">
  83. <set>Qt::AlignCenter</set>
  84. </property>
  85. </widget>
  86. </item>
  87. <item row="1" column="2">
  88. <spacer name="horizontalSpacer_2">
  89. <property name="orientation">
  90. <enum>Qt::Horizontal</enum>
  91. </property>
  92. <property name="sizeHint" stdset="0">
  93. <size>
  94. <width>40</width>
  95. <height>20</height>
  96. </size>
  97. </property>
  98. </spacer>
  99. </item>
  100. <item row="2" column="1" colspan="2">
  101. <widget class="QLabel" name="debug_info_common">
  102. <property name="sizePolicy">
  103. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  104. <horstretch>0</horstretch>
  105. <verstretch>0</verstretch>
  106. </sizepolicy>
  107. </property>
  108. <property name="font">
  109. <font>
  110. <family>Trajan Pro 3</family>
  111. </font>
  112. </property>
  113. <property name="styleSheet">
  114. <string notr="true">color: gray;</string>
  115. </property>
  116. <property name="text">
  117. <string>TextLabel</string>
  118. </property>
  119. </widget>
  120. </item>
  121. <item row="1" column="0" rowspan="2">
  122. <spacer name="horizontalSpacer">
  123. <property name="orientation">
  124. <enum>Qt::Horizontal</enum>
  125. </property>
  126. <property name="sizeHint" stdset="0">
  127. <size>
  128. <width>40</width>
  129. <height>20</height>
  130. </size>
  131. </property>
  132. </spacer>
  133. </item>
  134. </layout>
  135. </widget>
  136. </item>
  137. </layout>
  138. </widget>
  139. <resources/>
  140. <connections/>
  141. </ui>