generatorprogress.ui 1022 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>GeneratorProgress</class>
  4. <widget class="QDialog" name="GeneratorProgress">
  5. <property name="windowModality">
  6. <enum>Qt::ApplicationModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>400</width>
  13. <height>60</height>
  14. </rect>
  15. </property>
  16. <property name="minimumSize">
  17. <size>
  18. <width>400</width>
  19. <height>60</height>
  20. </size>
  21. </property>
  22. <property name="maximumSize">
  23. <size>
  24. <width>400</width>
  25. <height>64</height>
  26. </size>
  27. </property>
  28. <property name="windowTitle">
  29. <string>Generating map</string>
  30. </property>
  31. <property name="modal">
  32. <bool>true</bool>
  33. </property>
  34. <layout class="QGridLayout" name="gridLayout">
  35. <item row="0" column="0">
  36. <widget class="QProgressBar" name="progressBar">
  37. <property name="value">
  38. <number>0</number>
  39. </property>
  40. </widget>
  41. </item>
  42. </layout>
  43. </widget>
  44. <resources/>
  45. <connections/>
  46. </ui>