Skip to content
Snippets Groups Projects
plotcanvas.ui 2.45 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>PlotCanvas</class>
     <widget class="QMainWindow" name="PlotCanvas">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
        <width>800</width>
        <height>600</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">
         <layout class="QVBoxLayout" name="verticalLayout">
          <item>
           <widget class="QRootCanvas" name="canvas" native="true"/>
          </item>
         </layout>
        </item>
       </layout>
      </widget>
      <widget class="QStatusBar" name="statusbar"/>
      <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="actionClear"/>
       <addaction name="actionScreenShot"/>
       <addaction name="actionSave2Txt"/>
      </widget>
      <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="actionFreeze">
       <property name="text">
        <string>Freeze</string>
       </property>
      </action>
      <action name="actionScreenShot">
       <property name="icon">
        <iconset resource="resources.qrc">
         <normaloff>:/icons/icons/screenshot.svg</normaloff>:/icons/icons/screenshot.svg</iconset>
       </property>
       <property name="text">
        <string>ScreenShot</string>
       </property>
      </action>
      <action name="actionZoomout">
       <property name="text">
        <string>Zoomout</string>
       </property>
      </action>
      <action name="actionSave2Txt">
       <property name="icon">
        <iconset resource="resources.qrc">
         <normaloff>:/icons/icons/save.svg</normaloff>:/icons/icons/save.svg</iconset>
       </property>
       <property name="text">
        <string>Save2Txt</string>
       </property>
      </action>
     </widget>
     <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>