AddFile-bak.ui 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AddFileWindows</class>
  4. <widget class="QMainWindow" name="AddFileWindows">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>469</width>
  10. <height>418</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QGridLayout" name="gridLayout">
  18. <item row="0" column="0">
  19. <layout class="QVBoxLayout" name="verticalLayout">
  20. <item>
  21. <layout class="QHBoxLayout" name="horizontalLayout">
  22. <item>
  23. <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,0,0,0,0,0,0,0">
  24. <item>
  25. <widget class="QRadioButton" name="radioButton">
  26. <property name="text">
  27. <string>Filelist</string>
  28. </property>
  29. </widget>
  30. </item>
  31. <item>
  32. <widget class="QRadioButton" name="radioButton_2">
  33. <property name="text">
  34. <string>Netlist</string>
  35. </property>
  36. </widget>
  37. </item>
  38. <item>
  39. <widget class="QRadioButton" name="radioButton_3">
  40. <property name="text">
  41. <string>Verilog 2001</string>
  42. </property>
  43. </widget>
  44. </item>
  45. <item>
  46. <widget class="QRadioButton" name="radioButton_4">
  47. <property name="text">
  48. <string>Verilog 2005</string>
  49. </property>
  50. <property name="checked">
  51. <bool>true</bool>
  52. </property>
  53. </widget>
  54. </item>
  55. <item>
  56. <widget class="QRadioButton" name="radioButton_5">
  57. <property name="text">
  58. <string>SystemVerilog 2005</string>
  59. </property>
  60. </widget>
  61. </item>
  62. <item>
  63. <widget class="QRadioButton" name="radioButton_6">
  64. <property name="text">
  65. <string>SystemVerilog 2009</string>
  66. </property>
  67. </widget>
  68. </item>
  69. <item>
  70. <widget class="QRadioButton" name="radioButton_7">
  71. <property name="text">
  72. <string>SystemVerilog 2012</string>
  73. </property>
  74. </widget>
  75. </item>
  76. <item>
  77. <spacer name="verticalSpacer">
  78. <property name="orientation">
  79. <enum>Qt::Vertical</enum>
  80. </property>
  81. <property name="sizeHint" stdset="0">
  82. <size>
  83. <width>20</width>
  84. <height>40</height>
  85. </size>
  86. </property>
  87. </spacer>
  88. </item>
  89. </layout>
  90. </item>
  91. <item>
  92. <widget class="QTableWidget" name="tableWidget">
  93. <property name="editTriggers">
  94. <set>QAbstractItemView::NoEditTriggers</set>
  95. </property>
  96. <attribute name="horizontalHeaderVisible">
  97. <bool>true</bool>
  98. </attribute>
  99. <attribute name="horizontalHeaderHighlightSections">
  100. <bool>true</bool>
  101. </attribute>
  102. <attribute name="verticalHeaderVisible">
  103. <bool>false</bool>
  104. </attribute>
  105. <row>
  106. <property name="text">
  107. <string>新建行</string>
  108. </property>
  109. </row>
  110. <column>
  111. <property name="text">
  112. <string>path</string>
  113. </property>
  114. </column>
  115. </widget>
  116. </item>
  117. </layout>
  118. </item>
  119. <item>
  120. <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0,0,0">
  121. <item>
  122. <spacer name="horizontalSpacer">
  123. <property name="orientation">
  124. <enum>Qt::Horizontal</enum>
  125. </property>
  126. <property name="sizeHint" stdset="0">
  127. <size>
  128. <width>40</width>
  129. <height>20</height>
  130. </size>
  131. </property>
  132. </spacer>
  133. </item>
  134. <item>
  135. <widget class="QPushButton" name="bnt_OK">
  136. <property name="text">
  137. <string>OK</string>
  138. </property>
  139. </widget>
  140. </item>
  141. <item>
  142. <widget class="QPushButton" name="bnt_Cancel">
  143. <property name="text">
  144. <string>Cancel</string>
  145. </property>
  146. </widget>
  147. </item>
  148. <item>
  149. <widget class="QPushButton" name="bnt_Apply">
  150. <property name="text">
  151. <string>Apply</string>
  152. </property>
  153. </widget>
  154. </item>
  155. </layout>
  156. </item>
  157. </layout>
  158. </item>
  159. </layout>
  160. </widget>
  161. <widget class="QMenuBar" name="menubar">
  162. <property name="geometry">
  163. <rect>
  164. <x>0</x>
  165. <y>0</y>
  166. <width>469</width>
  167. <height>23</height>
  168. </rect>
  169. </property>
  170. </widget>
  171. <widget class="QStatusBar" name="statusbar"/>
  172. </widget>
  173. <resources/>
  174. <connections/>
  175. </ui>