MainWindows.ui 16 KB

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