6
0

ProgressDialog.ui 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ProgressDialog</class>
  4. <widget class="QDialog" name="ProgressDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>692</width>
  10. <height>85</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>692</width>
  22. <height>85</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>692</width>
  28. <height>85</height>
  29. </size>
  30. </property>
  31. <property name="cursor">
  32. <cursorShape>WaitCursor</cursorShape>
  33. </property>
  34. <property name="contextMenuPolicy">
  35. <enum>Qt::NoContextMenu</enum>
  36. </property>
  37. <property name="windowTitle">
  38. <string>Carpe Simiam</string>
  39. </property>
  40. <property name="modal">
  41. <bool>true</bool>
  42. </property>
  43. <layout class="QVBoxLayout" name="verticalLayout">
  44. <item>
  45. <widget class="QLabel" name="statusText">
  46. <property name="text">
  47. <string>TextLabel</string>
  48. </property>
  49. </widget>
  50. </item>
  51. <item>
  52. <widget class="QProgressBar" name="progressBar">
  53. <property name="value">
  54. <number>24</number>
  55. </property>
  56. </widget>
  57. </item>
  58. <item>
  59. <layout class="QHBoxLayout" name="horizontalLayout">
  60. <item>
  61. <widget class="QLabel" name="timeRemainingLabel">
  62. <property name="text">
  63. <string/>
  64. </property>
  65. </widget>
  66. </item>
  67. <item>
  68. <spacer name="horizontalSpacer">
  69. <property name="orientation">
  70. <enum>Qt::Horizontal</enum>
  71. </property>
  72. <property name="sizeHint" stdset="0">
  73. <size>
  74. <width>40</width>
  75. <height>20</height>
  76. </size>
  77. </property>
  78. </spacer>
  79. </item>
  80. <item>
  81. <widget class="QPushButton" name="cancelButton">
  82. <property name="text">
  83. <string>Cancel</string>
  84. </property>
  85. <property name="default">
  86. <bool>true</bool>
  87. </property>
  88. <property name="flat">
  89. <bool>false</bool>
  90. </property>
  91. </widget>
  92. </item>
  93. </layout>
  94. </item>
  95. </layout>
  96. </widget>
  97. <resources/>
  98. <connections/>
  99. </ui>