MainWindows.ui 14 KB

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