Skip to content
Snippets Groups Projects
plotwindow.ui 4.34 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>PlotWindow</class>
     <widget class="QMainWindow" name="PlotWindow">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
    
    mingf2's avatar
    mingf2 committed
        <width>755</width>
        <height>438</height>
    
    mingf2's avatar
    mingf2 committed
       </rect>
      </property>
      <property name="windowTitle">
       <string>MainWindow</string>
      </property>
    
    mingf2's avatar
    mingf2 committed
      <widget class="QWidget" name="centralwidget">
    
    mingf2's avatar
    mingf2 committed
       <layout class="QGridLayout" name="gridLayout">
    
        <item row="0" column="0" rowspan="2">
    
    mingf2's avatar
    mingf2 committed
         <widget class="QFrame" name="frame">
          <property name="frameShape">
           <enum>QFrame::StyledPanel</enum>
          </property>
          <property name="frameShadow">
           <enum>QFrame::Raised</enum>
          </property>
          <layout class="QGridLayout" name="gridLayout_2">
           <property name="leftMargin">
            <number>0</number>
           </property>
           <property name="topMargin">
            <number>0</number>
           </property>
           <property name="rightMargin">
            <number>0</number>
           </property>
           <property name="bottomMargin">
            <number>0</number>
           </property>
           <property name="spacing">
            <number>0</number>
           </property>
           <item row="0" column="0">
    
            <widget class="QCustomCanvas" name="PSDCanvas" native="true"/>
    
    mingf2's avatar
    mingf2 committed
           </item>
          </layout>
         </widget>
        </item>
    
        <item row="0" column="1" rowspan="2">
    
    mingf2's avatar
    mingf2 committed
         <widget class="QFrame" name="frame_4">
          <property name="frameShape">
           <enum>QFrame::StyledPanel</enum>
          </property>
          <property name="frameShadow">
           <enum>QFrame::Raised</enum>
          </property>
          <layout class="QGridLayout" name="gridLayout_5">
           <property name="leftMargin">
            <number>0</number>
           </property>
           <property name="topMargin">
            <number>0</number>
           </property>
           <property name="rightMargin">
            <number>0</number>
           </property>
           <property name="bottomMargin">
            <number>0</number>
           </property>
           <property name="spacing">
            <number>0</number>
           </property>
           <item row="0" column="0">
    
    mingf2's avatar
    mingf2 committed
            <widget class="QCustomCanvas" name="LGHGCanvas" native="true"/>
    
    mingf2's avatar
    mingf2 committed
           </item>
          </layout>
         </widget>
    
    mingf2's avatar
    mingf2 committed
        </item>
       </layout>
    
    mingf2's avatar
    mingf2 committed
      </widget>
      <widget class="QStatusBar" name="statusbar"/>
    
    mingf2's avatar
    mingf2 committed
      <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>
    
    mingf2's avatar
    mingf2 committed
       <addaction name="actionStart"/>
       <addaction name="actionPause"/>
       <addaction name="actionStop"/>
    
    mingf2's avatar
    mingf2 committed
       <addaction name="actionClearAll"/>
    
    mingf2's avatar
    mingf2 committed
       <addaction name="actionUnzoom"/>
    
    mingf2's avatar
    mingf2 committed
      </widget>
    
    mingf2's avatar
    mingf2 committed
      <action name="actionClearAll">
       <property name="icon">
        <iconset resource="resources.qrc">
         <normaloff>:/icons/icons/reload.svg</normaloff>:/icons/icons/reload.svg</iconset>
       </property>
    
    mingf2's avatar
    mingf2 committed
       <property name="text">
    
    mingf2's avatar
    mingf2 committed
        <string>ClearAll</string>
    
    mingf2's avatar
    mingf2 committed
       </property>
      </action>
    
    mingf2's avatar
    mingf2 committed
      <action name="actionStart">
       <property name="icon">
        <iconset resource="resources.qrc">
         <normaloff>:/icons/icons/start.svg</normaloff>:/icons/icons/start.svg</iconset>
       </property>
    
    mingf2's avatar
    mingf2 committed
       <property name="text">
    
    mingf2's avatar
    mingf2 committed
        <string>Start</string>
    
    mingf2's avatar
    mingf2 committed
       </property>
      </action>
    
    mingf2's avatar
    mingf2 committed
      <action name="actionPause">
       <property name="icon">
        <iconset resource="resources.qrc">
         <normaloff>:/icons/icons/pause.svg</normaloff>:/icons/icons/pause.svg</iconset>
       </property>
    
    mingf2's avatar
    mingf2 committed
       <property name="text">
    
    mingf2's avatar
    mingf2 committed
        <string>Pause</string>
    
    mingf2's avatar
    mingf2 committed
       </property>
      </action>
    
    mingf2's avatar
    mingf2 committed
      <action name="actionStop">
       <property name="icon">
        <iconset resource="resources.qrc">
         <normaloff>:/icons/icons/stop.svg</normaloff>:/icons/icons/stop.svg</iconset>
       </property>
    
    mingf2's avatar
    mingf2 committed
       <property name="text">
    
    mingf2's avatar
    mingf2 committed
        <string>Stop</string>
       </property>
      </action>
      <action name="actionUnzoom">
       <property name="icon">
        <iconset resource="resources.qrc">
         <normaloff>:/icons/icons/unzoom.svg</normaloff>:/icons/icons/unzoom.svg</iconset>
       </property>
       <property name="text">
        <string>Unzoom</string>
    
    mingf2's avatar
    mingf2 committed
       </property>
      </action>
    
    mingf2's avatar
    mingf2 committed
     </widget>
    
    mingf2's avatar
    mingf2 committed
     <customwidgets>
      <customwidget>
       <class>QCustomCanvas</class>
       <extends>QWidget</extends>
       <header>qcustomcanvas.h</header>
       <container>1</container>
      </customwidget>
     </customwidgets>
    
    mingf2's avatar
    mingf2 committed
     <resources>
      <include location="resources.qrc"/>
     </resources>
    
    mingf2's avatar
    mingf2 committed
     <connections/>
    </ui>