MainWindows.ui 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515
  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="1" column="0">
  19. <layout class="QHBoxLayout" name="horizontalLayout_2">
  20. <item>
  21. <widget class="QPushButton" name="btn_shell">
  22. <property name="text">
  23. <string>nc_shell-p&gt;</string>
  24. </property>
  25. </widget>
  26. </item>
  27. <item>
  28. <widget class="QTextEdit" name="textEdit">
  29. <property name="sizePolicy">
  30. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  31. <horstretch>0</horstretch>
  32. <verstretch>0</verstretch>
  33. </sizepolicy>
  34. </property>
  35. <property name="minimumSize">
  36. <size>
  37. <width>0</width>
  38. <height>0</height>
  39. </size>
  40. </property>
  41. <property name="maximumSize">
  42. <size>
  43. <width>16777215</width>
  44. <height>25</height>
  45. </size>
  46. </property>
  47. <property name="font">
  48. <font>
  49. <pointsize>12</pointsize>
  50. </font>
  51. </property>
  52. <property name="verticalScrollBarPolicy">
  53. <enum>Qt::ScrollBarAlwaysOff</enum>
  54. </property>
  55. <property name="horizontalScrollBarPolicy">
  56. <enum>Qt::ScrollBarAlwaysOff</enum>
  57. </property>
  58. <property name="lineWrapMode">
  59. <enum>QTextEdit::NoWrap</enum>
  60. </property>
  61. </widget>
  62. </item>
  63. </layout>
  64. </item>
  65. <item row="0" column="0">
  66. <widget class="QSplitter" name="splitter">
  67. <property name="orientation">
  68. <enum>Qt::Vertical</enum>
  69. </property>
  70. <property name="handleWidth">
  71. <number>5</number>
  72. </property>
  73. <widget class="QMdiArea" name="mdiArea"/>
  74. <widget class="QTabWidget" name="tabWidget">
  75. <property name="contextMenuPolicy">
  76. <enum>Qt::NoContextMenu</enum>
  77. </property>
  78. <property name="tabPosition">
  79. <enum>QTabWidget::South</enum>
  80. </property>
  81. <property name="currentIndex">
  82. <number>0</number>
  83. </property>
  84. <widget class="QWidget" name="LogPage">
  85. <attribute name="title">
  86. <string>Log</string>
  87. </attribute>
  88. <layout class="QGridLayout" name="gridLayout_2">
  89. <item row="0" column="0">
  90. <widget class="QTextBrowser" name="LogText">
  91. <property name="contextMenuPolicy">
  92. <enum>Qt::NoContextMenu</enum>
  93. </property>
  94. <property name="textInteractionFlags">
  95. <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
  96. </property>
  97. </widget>
  98. </item>
  99. </layout>
  100. </widget>
  101. <widget class="QWidget" name="HistoryPage">
  102. <attribute name="title">
  103. <string>History</string>
  104. </attribute>
  105. <layout class="QGridLayout" name="gridLayout_3">
  106. <item row="0" column="0">
  107. <widget class="QTableWidget" name="tableHistory">
  108. <property name="contextMenuPolicy">
  109. <enum>Qt::CustomContextMenu</enum>
  110. </property>
  111. <property name="editTriggers">
  112. <set>QAbstractItemView::NoEditTriggers</set>
  113. </property>
  114. <property name="selectionMode">
  115. <enum>QAbstractItemView::SingleSelection</enum>
  116. </property>
  117. <property name="selectionBehavior">
  118. <enum>QAbstractItemView::SelectRows</enum>
  119. </property>
  120. <property name="showGrid">
  121. <bool>false</bool>
  122. </property>
  123. <attribute name="horizontalHeaderVisible">
  124. <bool>false</bool>
  125. </attribute>
  126. <attribute name="verticalHeaderVisible">
  127. <bool>false</bool>
  128. </attribute>
  129. <column>
  130. <property name="text">
  131. <string>新建列</string>
  132. </property>
  133. </column>
  134. </widget>
  135. </item>
  136. </layout>
  137. </widget>
  138. <widget class="QWidget" name="MessagePage">
  139. <attribute name="title">
  140. <string>Message</string>
  141. </attribute>
  142. <layout class="QGridLayout" name="gridLayout_4">
  143. <item row="0" column="0">
  144. <widget class="QTreeWidget" name="MessageTreeView">
  145. <property name="contextMenuPolicy">
  146. <enum>Qt::CustomContextMenu</enum>
  147. </property>
  148. <property name="headerHidden">
  149. <bool>true</bool>
  150. </property>
  151. <column>
  152. <property name="text">
  153. <string notr="true">1</string>
  154. </property>
  155. </column>
  156. </widget>
  157. </item>
  158. </layout>
  159. </widget>
  160. </widget>
  161. </widget>
  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="checked">
  337. <bool>true</bool>
  338. </property>
  339. <property name="text">
  340. <string>Toolbar</string>
  341. </property>
  342. </action>
  343. <action name="actionSidebar">
  344. <property name="checkable">
  345. <bool>true</bool>
  346. </property>
  347. <property name="checked">
  348. <bool>true</bool>
  349. </property>
  350. <property name="text">
  351. <string>Sidebar</string>
  352. </property>
  353. </action>
  354. <action name="actionConsole">
  355. <property name="checkable">
  356. <bool>true</bool>
  357. </property>
  358. <property name="checked">
  359. <bool>true</bool>
  360. </property>
  361. <property name="text">
  362. <string>Console</string>
  363. </property>
  364. </action>
  365. <action name="actionStatusBar">
  366. <property name="checkable">
  367. <bool>true</bool>
  368. </property>
  369. <property name="text">
  370. <string>StatusBar</string>
  371. </property>
  372. </action>
  373. <action name="actionSave_as_Default">
  374. <property name="text">
  375. <string>Save as Default</string>
  376. </property>
  377. </action>
  378. <action name="actionPreferences">
  379. <property name="text">
  380. <string>Preferences</string>
  381. </property>
  382. </action>
  383. <action name="actionAnalyze">
  384. <property name="icon">
  385. <iconset>
  386. <normalon>:/icon/resource/Analyze.png</normalon>
  387. </iconset>
  388. </property>
  389. <property name="text">
  390. <string>Analyze</string>
  391. </property>
  392. </action>
  393. <action name="actionElaborate">
  394. <property name="icon">
  395. <iconset>
  396. <normalon>:/icon/resource/Elaborate.png</normalon>
  397. </iconset>
  398. </property>
  399. <property name="text">
  400. <string>Elaborate</string>
  401. </property>
  402. </action>
  403. <action name="actionRead_Timing_Constraint">
  404. <property name="icon">
  405. <iconset>
  406. <normalon>:/icon/resource/Read Timing Constraint.png</normalon>
  407. </iconset>
  408. </property>
  409. <property name="text">
  410. <string>Read Timing Constraint</string>
  411. </property>
  412. </action>
  413. <action name="actionRead_Power_Intent">
  414. <property name="enabled">
  415. <bool>false</bool>
  416. </property>
  417. <property name="icon">
  418. <iconset>
  419. <normalon>:/icon/resource/Read Power Intent.png</normalon>
  420. </iconset>
  421. </property>
  422. <property name="text">
  423. <string>Read Power Intent</string>
  424. </property>
  425. <property name="font">
  426. <font/>
  427. </property>
  428. </action>
  429. <action name="actionReload_Design">
  430. <property name="icon">
  431. <iconset>
  432. <normalon>:/icon/resource/Reload Design.png</normalon>
  433. </iconset>
  434. </property>
  435. <property name="text">
  436. <string>Reload Design</string>
  437. </property>
  438. </action>
  439. <action name="actionReport_Exceptions">
  440. <property name="text">
  441. <string>Report Exceptions</string>
  442. </property>
  443. </action>
  444. <action name="actionReport_Clocks">
  445. <property name="text">
  446. <string>Report Clocks</string>
  447. </property>
  448. </action>
  449. <action name="actionReport_Virtual_Timing">
  450. <property name="text">
  451. <string>Report Virtual Timing</string>
  452. </property>
  453. </action>
  454. <action name="actionDesign_Hierarchy">
  455. <property name="checkable">
  456. <bool>true</bool>
  457. </property>
  458. <property name="checked">
  459. <bool>true</bool>
  460. </property>
  461. <property name="text">
  462. <string>Design Hierarchy</string>
  463. </property>
  464. </action>
  465. <action name="actionReport1">
  466. <property name="checkable">
  467. <bool>true</bool>
  468. </property>
  469. <property name="text">
  470. <string>Report1</string>
  471. </property>
  472. </action>
  473. <action name="actionReport2">
  474. <property name="checkable">
  475. <bool>true</bool>
  476. </property>
  477. <property name="text">
  478. <string>Report2</string>
  479. </property>
  480. </action>
  481. <action name="actionLog">
  482. <property name="checkable">
  483. <bool>true</bool>
  484. </property>
  485. <property name="text">
  486. <string>Log</string>
  487. </property>
  488. </action>
  489. <action name="actionHistory">
  490. <property name="checkable">
  491. <bool>true</bool>
  492. </property>
  493. <property name="text">
  494. <string>History</string>
  495. </property>
  496. </action>
  497. <action name="actionMessages">
  498. <property name="checkable">
  499. <bool>true</bool>
  500. </property>
  501. <property name="text">
  502. <string>Messages</string>
  503. </property>
  504. </action>
  505. <action name="actionAbout">
  506. <property name="text">
  507. <string>About</string>
  508. </property>
  509. </action>
  510. </widget>
  511. <resources>
  512. <include location="img.qrc"/>
  513. </resources>
  514. <connections/>
  515. </ui>