MainWindows.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438
  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>890</width>
  10. <height>806</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="tabPosition">
  29. <enum>QTabWidget::South</enum>
  30. </property>
  31. <property name="currentIndex">
  32. <number>2</number>
  33. </property>
  34. <widget class="QWidget" name="LogPage">
  35. <attribute name="title">
  36. <string>Log</string>
  37. </attribute>
  38. <layout class="QGridLayout" name="gridLayout_2">
  39. <item row="0" column="0">
  40. <widget class="QTextEdit" name="LogText">
  41. <property name="readOnly">
  42. <bool>true</bool>
  43. </property>
  44. </widget>
  45. </item>
  46. </layout>
  47. </widget>
  48. <widget class="QWidget" name="HistoryPage">
  49. <attribute name="title">
  50. <string>History</string>
  51. </attribute>
  52. <layout class="QGridLayout" name="gridLayout_3">
  53. <item row="0" column="0">
  54. <widget class="QTextEdit" name="HistoryText">
  55. <property name="readOnly">
  56. <bool>true</bool>
  57. </property>
  58. </widget>
  59. </item>
  60. </layout>
  61. </widget>
  62. <widget class="QWidget" name="MessagePage">
  63. <attribute name="title">
  64. <string>Message</string>
  65. </attribute>
  66. <layout class="QGridLayout" name="gridLayout_4">
  67. <item row="0" column="0">
  68. <widget class="QTreeView" name="treeView"/>
  69. </item>
  70. </layout>
  71. </widget>
  72. </widget>
  73. </widget>
  74. </item>
  75. <item row="1" column="0">
  76. <layout class="QHBoxLayout" name="horizontalLayout_2">
  77. <item>
  78. <widget class="QPushButton" name="pushButton">
  79. <property name="text">
  80. <string>nc_shell-p&gt;</string>
  81. </property>
  82. </widget>
  83. </item>
  84. <item>
  85. <widget class="QLineEdit" name="lineEdit">
  86. <property name="dragEnabled">
  87. <bool>false</bool>
  88. </property>
  89. </widget>
  90. </item>
  91. </layout>
  92. </item>
  93. </layout>
  94. </widget>
  95. <widget class="QMenuBar" name="menubar">
  96. <property name="geometry">
  97. <rect>
  98. <x>0</x>
  99. <y>0</y>
  100. <width>890</width>
  101. <height>23</height>
  102. </rect>
  103. </property>
  104. <widget class="QMenu" name="menuFile">
  105. <property name="title">
  106. <string>File</string>
  107. </property>
  108. <addaction name="actionStop_GUI"/>
  109. <addaction name="actionExit"/>
  110. </widget>
  111. <widget class="QMenu" name="menuEdit">
  112. <property name="title">
  113. <string>Edit</string>
  114. </property>
  115. <addaction name="actionCopy"/>
  116. <addaction name="actionPast"/>
  117. <addaction name="actionSelect_all"/>
  118. </widget>
  119. <widget class="QMenu" name="menuView">
  120. <property name="title">
  121. <string>View</string>
  122. </property>
  123. <addaction name="actionIncr_Font"/>
  124. <addaction name="actionDecr_Font"/>
  125. <addaction name="separator"/>
  126. <addaction name="actionToolbar"/>
  127. <addaction name="actionSidebar"/>
  128. <addaction name="actionConsole"/>
  129. <addaction name="actionStatusBar"/>
  130. <addaction name="separator"/>
  131. <addaction name="actionSave_as_Default"/>
  132. <addaction name="actionPreferences"/>
  133. </widget>
  134. <widget class="QMenu" name="menuDsign">
  135. <property name="title">
  136. <string>Design</string>
  137. </property>
  138. <addaction name="actionAnalyze"/>
  139. <addaction name="actionElaborate"/>
  140. <addaction name="actionRead_Timing_Constraint"/>
  141. <addaction name="actionRead_Power_Intent"/>
  142. <addaction name="separator"/>
  143. <addaction name="actionReload_Design"/>
  144. </widget>
  145. <widget class="QMenu" name="menuReport">
  146. <property name="title">
  147. <string>Report</string>
  148. </property>
  149. <addaction name="actionReport_Exceptions"/>
  150. <addaction name="actionReport_Clocks"/>
  151. <addaction name="separator"/>
  152. <addaction name="actionReport_Virtual_Timing"/>
  153. </widget>
  154. <widget class="QMenu" name="menuWindow">
  155. <property name="title">
  156. <string>Window</string>
  157. </property>
  158. <addaction name="actionDesign_Hierarchy"/>
  159. <addaction name="separator"/>
  160. <addaction name="actionReport1"/>
  161. <addaction name="actionReport2"/>
  162. <addaction name="separator"/>
  163. <addaction name="actionLog"/>
  164. <addaction name="actionHistory"/>
  165. <addaction name="actionMessages"/>
  166. </widget>
  167. <widget class="QMenu" name="menuHelp">
  168. <property name="title">
  169. <string>Help</string>
  170. </property>
  171. <addaction name="actionAbout"/>
  172. </widget>
  173. <addaction name="menuFile"/>
  174. <addaction name="menuEdit"/>
  175. <addaction name="menuView"/>
  176. <addaction name="menuDsign"/>
  177. <addaction name="menuReport"/>
  178. <addaction name="menuWindow"/>
  179. <addaction name="menuHelp"/>
  180. </widget>
  181. <widget class="QToolBar" name="toolBar">
  182. <property name="windowTitle">
  183. <string>toolBar</string>
  184. </property>
  185. <attribute name="toolBarArea">
  186. <enum>TopToolBarArea</enum>
  187. </attribute>
  188. <attribute name="toolBarBreak">
  189. <bool>false</bool>
  190. </attribute>
  191. <addaction name="actionCopy"/>
  192. <addaction name="actionPast"/>
  193. <addaction name="actionSelect_all"/>
  194. <addaction name="separator"/>
  195. <addaction name="actionAnalyze"/>
  196. <addaction name="actionElaborate"/>
  197. <addaction name="actionRead_Timing_Constraint"/>
  198. <addaction name="actionRead_Power_Intent"/>
  199. <addaction name="separator"/>
  200. <addaction name="actionReload_Design"/>
  201. </widget>
  202. <widget class="QStatusBar" name="statusbar"/>
  203. <action name="actionStop_GUI">
  204. <property name="text">
  205. <string>Stop GUI</string>
  206. </property>
  207. </action>
  208. <action name="actionExit">
  209. <property name="text">
  210. <string>Exit</string>
  211. </property>
  212. </action>
  213. <action name="actionCopy">
  214. <property name="icon">
  215. <iconset>
  216. <normalon>:/icon/resource/Copy.png</normalon>
  217. </iconset>
  218. </property>
  219. <property name="text">
  220. <string>Copy</string>
  221. </property>
  222. <property name="toolTip">
  223. <string>Copy</string>
  224. </property>
  225. <property name="whatsThis">
  226. <string extracomment="Copy"/>
  227. </property>
  228. <property name="visible">
  229. <bool>true</bool>
  230. </property>
  231. </action>
  232. <action name="actionPast">
  233. <property name="icon">
  234. <iconset>
  235. <normalon>:/icon/resource/Past.png</normalon>
  236. </iconset>
  237. </property>
  238. <property name="text">
  239. <string>Past</string>
  240. </property>
  241. </action>
  242. <action name="actionSelect_all">
  243. <property name="icon">
  244. <iconset>
  245. <normalon>:/icon/resource/Select All.png</normalon>
  246. </iconset>
  247. </property>
  248. <property name="text">
  249. <string>Select All</string>
  250. </property>
  251. </action>
  252. <action name="actionIncr_Font">
  253. <property name="text">
  254. <string>Incr Font</string>
  255. </property>
  256. </action>
  257. <action name="actionDecr_Font">
  258. <property name="text">
  259. <string>Decr Font</string>
  260. </property>
  261. </action>
  262. <action name="actionToolbar">
  263. <property name="checkable">
  264. <bool>true</bool>
  265. </property>
  266. <property name="text">
  267. <string>Toolbar</string>
  268. </property>
  269. </action>
  270. <action name="actionSidebar">
  271. <property name="checkable">
  272. <bool>true</bool>
  273. </property>
  274. <property name="text">
  275. <string>Sidebar</string>
  276. </property>
  277. </action>
  278. <action name="actionConsole">
  279. <property name="checkable">
  280. <bool>true</bool>
  281. </property>
  282. <property name="text">
  283. <string>Console</string>
  284. </property>
  285. </action>
  286. <action name="actionStatusBar">
  287. <property name="checkable">
  288. <bool>true</bool>
  289. </property>
  290. <property name="text">
  291. <string>StatusBar</string>
  292. </property>
  293. </action>
  294. <action name="actionSave_as_Default">
  295. <property name="text">
  296. <string>Save as Default</string>
  297. </property>
  298. </action>
  299. <action name="actionPreferences">
  300. <property name="text">
  301. <string>Preferences</string>
  302. </property>
  303. </action>
  304. <action name="actionAnalyze">
  305. <property name="icon">
  306. <iconset>
  307. <normalon>:/icon/resource/Analyze.png</normalon>
  308. </iconset>
  309. </property>
  310. <property name="text">
  311. <string>Analyze</string>
  312. </property>
  313. </action>
  314. <action name="actionElaborate">
  315. <property name="icon">
  316. <iconset>
  317. <normalon>:/icon/resource/Elaborate.png</normalon>
  318. </iconset>
  319. </property>
  320. <property name="text">
  321. <string>Elaborate</string>
  322. </property>
  323. </action>
  324. <action name="actionRead_Timing_Constraint">
  325. <property name="icon">
  326. <iconset>
  327. <normalon>:/icon/resource/Read Timing Constraint.png</normalon>
  328. </iconset>
  329. </property>
  330. <property name="text">
  331. <string>Read Timing Constraint</string>
  332. </property>
  333. </action>
  334. <action name="actionRead_Power_Intent">
  335. <property name="enabled">
  336. <bool>false</bool>
  337. </property>
  338. <property name="icon">
  339. <iconset>
  340. <normalon>:/icon/resource/Read Power Intent.png</normalon>
  341. </iconset>
  342. </property>
  343. <property name="text">
  344. <string>Read Power Intent</string>
  345. </property>
  346. <property name="font">
  347. <font>
  348. <strikeout>true</strikeout>
  349. </font>
  350. </property>
  351. </action>
  352. <action name="actionReload_Design">
  353. <property name="icon">
  354. <iconset>
  355. <normalon>:/icon/resource/Reload Design.png</normalon>
  356. </iconset>
  357. </property>
  358. <property name="text">
  359. <string>Reload Design</string>
  360. </property>
  361. </action>
  362. <action name="actionReport_Exceptions">
  363. <property name="text">
  364. <string>Report Exceptions</string>
  365. </property>
  366. </action>
  367. <action name="actionReport_Clocks">
  368. <property name="text">
  369. <string>Report Clocks</string>
  370. </property>
  371. </action>
  372. <action name="actionReport_Virtual_Timing">
  373. <property name="text">
  374. <string>Report Virtual Timing</string>
  375. </property>
  376. </action>
  377. <action name="actionDesign_Hierarchy">
  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>Design Hierarchy</string>
  386. </property>
  387. </action>
  388. <action name="actionReport1">
  389. <property name="checkable">
  390. <bool>true</bool>
  391. </property>
  392. <property name="text">
  393. <string>Report1</string>
  394. </property>
  395. </action>
  396. <action name="actionReport2">
  397. <property name="checkable">
  398. <bool>true</bool>
  399. </property>
  400. <property name="text">
  401. <string>Report2</string>
  402. </property>
  403. </action>
  404. <action name="actionLog">
  405. <property name="checkable">
  406. <bool>true</bool>
  407. </property>
  408. <property name="text">
  409. <string>Log</string>
  410. </property>
  411. </action>
  412. <action name="actionHistory">
  413. <property name="checkable">
  414. <bool>true</bool>
  415. </property>
  416. <property name="text">
  417. <string>History</string>
  418. </property>
  419. </action>
  420. <action name="actionMessages">
  421. <property name="checkable">
  422. <bool>true</bool>
  423. </property>
  424. <property name="text">
  425. <string>Messages</string>
  426. </property>
  427. </action>
  428. <action name="actionAbout">
  429. <property name="text">
  430. <string>About</string>
  431. </property>
  432. </action>
  433. </widget>
  434. <resources>
  435. <include location="img.qrc"/>
  436. </resources>
  437. <connections/>
  438. </ui>