processdialog.ui 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ProcessDialog</class>
  4. <widget class="QDialog" name="ProcessDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>420</width>
  10. <height>280</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QLabel" name="loader">
  17. <property name="geometry">
  18. <rect>
  19. <x>190</x>
  20. <y>15</y>
  21. <width>40</width>
  22. <height>40</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string/>
  27. </property>
  28. </widget>
  29. <widget class="QLabel" name="title">
  30. <property name="geometry">
  31. <rect>
  32. <x>50</x>
  33. <y>90</y>
  34. <width>311</width>
  35. <height>40</height>
  36. </rect>
  37. </property>
  38. <property name="font">
  39. <font>
  40. <family>a_AlgeriusNr</family>
  41. <pointsize>14</pointsize>
  42. </font>
  43. </property>
  44. <property name="styleSheet">
  45. <string notr="true">color:white</string>
  46. </property>
  47. <property name="text">
  48. <string>Название</string>
  49. </property>
  50. <property name="alignment">
  51. <set>Qt::AlignCenter</set>
  52. </property>
  53. </widget>
  54. <widget class="QProgressBar" name="progressBar">
  55. <property name="geometry">
  56. <rect>
  57. <x>50</x>
  58. <y>130</y>
  59. <width>321</width>
  60. <height>31</height>
  61. </rect>
  62. </property>
  63. <property name="styleSheet">
  64. <string notr="true">color: white;</string>
  65. </property>
  66. <property name="value">
  67. <number>0</number>
  68. </property>
  69. </widget>
  70. <widget class="QLabel" name="debug_info">
  71. <property name="geometry">
  72. <rect>
  73. <x>50</x>
  74. <y>200</y>
  75. <width>311</width>
  76. <height>51</height>
  77. </rect>
  78. </property>
  79. <property name="styleSheet">
  80. <string notr="true">color: gray;</string>
  81. </property>
  82. <property name="text">
  83. <string>TextLabel</string>
  84. </property>
  85. </widget>
  86. </widget>
  87. <resources/>
  88. <connections/>
  89. </ui>