ctkCmdLineModuleExplorerProgressWidget.ui 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkCmdLineModuleExplorerProgressWidget</class>
  4. <widget class="QWidget" name="ctkCmdLineModuleExplorerProgressWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>98</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QLabel" name="ProgressTitle">
  19. <property name="text">
  20. <string>TextLabel</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item>
  25. <layout class="QHBoxLayout" name="horizontalLayout">
  26. <item>
  27. <widget class="QProgressBar" name="ProgressBar">
  28. <property name="value">
  29. <number>0</number>
  30. </property>
  31. </widget>
  32. </item>
  33. <item>
  34. <widget class="QToolButton" name="PauseButton">
  35. <property name="text">
  36. <string>...</string>
  37. </property>
  38. <property name="icon">
  39. <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
  40. <normaloff>:/icons/pause.png</normaloff>:/icons/pause.png</iconset>
  41. </property>
  42. <property name="checkable">
  43. <bool>true</bool>
  44. </property>
  45. <property name="autoRaise">
  46. <bool>true</bool>
  47. </property>
  48. </widget>
  49. </item>
  50. <item>
  51. <widget class="QToolButton" name="CancelButton">
  52. <property name="text">
  53. <string>...</string>
  54. </property>
  55. <property name="icon">
  56. <iconset resource="resources/ctkCmdLineModuleExplorer.qrc">
  57. <normaloff>:/icons/stop.png</normaloff>:/icons/stop.png</iconset>
  58. </property>
  59. <property name="autoRaise">
  60. <bool>true</bool>
  61. </property>
  62. </widget>
  63. </item>
  64. </layout>
  65. </item>
  66. <item>
  67. <widget class="QLabel" name="ProgressText">
  68. <property name="text">
  69. <string>TextLabel</string>
  70. </property>
  71. </widget>
  72. </item>
  73. </layout>
  74. </widget>
  75. <resources>
  76. <include location="resources/ctkCmdLineModuleExplorer.qrc"/>
  77. </resources>
  78. <connections/>
  79. </ui>