| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>890</width>
- <height>806</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <layout class="QGridLayout" name="gridLayout">
- <item row="0" column="0">
- <widget class="QSplitter" name="splitter">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="handleWidth">
- <number>5</number>
- </property>
- <widget class="QMdiArea" name="mdiArea"/>
- <widget class="QTabWidget" name="tabWidget">
- <property name="tabPosition">
- <enum>QTabWidget::South</enum>
- </property>
- <property name="currentIndex">
- <number>2</number>
- </property>
- <widget class="QWidget" name="LogPage">
- <attribute name="title">
- <string>Log</string>
- </attribute>
- <layout class="QGridLayout" name="gridLayout_2">
- <item row="0" column="0">
- <widget class="QTextEdit" name="LogText">
- <property name="readOnly">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="HistoryPage">
- <attribute name="title">
- <string>History</string>
- </attribute>
- <layout class="QGridLayout" name="gridLayout_3">
- <item row="0" column="0">
- <widget class="QTextEdit" name="HistoryText">
- <property name="readOnly">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="MessagePage">
- <attribute name="title">
- <string>Message</string>
- </attribute>
- <layout class="QGridLayout" name="gridLayout_4">
- <item row="0" column="0">
- <widget class="QTreeView" name="treeView"/>
- </item>
- </layout>
- </widget>
- </widget>
- </widget>
- </item>
- <item row="1" column="0">
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
- <widget class="QPushButton" name="pushButton">
- <property name="text">
- <string>nc_shell-p></string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="lineEdit">
- <property name="dragEnabled">
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>890</width>
- <height>23</height>
- </rect>
- </property>
- <widget class="QMenu" name="menuFile">
- <property name="title">
- <string>File</string>
- </property>
- <addaction name="actionStop_GUI"/>
- <addaction name="actionExit"/>
- </widget>
- <widget class="QMenu" name="menuEdit">
- <property name="title">
- <string>Edit</string>
- </property>
- <addaction name="actionCopy"/>
- <addaction name="actionPast"/>
- <addaction name="actionSelect_all"/>
- </widget>
- <widget class="QMenu" name="menuView">
- <property name="title">
- <string>View</string>
- </property>
- <addaction name="actionIncr_Font"/>
- <addaction name="actionDecr_Font"/>
- <addaction name="separator"/>
- <addaction name="actionToolbar"/>
- <addaction name="actionSidebar"/>
- <addaction name="actionConsole"/>
- <addaction name="actionStatusBar"/>
- <addaction name="separator"/>
- <addaction name="actionSave_as_Default"/>
- <addaction name="actionPreferences"/>
- </widget>
- <widget class="QMenu" name="menuDsign">
- <property name="title">
- <string>Design</string>
- </property>
- <addaction name="actionAnalyze"/>
- <addaction name="actionElaborate"/>
- <addaction name="actionRead_Timing_Constraint"/>
- <addaction name="actionRead_Power_Intent"/>
- <addaction name="separator"/>
- <addaction name="actionReload_Design"/>
- </widget>
- <widget class="QMenu" name="menuReport">
- <property name="title">
- <string>Report</string>
- </property>
- <addaction name="actionReport_Exceptions"/>
- <addaction name="actionReport_Clocks"/>
- <addaction name="separator"/>
- <addaction name="actionReport_Virtual_Timing"/>
- </widget>
- <widget class="QMenu" name="menuWindow">
- <property name="title">
- <string>Window</string>
- </property>
- <addaction name="actionDesign_Hierarchy"/>
- <addaction name="separator"/>
- <addaction name="actionReport1"/>
- <addaction name="actionReport2"/>
- <addaction name="separator"/>
- <addaction name="actionLog"/>
- <addaction name="actionHistory"/>
- <addaction name="actionMessages"/>
- </widget>
- <widget class="QMenu" name="menuHelp">
- <property name="title">
- <string>Help</string>
- </property>
- <addaction name="actionAbout"/>
- </widget>
- <addaction name="menuFile"/>
- <addaction name="menuEdit"/>
- <addaction name="menuView"/>
- <addaction name="menuDsign"/>
- <addaction name="menuReport"/>
- <addaction name="menuWindow"/>
- <addaction name="menuHelp"/>
- </widget>
- <widget class="QToolBar" name="toolBar">
- <property name="windowTitle">
- <string>toolBar</string>
- </property>
- <attribute name="toolBarArea">
- <enum>TopToolBarArea</enum>
- </attribute>
- <attribute name="toolBarBreak">
- <bool>false</bool>
- </attribute>
- <addaction name="actionCopy"/>
- <addaction name="actionPast"/>
- <addaction name="actionSelect_all"/>
- <addaction name="separator"/>
- <addaction name="actionAnalyze"/>
- <addaction name="actionElaborate"/>
- <addaction name="actionRead_Timing_Constraint"/>
- <addaction name="actionRead_Power_Intent"/>
- <addaction name="separator"/>
- <addaction name="actionReload_Design"/>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- <action name="actionStop_GUI">
- <property name="text">
- <string>Stop GUI</string>
- </property>
- </action>
- <action name="actionExit">
- <property name="text">
- <string>Exit</string>
- </property>
- </action>
- <action name="actionCopy">
- <property name="icon">
- <iconset>
- <normalon>:/icon/resource/Copy.png</normalon>
- </iconset>
- </property>
- <property name="text">
- <string>Copy</string>
- </property>
- <property name="toolTip">
- <string>Copy</string>
- </property>
- <property name="whatsThis">
- <string extracomment="Copy"/>
- </property>
- <property name="visible">
- <bool>true</bool>
- </property>
- </action>
- <action name="actionPast">
- <property name="icon">
- <iconset>
- <normalon>:/icon/resource/Past.png</normalon>
- </iconset>
- </property>
- <property name="text">
- <string>Past</string>
- </property>
- </action>
- <action name="actionSelect_all">
- <property name="icon">
- <iconset>
- <normalon>:/icon/resource/Select All.png</normalon>
- </iconset>
- </property>
- <property name="text">
- <string>Select All</string>
- </property>
- </action>
- <action name="actionIncr_Font">
- <property name="text">
- <string>Incr Font</string>
- </property>
- </action>
- <action name="actionDecr_Font">
- <property name="text">
- <string>Decr Font</string>
- </property>
- </action>
- <action name="actionToolbar">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Toolbar</string>
- </property>
- </action>
- <action name="actionSidebar">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Sidebar</string>
- </property>
- </action>
- <action name="actionConsole">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Console</string>
- </property>
- </action>
- <action name="actionStatusBar">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>StatusBar</string>
- </property>
- </action>
- <action name="actionSave_as_Default">
- <property name="text">
- <string>Save as Default</string>
- </property>
- </action>
- <action name="actionPreferences">
- <property name="text">
- <string>Preferences</string>
- </property>
- </action>
- <action name="actionAnalyze">
- <property name="icon">
- <iconset>
- <normalon>:/icon/resource/Analyze.png</normalon>
- </iconset>
- </property>
- <property name="text">
- <string>Analyze</string>
- </property>
- </action>
- <action name="actionElaborate">
- <property name="icon">
- <iconset>
- <normalon>:/icon/resource/Elaborate.png</normalon>
- </iconset>
- </property>
- <property name="text">
- <string>Elaborate</string>
- </property>
- </action>
- <action name="actionRead_Timing_Constraint">
- <property name="icon">
- <iconset>
- <normalon>:/icon/resource/Read Timing Constraint.png</normalon>
- </iconset>
- </property>
- <property name="text">
- <string>Read Timing Constraint</string>
- </property>
- </action>
- <action name="actionRead_Power_Intent">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="icon">
- <iconset>
- <normalon>:/icon/resource/Read Power Intent.png</normalon>
- </iconset>
- </property>
- <property name="text">
- <string>Read Power Intent</string>
- </property>
- <property name="font">
- <font>
- <strikeout>true</strikeout>
- </font>
- </property>
- </action>
- <action name="actionReload_Design">
- <property name="icon">
- <iconset>
- <normalon>:/icon/resource/Reload Design.png</normalon>
- </iconset>
- </property>
- <property name="text">
- <string>Reload Design</string>
- </property>
- </action>
- <action name="actionReport_Exceptions">
- <property name="text">
- <string>Report Exceptions</string>
- </property>
- </action>
- <action name="actionReport_Clocks">
- <property name="text">
- <string>Report Clocks</string>
- </property>
- </action>
- <action name="actionReport_Virtual_Timing">
- <property name="text">
- <string>Report Virtual Timing</string>
- </property>
- </action>
- <action name="actionDesign_Hierarchy">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Design Hierarchy</string>
- </property>
- </action>
- <action name="actionReport1">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Report1</string>
- </property>
- </action>
- <action name="actionReport2">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Report2</string>
- </property>
- </action>
- <action name="actionLog">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Log</string>
- </property>
- </action>
- <action name="actionHistory">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>History</string>
- </property>
- </action>
- <action name="actionMessages">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Messages</string>
- </property>
- </action>
- <action name="actionAbout">
- <property name="text">
- <string>About</string>
- </property>
- </action>
- </widget>
- <resources>
- <include location="img.qrc"/>
- </resources>
- <connections/>
- </ui>
|