MainWindows.ui 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1056</width>
  10. <height>871</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. <widget class="QSplitter" name="splitter">
  20. <property name="orientation">
  21. <enum>Qt::Vertical</enum>
  22. </property>
  23. <property name="handleWidth">
  24. <number>5</number>
  25. </property>
  26. <widget class="QMdiArea" name="mdiArea"/>
  27. <widget class="QTabWidget" name="tabWidget">
  28. <property name="contextMenuPolicy">
  29. <enum>Qt::NoContextMenu</enum>
  30. </property>
  31. <property name="tabPosition">
  32. <enum>QTabWidget::South</enum>
  33. </property>
  34. <property name="currentIndex">
  35. <number>0</number>
  36. </property>
  37. <widget class="QWidget" name="LogPage">
  38. <attribute name="title">
  39. <string>Log</string>
  40. </attribute>
  41. <layout class="QGridLayout" name="gridLayout_2">
  42. <item row="0" column="0">
  43. <widget class="QTextBrowser" name="LogText">
  44. <property name="contextMenuPolicy">
  45. <enum>Qt::NoContextMenu</enum>
  46. </property>
  47. <property name="textInteractionFlags">
  48. <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
  49. </property>
  50. </widget>
  51. </item>
  52. </layout>
  53. </widget>
  54. <widget class="QWidget" name="HistoryPage">
  55. <attribute name="title">
  56. <string>History</string>
  57. </attribute>
  58. <layout class="QGridLayout" name="gridLayout_3">
  59. <item row="0" column="0">
  60. <widget class="QTableWidget" name="tableHistory">
  61. <property name="contextMenuPolicy">
  62. <enum>Qt::CustomContextMenu</enum>
  63. </property>
  64. <property name="editTriggers">
  65. <set>QAbstractItemView::NoEditTriggers</set>
  66. </property>
  67. <property name="selectionMode">
  68. <enum>QAbstractItemView::SingleSelection</enum>
  69. </property>
  70. <property name="selectionBehavior">
  71. <enum>QAbstractItemView::SelectRows</enum>
  72. </property>
  73. <property name="showGrid">
  74. <bool>false</bool>
  75. </property>
  76. <attribute name="horizontalHeaderVisible">
  77. <bool>false</bool>
  78. </attribute>
  79. <attribute name="verticalHeaderVisible">
  80. <bool>false</bool>
  81. </attribute>
  82. <column>
  83. <property name="text">
  84. <string>新建列</string>
  85. </property>
  86. </column>
  87. </widget>
  88. </item>
  89. </layout>
  90. </widget>
  91. <widget class="QWidget" name="MessagePage">
  92. <attribute name="title">
  93. <string>Message</string>
  94. </attribute>
  95. <layout class="QGridLayout" name="gridLayout_4">
  96. <item row="0" column="0">
  97. <widget class="QTreeWidget" name="MessageTreeView">
  98. <property name="contextMenuPolicy">
  99. <enum>Qt::CustomContextMenu</enum>
  100. </property>
  101. <property name="headerHidden">
  102. <bool>true</bool>
  103. </property>
  104. <column>
  105. <property name="text">
  106. <string notr="true">1</string>
  107. </property>
  108. </column>
  109. </widget>
  110. </item>
  111. </layout>
  112. </widget>
  113. </widget>
  114. </widget>
  115. </item>
  116. <item row="1" column="0">
  117. <layout class="QHBoxLayout" name="horizontalLayout_2">
  118. <item>
  119. <widget class="QPushButton" name="btn_shell">
  120. <property name="text">
  121. <string>nc_shell-p&gt;</string>
  122. </property>
  123. </widget>
  124. </item>
  125. <item>
  126. <widget class="QTextEdit" name="textEdit">
  127. <property name="sizePolicy">
  128. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  129. <horstretch>0</horstretch>
  130. <verstretch>0</verstretch>
  131. </sizepolicy>
  132. </property>
  133. <property name="minimumSize">
  134. <size>
  135. <width>0</width>
  136. <height>0</height>
  137. </size>
  138. </property>
  139. <property name="maximumSize">
  140. <size>
  141. <width>16777215</width>
  142. <height>25</height>
  143. </size>
  144. </property>
  145. <property name="font">
  146. <font>
  147. <pointsize>12</pointsize>
  148. </font>
  149. </property>
  150. <property name="verticalScrollBarPolicy">
  151. <enum>Qt::ScrollBarAlwaysOff</enum>
  152. </property>
  153. <property name="horizontalScrollBarPolicy">
  154. <enum>Qt::ScrollBarAlwaysOff</enum>
  155. </property>
  156. <property name="lineWrapMode">
  157. <enum>QTextEdit::NoWrap</enum>
  158. </property>
  159. </widget>
  160. </item>
  161. </layout>
  162. </item>
  163. </layout>
  164. </widget>
  165. <widget class="QMenuBar" name="menubar">
  166. <property name="geometry">
  167. <rect>
  168. <x>0</x>
  169. <y>0</y>
  170. <width>1056</width>
  171. <height>23</height>
  172. </rect>
  173. </property>
  174. <widget class="QMenu" name="menuFile">
  175. <property name="title">
  176. <string>File</string>
  177. </property>
  178. <addaction name="actionStop_GUI"/>
  179. <addaction name="actionExit"/>
  180. </widget>
  181. <widget class="QMenu" name="menuEdit">
  182. <property name="title">
  183. <string>Edit</string>
  184. </property>
  185. <addaction name="actionCopy"/>
  186. <addaction name="actionPast"/>
  187. <addaction name="actionSelect_all"/>
  188. </widget>
  189. <widget class="QMenu" name="menuView">
  190. <property name="title">
  191. <string>View</string>
  192. </property>
  193. <addaction name="actionIncr_Font"/>
  194. <addaction name="actionDecr_Font"/>
  195. <addaction name="separator"/>
  196. <addaction name="actionToolbar"/>
  197. <addaction name="actionSidebar"/>
  198. <addaction name="actionConsole"/>
  199. <addaction name="actionStatusBar"/>
  200. <addaction name="separator"/>
  201. <addaction name="actionSave_as_Default"/>
  202. <addaction name="actionPreferences"/>
  203. </widget>
  204. <widget class="QMenu" name="menuDsign">
  205. <property name="title">
  206. <string>Design</string>
  207. </property>
  208. <addaction name="actionAnalyze"/>
  209. <addaction name="actionElaborate"/>
  210. <addaction name="actionRead_Timing_Constraint"/>
  211. <addaction name="actionRead_Power_Intent"/>
  212. <addaction name="separator"/>
  213. <addaction name="actionReload_Design"/>
  214. </widget>
  215. <widget class="QMenu" name="menuReport">
  216. <property name="title">
  217. <string>Report</string>
  218. </property>
  219. <addaction name="actionReport_Exceptions"/>
  220. <addaction name="actionReport_Clocks"/>
  221. <addaction name="separator"/>
  222. <addaction name="actionReport_Virtual_Timing"/>
  223. </widget>
  224. <widget class="QMenu" name="menuWindow">
  225. <property name="title">
  226. <string>Window</string>
  227. </property>
  228. <addaction name="actionDesign_Hierarchy"/>
  229. <addaction name="separator"/>
  230. <addaction name="actionReport1"/>
  231. <addaction name="actionReport2"/>
  232. <addaction name="separator"/>
  233. <addaction name="actionLog"/>
  234. <addaction name="actionHistory"/>
  235. <addaction name="actionMessages"/>
  236. </widget>
  237. <widget class="QMenu" name="menuHelp">
  238. <property name="title">
  239. <string>Help</string>
  240. </property>
  241. <addaction name="actionAbout"/>
  242. </widget>
  243. <addaction name="menuFile"/>
  244. <addaction name="menuEdit"/>
  245. <addaction name="menuView"/>
  246. <addaction name="menuDsign"/>
  247. <addaction name="menuReport"/>
  248. <addaction name="menuWindow"/>
  249. <addaction name="menuHelp"/>
  250. </widget>
  251. <widget class="QToolBar" name="toolBar">
  252. <property name="windowTitle">
  253. <string>toolBar</string>
  254. </property>
  255. <attribute name="toolBarArea">
  256. <enum>TopToolBarArea</enum>
  257. </attribute>
  258. <attribute name="toolBarBreak">
  259. <bool>false</bool>
  260. </attribute>
  261. <addaction name="actionCopy"/>
  262. <addaction name="actionPast"/>
  263. <addaction name="actionSelect_all"/>
  264. <addaction name="separator"/>
  265. <addaction name="actionAnalyze"/>
  266. <addaction name="actionElaborate"/>
  267. <addaction name="actionRead_Timing_Constraint"/>
  268. <addaction name="actionRead_Power_Intent"/>
  269. <addaction name="separator"/>
  270. <addaction name="actionReload_Design"/>
  271. </widget>
  272. <widget class="QStatusBar" name="statusbar"/>
  273. <action name="actionStop_GUI">
  274. <property name="text">
  275. <string>Stop GUI</string>
  276. </property>
  277. </action>
  278. <action name="actionExit">
  279. <property name="text">
  280. <string>Exit</string>
  281. </property>
  282. </action>
  283. <action name="actionCopy">
  284. <property name="icon">
  285. <iconset>
  286. <normalon>:/icon/resource/Copy.png</normalon>
  287. </iconset>
  288. </property>
  289. <property name="text">
  290. <string>Copy</string>
  291. </property>
  292. <property name="toolTip">
  293. <string>Copy</string>
  294. </property>
  295. <property name="whatsThis">
  296. <string extracomment="Copy"/>
  297. </property>
  298. <property name="visible">
  299. <bool>true</bool>
  300. </property>
  301. </action>
  302. <action name="actionPast">
  303. <property name="icon">
  304. <iconset>
  305. <normalon>:/icon/resource/Past.png</normalon>
  306. </iconset>
  307. </property>
  308. <property name="text">
  309. <string>Paste</string>
  310. </property>
  311. </action>
  312. <action name="actionSelect_all">
  313. <property name="icon">
  314. <iconset>
  315. <normalon>:/icon/resource/Select All.png</normalon>
  316. </iconset>
  317. </property>
  318. <property name="text">
  319. <string>Select All</string>
  320. </property>
  321. </action>
  322. <action name="actionIncr_Font">
  323. <property name="text">
  324. <string>Incr Font</string>
  325. </property>
  326. </action>
  327. <action name="actionDecr_Font">
  328. <property name="text">
  329. <string>Decr Font</string>
  330. </property>
  331. </action>
  332. <action name="actionToolbar">
  333. <property name="checkable">
  334. <bool>true</bool>
  335. </property>
  336. <property name="text">
  337. <string>Toolbar</string>
  338. </property>
  339. </action>
  340. <action name="actionSidebar">
  341. <property name="checkable">
  342. <bool>true</bool>
  343. </property>
  344. <property name="text">
  345. <string>Sidebar</string>
  346. </property>
  347. </action>
  348. <action name="actionConsole">
  349. <property name="checkable">
  350. <bool>true</bool>
  351. </property>
  352. <property name="text">
  353. <string>Console</string>
  354. </property>
  355. </action>
  356. <action name="actionStatusBar">
  357. <property name="checkable">
  358. <bool>true</bool>
  359. </property>
  360. <property name="text">
  361. <string>StatusBar</string>
  362. </property>
  363. </action>
  364. <action name="actionSave_as_Default">
  365. <property name="text">
  366. <string>Save as Default</string>
  367. </property>
  368. </action>
  369. <action name="actionPreferences">
  370. <property name="text">
  371. <string>Preferences</string>
  372. </property>
  373. </action>
  374. <action name="actionAnalyze">
  375. <property name="icon">
  376. <iconset>
  377. <normalon>:/icon/resource/Analyze.png</normalon>
  378. </iconset>
  379. </property>
  380. <property name="text">
  381. <string>Analyze</string>
  382. </property>
  383. </action>
  384. <action name="actionElaborate">
  385. <property name="icon">
  386. <iconset>
  387. <normalon>:/icon/resource/Elaborate.png</normalon>
  388. </iconset>
  389. </property>
  390. <property name="text">
  391. <string>Elaborate</string>
  392. </property>
  393. </action>
  394. <action name="actionRead_Timing_Constraint">
  395. <property name="icon">
  396. <iconset>
  397. <normalon>:/icon/resource/Read Timing Constraint.png</normalon>
  398. </iconset>
  399. </property>
  400. <property name="text">
  401. <string>Read Timing Constraint</string>
  402. </property>
  403. </action>
  404. <action name="actionRead_Power_Intent">
  405. <property name="enabled">
  406. <bool>false</bool>
  407. </property>
  408. <property name="icon">
  409. <iconset>
  410. <normalon>:/icon/resource/Read Power Intent.png</normalon>
  411. </iconset>
  412. </property>
  413. <property name="text">
  414. <string>Read Power Intent</string>
  415. </property>
  416. <property name="font">
  417. <font/>
  418. </property>
  419. </action>
  420. <action name="actionReload_Design">
  421. <property name="icon">
  422. <iconset>
  423. <normalon>:/icon/resource/Reload Design.png</normalon>
  424. </iconset>
  425. </property>
  426. <property name="text">
  427. <string>Reload Design</string>
  428. </property>
  429. </action>
  430. <action name="actionReport_Exceptions">
  431. <property name="text">
  432. <string>Report Exceptions</string>
  433. </property>
  434. </action>
  435. <action name="actionReport_Clocks">
  436. <property name="text">
  437. <string>Report Clocks</string>
  438. </property>
  439. </action>
  440. <action name="actionReport_Virtual_Timing">
  441. <property name="text">
  442. <string>Report Virtual Timing</string>
  443. </property>
  444. </action>
  445. <action name="actionDesign_Hierarchy">
  446. <property name="checkable">
  447. <bool>true</bool>
  448. </property>
  449. <property name="checked">
  450. <bool>true</bool>
  451. </property>
  452. <property name="text">
  453. <string>Design Hierarchy</string>
  454. </property>
  455. </action>
  456. <action name="actionReport1">
  457. <property name="checkable">
  458. <bool>true</bool>
  459. </property>
  460. <property name="text">
  461. <string>Report1</string>
  462. </property>
  463. </action>
  464. <action name="actionReport2">
  465. <property name="checkable">
  466. <bool>true</bool>
  467. </property>
  468. <property name="text">
  469. <string>Report2</string>
  470. </property>
  471. </action>
  472. <action name="actionLog">
  473. <property name="checkable">
  474. <bool>true</bool>
  475. </property>
  476. <property name="text">
  477. <string>Log</string>
  478. </property>
  479. </action>
  480. <action name="actionHistory">
  481. <property name="checkable">
  482. <bool>true</bool>
  483. </property>
  484. <property name="text">
  485. <string>History</string>
  486. </property>
  487. </action>
  488. <action name="actionMessages">
  489. <property name="checkable">
  490. <bool>true</bool>
  491. </property>
  492. <property name="text">
  493. <string>Messages</string>
  494. </property>
  495. </action>
  496. <action name="actionAbout">
  497. <property name="text">
  498. <string>About</string>
  499. </property>
  500. </action>
  501. </widget>
  502. <resources>
  503. <include location="img.qrc"/>
  504. </resources>
  505. <connections/>
  506. </ui>