MainWindows.ui 15 KB

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