progresswin.ui 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ProgressWin</class>
  4. <widget class="QWidget" name="ProgressWin">
  5. <property name="windowModality">
  6. <enum>Qt::WindowModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>553</width>
  13. <height>176</height>
  14. </rect>
  15. </property>
  16. <property name="windowTitle">
  17. <string>work progress</string>
  18. </property>
  19. <property name="windowIcon">
  20. <iconset resource="RealCompare.qrc">
  21. <normaloff>:/Resources/edit/global/ndd.ico</normaloff>:/Resources/edit/global/ndd.ico</iconset>
  22. </property>
  23. <layout class="QVBoxLayout" name="verticalLayout">
  24. <property name="spacing">
  25. <number>3</number>
  26. </property>
  27. <property name="leftMargin">
  28. <number>3</number>
  29. </property>
  30. <property name="topMargin">
  31. <number>3</number>
  32. </property>
  33. <property name="rightMargin">
  34. <number>3</number>
  35. </property>
  36. <property name="bottomMargin">
  37. <number>3</number>
  38. </property>
  39. <item>
  40. <widget class="QTextBrowser" name="output">
  41. <property name="horizontalScrollBarPolicy">
  42. <enum>Qt::ScrollBarAlwaysOff</enum>
  43. </property>
  44. </widget>
  45. </item>
  46. <item>
  47. <layout class="QHBoxLayout" name="horizontalLayout">
  48. <item>
  49. <widget class="QLabel" name="label">
  50. <property name="text">
  51. <string>current progress</string>
  52. </property>
  53. </widget>
  54. </item>
  55. <item>
  56. <widget class="QProgressBar" name="progressBar">
  57. <property name="value">
  58. <number>0</number>
  59. </property>
  60. </widget>
  61. </item>
  62. </layout>
  63. </item>
  64. <item>
  65. <layout class="QHBoxLayout" name="horizontalLayout_2">
  66. <item>
  67. <spacer name="horizontalSpacer_2">
  68. <property name="orientation">
  69. <enum>Qt::Horizontal</enum>
  70. </property>
  71. <property name="sizeHint" stdset="0">
  72. <size>
  73. <width>40</width>
  74. <height>20</height>
  75. </size>
  76. </property>
  77. </spacer>
  78. </item>
  79. <item>
  80. <widget class="QPushButton" name="quitBt">
  81. <property name="enabled">
  82. <bool>true</bool>
  83. </property>
  84. <property name="text">
  85. <string>Cancel</string>
  86. </property>
  87. </widget>
  88. </item>
  89. <item>
  90. <spacer name="horizontalSpacer">
  91. <property name="orientation">
  92. <enum>Qt::Horizontal</enum>
  93. </property>
  94. <property name="sizeHint" stdset="0">
  95. <size>
  96. <width>40</width>
  97. <height>20</height>
  98. </size>
  99. </property>
  100. </spacer>
  101. </item>
  102. </layout>
  103. </item>
  104. </layout>
  105. </widget>
  106. <layoutdefault spacing="6" margin="11"/>
  107. <resources>
  108. <include location="RealCompare.qrc"/>
  109. </resources>
  110. <connections>
  111. <connection>
  112. <sender>quitBt</sender>
  113. <signal>clicked()</signal>
  114. <receiver>ProgressWin</receiver>
  115. <slot>slot_quitBt()</slot>
  116. <hints>
  117. <hint type="sourcelabel">
  118. <x>343</x>
  119. <y>178</y>
  120. </hint>
  121. <hint type="destinationlabel">
  122. <x>364</x>
  123. <y>175</y>
  124. </hint>
  125. </hints>
  126. </connection>
  127. </connections>
  128. <slots>
  129. <slot>slot_quitBt()</slot>
  130. </slots>
  131. </ui>