Skip to content
Snippets Groups Projects
MainWindow.ui 4.24 KiB
Newer Older
  • Learn to ignore specific revisions
  • mingf2's avatar
    mingf2 committed
    <?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>625</width>
        <height>453</height>
       </rect>
      </property>
      <property name="windowTitle">
       <string>MainWindow</string>
      </property>
      <widget class="QWidget" name="centralWidget">
       <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0">
        <item>
         <widget class="QRootCanvas" name="canvas" native="true"/>
        </item>
       </layout>
      </widget>
      <widget class="QMenuBar" name="menuBar">
       <property name="geometry">
        <rect>
         <x>0</x>
         <y>0</y>
         <width>625</width>
         <height>20</height>
        </rect>
       </property>
       <widget class="QMenu" name="menuFile">
        <property name="title">
         <string>File</string>
        </property>
        <addaction name="actionOpen"/>
        <addaction name="separator"/>
        <addaction name="actionSave"/>
        <addaction name="actionSave_As"/>
        <addaction name="separator"/>
        <addaction name="actionExit"/>
       </widget>
       <widget class="QMenu" name="menuRun">
        <property name="title">
         <string>Run</string>
        </property>
        <addaction name="actionStart"/>
        <addaction name="actionStop"/>
        <addaction name="actionClear"/>
       </widget>
       <widget class="QMenu" name="menuHelp">
        <property name="title">
         <string>Help</string>
        </property>
        <addaction name="actionAbout"/>
       </widget>
       <addaction name="menuFile"/>
       <addaction name="menuRun"/>
       <addaction name="menuHelp"/>
      </widget>
      <widget class="QToolBar" name="mainToolBar">
       <attribute name="toolBarArea">
        <enum>TopToolBarArea</enum>
       </attribute>
       <attribute name="toolBarBreak">
        <bool>false</bool>
       </attribute>
       <addaction name="actionStart"/>
       <addaction name="actionStop"/>
       <addaction name="actionClear"/>
      </widget>
      <widget class="QStatusBar" name="statusBar"/>
      <action name="actionOpen">
       <property name="icon">
        <iconset resource="resources.qrc">
         <normaloff>:/icons/icons/open.svg</normaloff>:/icons/icons/open.svg</iconset>
       </property>
       <property name="text">
        <string>Open</string>
       </property>
      </action>
      <action name="actionSave">
       <property name="icon">
        <iconset resource="resources.qrc">
         <normaloff>:/icons/icons/save.svg</normaloff>:/icons/icons/save.svg</iconset>
       </property>
       <property name="text">
        <string>Save</string>
       </property>
      </action>
      <action name="actionSave_As">
       <property name="text">
        <string>Save As</string>
       </property>
      </action>
      <action name="actionExit">
       <property name="icon">
        <iconset resource="resources.qrc">
         <normaloff>:/icons/icons/close.svg</normaloff>:/icons/icons/close.svg</iconset>
       </property>
       <property name="text">
        <string>Exit</string>
       </property>
      </action>
      <action name="actionStart">
       <property name="icon">
        <iconset resource="resources.qrc">
         <normaloff>:/icons/icons/start.svg</normaloff>:/icons/icons/start.svg</iconset>
       </property>
       <property name="text">
        <string>Start</string>
       </property>
      </action>
      <action name="actionStop">
       <property name="icon">
        <iconset resource="resources.qrc">
         <normaloff>:/icons/icons/stop.svg</normaloff>:/icons/icons/stop.svg</iconset>
       </property>
       <property name="text">
        <string>Stop</string>
       </property>
      </action>
      <action name="actionClear">
       <property name="icon">
        <iconset resource="resources.qrc">
         <normaloff>:/icons/icons/reload.svg</normaloff>:/icons/icons/reload.svg</iconset>
       </property>
       <property name="text">
        <string>Clear</string>
       </property>
      </action>
      <action name="actionAbout">
       <property name="icon">
        <iconset resource="resources.qrc">
         <normaloff>:/icons/icons/about.svg</normaloff>:/icons/icons/about.svg</iconset>
       </property>
       <property name="text">
        <string>About</string>
       </property>
      </action>
     </widget>
     <layoutdefault spacing="6" margin="11"/>
     <customwidgets>
      <customwidget>
       <class>QRootCanvas</class>
       <extends>QWidget</extends>
       <header location="global">qrootcanvas.h</header>
       <container>1</container>
      </customwidget>
     </customwidgets>
     <resources>
      <include location="resources.qrc"/>
     </resources>
     <connections/>
    </ui>