| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542 |
- <?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>1056</width>
- <height>871</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <property name="windowIcon">
- <iconset resource="img.qrc">
- <normaloff>:/icon/resource/robot-two.png</normaloff>:/icon/resource/robot-two.png</iconset>
- </property>
- <widget class="QWidget" name="centralwidget">
- <layout class="QGridLayout" name="gridLayout">
- <item row="1" column="0">
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
- <widget class="QPushButton" name="btn_shell">
- <property name="text">
- <string>nc_shell-p></string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QTextEdit" name="textEdit">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>16777215</width>
- <height>25</height>
- </size>
- </property>
- <property name="font">
- <font>
- <pointsize>12</pointsize>
- </font>
- </property>
- <property name="verticalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOff</enum>
- </property>
- <property name="horizontalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOff</enum>
- </property>
- <property name="lineWrapMode">
- <enum>QTextEdit::NoWrap</enum>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <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="enabled">
- <bool>true</bool>
- </property>
- <property name="contextMenuPolicy">
- <enum>Qt::NoContextMenu</enum>
- </property>
- <property name="tabPosition">
- <enum>QTabWidget::South</enum>
- </property>
- <property name="currentIndex">
- <number>0</number>
- </property>
- <widget class="QWidget" name="LogPage">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <attribute name="title">
- <string>Log</string>
- </attribute>
- <layout class="QGridLayout" name="gridLayout_2">
- <item row="0" column="0">
- <widget class="QTextBrowser" name="LogText">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="contextMenuPolicy">
- <enum>Qt::NoContextMenu</enum>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="textInteractionFlags">
- <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
- </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="QTableWidget" name="tableHistory">
- <property name="contextMenuPolicy">
- <enum>Qt::CustomContextMenu</enum>
- </property>
- <property name="editTriggers">
- <set>QAbstractItemView::NoEditTriggers</set>
- </property>
- <property name="selectionMode">
- <enum>QAbstractItemView::SingleSelection</enum>
- </property>
- <property name="selectionBehavior">
- <enum>QAbstractItemView::SelectRows</enum>
- </property>
- <property name="showGrid">
- <bool>false</bool>
- </property>
- <attribute name="horizontalHeaderVisible">
- <bool>false</bool>
- </attribute>
- <attribute name="verticalHeaderVisible">
- <bool>false</bool>
- </attribute>
- <column>
- <property name="text">
- <string>新建列</string>
- </property>
- </column>
- </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="QTreeWidget" name="MessageTreeView">
- <property name="contextMenuPolicy">
- <enum>Qt::CustomContextMenu</enum>
- </property>
- <property name="headerHidden">
- <bool>true</bool>
- </property>
- <column>
- <property name="text">
- <string notr="true">1</string>
- </property>
- </column>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1056</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="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>Paste</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="checked">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Toolbar</string>
- </property>
- </action>
- <action name="actionSidebar">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Sidebar</string>
- </property>
- </action>
- <action name="actionConsole">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Console</string>
- </property>
- </action>
- <action name="actionStatusBar">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="checked">
- <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/>
- </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="action_Hierarchy">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>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="checked">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Report2</string>
- </property>
- </action>
- <action name="actionLog">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Log</string>
- </property>
- </action>
- <action name="actionHistory">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="checked">
- <bool>false</bool>
- </property>
- <property name="text">
- <string>History</string>
- </property>
- </action>
- <action name="actionMessages">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="checked">
- <bool>false</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>
|