ctkCLModuleExplorerMainWindow.ui 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkCLModuleExplorerMainWindow</class>
  4. <widget class="QMainWindow" name="ctkCLModuleExplorerMainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>800</width>
  10. <height>600</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>CTK Command Line Module Explorer</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QHBoxLayout" name="horizontalLayout">
  18. <property name="margin">
  19. <number>0</number>
  20. </property>
  21. <item>
  22. <widget class="QTabWidget" name="mainTabWidget">
  23. <property name="currentIndex">
  24. <number>-1</number>
  25. </property>
  26. <property name="elideMode">
  27. <enum>Qt::ElideMiddle</enum>
  28. </property>
  29. <property name="tabsClosable">
  30. <bool>true</bool>
  31. </property>
  32. <property name="movable">
  33. <bool>true</bool>
  34. </property>
  35. </widget>
  36. </item>
  37. </layout>
  38. </widget>
  39. <widget class="QMenuBar" name="menubar">
  40. <property name="geometry">
  41. <rect>
  42. <x>0</x>
  43. <y>0</y>
  44. <width>800</width>
  45. <height>25</height>
  46. </rect>
  47. </property>
  48. </widget>
  49. <widget class="QStatusBar" name="statusbar"/>
  50. <widget class="QToolBar" name="toolBar">
  51. <property name="windowTitle">
  52. <string>toolBar</string>
  53. </property>
  54. <attribute name="toolBarArea">
  55. <enum>TopToolBarArea</enum>
  56. </attribute>
  57. <attribute name="toolBarBreak">
  58. <bool>false</bool>
  59. </attribute>
  60. <addaction name="actionRun"/>
  61. <addaction name="actionStop"/>
  62. </widget>
  63. <action name="actionRun">
  64. <property name="icon">
  65. <iconset resource="resources/ctkCLModuleExplorer.qrc">
  66. <normaloff>:/icons/run.png</normaloff>:/icons/run.png</iconset>
  67. </property>
  68. <property name="text">
  69. <string>Run</string>
  70. </property>
  71. <property name="toolTip">
  72. <string>Run CLI Plug-in</string>
  73. </property>
  74. <property name="shortcut">
  75. <string>Ctrl+R</string>
  76. </property>
  77. </action>
  78. <action name="actionStop">
  79. <property name="icon">
  80. <iconset resource="resources/ctkCLModuleExplorer.qrc">
  81. <normaloff>:/icons/stop.png</normaloff>:/icons/stop.png</iconset>
  82. </property>
  83. <property name="text">
  84. <string>Stop</string>
  85. </property>
  86. <property name="toolTip">
  87. <string>Stop CLI Plug-in</string>
  88. </property>
  89. <property name="shortcut">
  90. <string>Ctrl+C</string>
  91. </property>
  92. </action>
  93. </widget>
  94. <resources>
  95. <include location="resources/ctkCLModuleExplorer.qrc"/>
  96. </resources>
  97. <connections/>
  98. </ui>