pluginmgr.ui 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>PluginMgrClass</class>
  4. <widget class="QMainWindow" name="PluginMgrClass">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>974</width>
  10. <height>488</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>PluginMgr</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <layout class="QVBoxLayout" name="verticalLayout">
  18. <property name="leftMargin">
  19. <number>3</number>
  20. </property>
  21. <property name="rightMargin">
  22. <number>3</number>
  23. </property>
  24. <property name="bottomMargin">
  25. <number>3</number>
  26. </property>
  27. <item>
  28. <widget class="QTableWidget" name="pluginTable">
  29. <column>
  30. <property name="text">
  31. <string>Name</string>
  32. </property>
  33. </column>
  34. <column>
  35. <property name="text">
  36. <string>Version</string>
  37. </property>
  38. </column>
  39. <column>
  40. <property name="text">
  41. <string>Auther</string>
  42. </property>
  43. </column>
  44. <column>
  45. <property name="text">
  46. <string>Comment</string>
  47. </property>
  48. </column>
  49. <column>
  50. <property name="text">
  51. <string>Path</string>
  52. </property>
  53. </column>
  54. </widget>
  55. </item>
  56. <item>
  57. <layout class="QHBoxLayout" name="horizontalLayout">
  58. <item>
  59. <spacer name="horizontalSpacer_2">
  60. <property name="orientation">
  61. <enum>Qt::Horizontal</enum>
  62. </property>
  63. <property name="sizeHint" stdset="0">
  64. <size>
  65. <width>40</width>
  66. <height>20</height>
  67. </size>
  68. </property>
  69. </spacer>
  70. </item>
  71. <item>
  72. <widget class="QPushButton" name="pluginDirBt">
  73. <property name="text">
  74. <string>Plugin Dir</string>
  75. </property>
  76. </widget>
  77. </item>
  78. <item>
  79. <widget class="QPushButton" name="cancelBt">
  80. <property name="text">
  81. <string>Close</string>
  82. </property>
  83. </widget>
  84. </item>
  85. <item>
  86. <spacer name="horizontalSpacer">
  87. <property name="orientation">
  88. <enum>Qt::Horizontal</enum>
  89. </property>
  90. <property name="sizeHint" stdset="0">
  91. <size>
  92. <width>40</width>
  93. <height>20</height>
  94. </size>
  95. </property>
  96. </spacer>
  97. </item>
  98. </layout>
  99. </item>
  100. </layout>
  101. </widget>
  102. <widget class="QMenuBar" name="menuBar">
  103. <property name="geometry">
  104. <rect>
  105. <x>0</x>
  106. <y>0</y>
  107. <width>974</width>
  108. <height>23</height>
  109. </rect>
  110. </property>
  111. </widget>
  112. <widget class="QToolBar" name="mainToolBar">
  113. <attribute name="toolBarArea">
  114. <enum>TopToolBarArea</enum>
  115. </attribute>
  116. <attribute name="toolBarBreak">
  117. <bool>false</bool>
  118. </attribute>
  119. </widget>
  120. <widget class="QStatusBar" name="statusBar"/>
  121. </widget>
  122. <layoutdefault spacing="6" margin="11"/>
  123. <resources/>
  124. <connections>
  125. <connection>
  126. <sender>cancelBt</sender>
  127. <signal>clicked()</signal>
  128. <receiver>PluginMgrClass</receiver>
  129. <slot>close()</slot>
  130. <hints>
  131. <hint type="sourcelabel">
  132. <x>539</x>
  133. <y>449</y>
  134. </hint>
  135. <hint type="destinationlabel">
  136. <x>637</x>
  137. <y>461</y>
  138. </hint>
  139. </hints>
  140. </connection>
  141. <connection>
  142. <sender>pluginDirBt</sender>
  143. <signal>clicked()</signal>
  144. <receiver>PluginMgrClass</receiver>
  145. <slot>slot_openPluginDir()</slot>
  146. <hints>
  147. <hint type="sourcelabel">
  148. <x>453</x>
  149. <y>453</y>
  150. </hint>
  151. <hint type="destinationlabel">
  152. <x>463</x>
  153. <y>490</y>
  154. </hint>
  155. </hints>
  156. </connection>
  157. </connections>
  158. <slots>
  159. <slot>slot_openPluginDir()</slot>
  160. </slots>
  161. </ui>