MainWindows.ui 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  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="tabPosition">
  29. <enum>QTabWidget::South</enum>
  30. </property>
  31. <property name="currentIndex">
  32. <number>0</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="QTextEdit" name="textEdit">
  86. <property name="sizePolicy">
  87. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  88. <horstretch>0</horstretch>
  89. <verstretch>0</verstretch>
  90. </sizepolicy>
  91. </property>
  92. <property name="minimumSize">
  93. <size>
  94. <width>0</width>
  95. <height>0</height>
  96. </size>
  97. </property>
  98. <property name="maximumSize">
  99. <size>
  100. <width>16777215</width>
  101. <height>25</height>
  102. </size>
  103. </property>
  104. <property name="font">
  105. <font>
  106. <pointsize>12</pointsize>
  107. </font>
  108. </property>
  109. <property name="verticalScrollBarPolicy">
  110. <enum>Qt::ScrollBarAlwaysOff</enum>
  111. </property>
  112. <property name="horizontalScrollBarPolicy">
  113. <enum>Qt::ScrollBarAlwaysOff</enum>
  114. </property>
  115. <property name="lineWrapMode">
  116. <enum>QTextEdit::NoWrap</enum>
  117. </property>
  118. </widget>
  119. </item>
  120. </layout>
  121. </item>
  122. </layout>
  123. </widget>
  124. <widget class="QMenuBar" name="menubar">
  125. <property name="geometry">
  126. <rect>
  127. <x>0</x>
  128. <y>0</y>
  129. <width>1056</width>
  130. <height>23</height>
  131. </rect>
  132. </property>
  133. <widget class="QMenu" name="menuFile">
  134. <property name="title">
  135. <string>File</string>
  136. </property>
  137. <addaction name="actionStop_GUI"/>
  138. <addaction name="actionExit"/>
  139. </widget>
  140. <widget class="QMenu" name="menuEdit">
  141. <property name="title">
  142. <string>Edit</string>
  143. </property>
  144. <addaction name="actionCopy"/>
  145. <addaction name="actionPast"/>
  146. <addaction name="actionSelect_all"/>
  147. </widget>
  148. <widget class="QMenu" name="menuView">
  149. <property name="title">
  150. <string>View</string>
  151. </property>
  152. <addaction name="actionIncr_Font"/>
  153. <addaction name="actionDecr_Font"/>
  154. <addaction name="separator"/>
  155. <addaction name="actionToolbar"/>
  156. <addaction name="actionSidebar"/>
  157. <addaction name="actionConsole"/>
  158. <addaction name="actionStatusBar"/>
  159. <addaction name="separator"/>
  160. <addaction name="actionSave_as_Default"/>
  161. <addaction name="actionPreferences"/>
  162. </widget>
  163. <widget class="QMenu" name="menuDsign">
  164. <property name="title">
  165. <string>Design</string>
  166. </property>
  167. <addaction name="actionAnalyze"/>
  168. <addaction name="actionElaborate"/>
  169. <addaction name="actionRead_Timing_Constraint"/>
  170. <addaction name="actionRead_Power_Intent"/>
  171. <addaction name="separator"/>
  172. <addaction name="actionReload_Design"/>
  173. </widget>
  174. <widget class="QMenu" name="menuReport">
  175. <property name="title">
  176. <string>Report</string>
  177. </property>
  178. <addaction name="actionReport_Exceptions"/>
  179. <addaction name="actionReport_Clocks"/>
  180. <addaction name="separator"/>
  181. <addaction name="actionReport_Virtual_Timing"/>
  182. </widget>
  183. <widget class="QMenu" name="menuWindow">
  184. <property name="title">
  185. <string>Window</string>
  186. </property>
  187. <addaction name="actionDesign_Hierarchy"/>
  188. <addaction name="separator"/>
  189. <addaction name="actionReport1"/>
  190. <addaction name="actionReport2"/>
  191. <addaction name="separator"/>
  192. <addaction name="actionLog"/>
  193. <addaction name="actionHistory"/>
  194. <addaction name="actionMessages"/>
  195. </widget>
  196. <widget class="QMenu" name="menuHelp">
  197. <property name="title">
  198. <string>Help</string>
  199. </property>
  200. <addaction name="actionAbout"/>
  201. </widget>
  202. <addaction name="menuFile"/>
  203. <addaction name="menuEdit"/>
  204. <addaction name="menuView"/>
  205. <addaction name="menuDsign"/>
  206. <addaction name="menuReport"/>
  207. <addaction name="menuWindow"/>
  208. <addaction name="menuHelp"/>
  209. </widget>
  210. <widget class="QToolBar" name="toolBar">
  211. <property name="windowTitle">
  212. <string>toolBar</string>
  213. </property>
  214. <attribute name="toolBarArea">
  215. <enum>TopToolBarArea</enum>
  216. </attribute>
  217. <attribute name="toolBarBreak">
  218. <bool>false</bool>
  219. </attribute>
  220. <addaction name="actionCopy"/>
  221. <addaction name="actionPast"/>
  222. <addaction name="actionSelect_all"/>
  223. <addaction name="separator"/>
  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="QStatusBar" name="statusbar"/>
  232. <action name="actionStop_GUI">
  233. <property name="text">
  234. <string>Stop GUI</string>
  235. </property>
  236. </action>
  237. <action name="actionExit">
  238. <property name="text">
  239. <string>Exit</string>
  240. </property>
  241. </action>
  242. <action name="actionCopy">
  243. <property name="icon">
  244. <iconset>
  245. <normalon>:/icon/resource/Copy.png</normalon>
  246. </iconset>
  247. </property>
  248. <property name="text">
  249. <string>Copy</string>
  250. </property>
  251. <property name="toolTip">
  252. <string>Copy</string>
  253. </property>
  254. <property name="whatsThis">
  255. <string extracomment="Copy"/>
  256. </property>
  257. <property name="visible">
  258. <bool>true</bool>
  259. </property>
  260. </action>
  261. <action name="actionPast">
  262. <property name="icon">
  263. <iconset>
  264. <normalon>:/icon/resource/Past.png</normalon>
  265. </iconset>
  266. </property>
  267. <property name="text">
  268. <string>Paste</string>
  269. </property>
  270. </action>
  271. <action name="actionSelect_all">
  272. <property name="icon">
  273. <iconset>
  274. <normalon>:/icon/resource/Select All.png</normalon>
  275. </iconset>
  276. </property>
  277. <property name="text">
  278. <string>Select All</string>
  279. </property>
  280. </action>
  281. <action name="actionIncr_Font">
  282. <property name="text">
  283. <string>Incr Font</string>
  284. </property>
  285. </action>
  286. <action name="actionDecr_Font">
  287. <property name="text">
  288. <string>Decr Font</string>
  289. </property>
  290. </action>
  291. <action name="actionToolbar">
  292. <property name="checkable">
  293. <bool>true</bool>
  294. </property>
  295. <property name="text">
  296. <string>Toolbar</string>
  297. </property>
  298. </action>
  299. <action name="actionSidebar">
  300. <property name="checkable">
  301. <bool>true</bool>
  302. </property>
  303. <property name="text">
  304. <string>Sidebar</string>
  305. </property>
  306. </action>
  307. <action name="actionConsole">
  308. <property name="checkable">
  309. <bool>true</bool>
  310. </property>
  311. <property name="text">
  312. <string>Console</string>
  313. </property>
  314. </action>
  315. <action name="actionStatusBar">
  316. <property name="checkable">
  317. <bool>true</bool>
  318. </property>
  319. <property name="text">
  320. <string>StatusBar</string>
  321. </property>
  322. </action>
  323. <action name="actionSave_as_Default">
  324. <property name="text">
  325. <string>Save as Default</string>
  326. </property>
  327. </action>
  328. <action name="actionPreferences">
  329. <property name="text">
  330. <string>Preferences</string>
  331. </property>
  332. </action>
  333. <action name="actionAnalyze">
  334. <property name="icon">
  335. <iconset>
  336. <normalon>:/icon/resource/Analyze.png</normalon>
  337. </iconset>
  338. </property>
  339. <property name="text">
  340. <string>Analyze</string>
  341. </property>
  342. </action>
  343. <action name="actionElaborate">
  344. <property name="icon">
  345. <iconset>
  346. <normalon>:/icon/resource/Elaborate.png</normalon>
  347. </iconset>
  348. </property>
  349. <property name="text">
  350. <string>Elaborate</string>
  351. </property>
  352. </action>
  353. <action name="actionRead_Timing_Constraint">
  354. <property name="icon">
  355. <iconset>
  356. <normalon>:/icon/resource/Read Timing Constraint.png</normalon>
  357. </iconset>
  358. </property>
  359. <property name="text">
  360. <string>Read Timing Constraint</string>
  361. </property>
  362. </action>
  363. <action name="actionRead_Power_Intent">
  364. <property name="enabled">
  365. <bool>false</bool>
  366. </property>
  367. <property name="icon">
  368. <iconset>
  369. <normalon>:/icon/resource/Read Power Intent.png</normalon>
  370. </iconset>
  371. </property>
  372. <property name="text">
  373. <string>Read Power Intent</string>
  374. </property>
  375. <property name="font">
  376. <font>
  377. <strikeout>false</strikeout>
  378. </font>
  379. </property>
  380. </action>
  381. <action name="actionReload_Design">
  382. <property name="icon">
  383. <iconset>
  384. <normalon>:/icon/resource/Reload Design.png</normalon>
  385. </iconset>
  386. </property>
  387. <property name="text">
  388. <string>Reload Design</string>
  389. </property>
  390. </action>
  391. <action name="actionReport_Exceptions">
  392. <property name="text">
  393. <string>Report Exceptions</string>
  394. </property>
  395. </action>
  396. <action name="actionReport_Clocks">
  397. <property name="text">
  398. <string>Report Clocks</string>
  399. </property>
  400. </action>
  401. <action name="actionReport_Virtual_Timing">
  402. <property name="text">
  403. <string>Report Virtual Timing</string>
  404. </property>
  405. </action>
  406. <action name="actionDesign_Hierarchy">
  407. <property name="checkable">
  408. <bool>true</bool>
  409. </property>
  410. <property name="checked">
  411. <bool>true</bool>
  412. </property>
  413. <property name="text">
  414. <string>Design Hierarchy</string>
  415. </property>
  416. </action>
  417. <action name="actionReport1">
  418. <property name="checkable">
  419. <bool>true</bool>
  420. </property>
  421. <property name="text">
  422. <string>Report1</string>
  423. </property>
  424. </action>
  425. <action name="actionReport2">
  426. <property name="checkable">
  427. <bool>true</bool>
  428. </property>
  429. <property name="text">
  430. <string>Report2</string>
  431. </property>
  432. </action>
  433. <action name="actionLog">
  434. <property name="checkable">
  435. <bool>true</bool>
  436. </property>
  437. <property name="text">
  438. <string>Log</string>
  439. </property>
  440. </action>
  441. <action name="actionHistory">
  442. <property name="checkable">
  443. <bool>true</bool>
  444. </property>
  445. <property name="text">
  446. <string>History</string>
  447. </property>
  448. </action>
  449. <action name="actionMessages">
  450. <property name="checkable">
  451. <bool>true</bool>
  452. </property>
  453. <property name="text">
  454. <string>Messages</string>
  455. </property>
  456. </action>
  457. <action name="actionAbout">
  458. <property name="text">
  459. <string>About</string>
  460. </property>
  461. </action>
  462. </widget>
  463. <resources>
  464. <include location="img.qrc"/>
  465. </resources>
  466. <connections/>
  467. </ui>