Subversion Repositories Projects

Rev

Blame | Last modification | View Log | RSS feed

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>dlg_Main_UI</class>
 <widget class="QMainWindow" name="dlg_Main_UI">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>719</width>
    <height>314</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>QMK-Scope</string>
  </property>
  <property name="windowIcon">
   <iconset resource="../QMK-Scope.qrc">
    <normaloff>:/Icon/Global/Images/Icons/QMK-Scope.png</normaloff>:/Icon/Global/Images/Icons/QMK-Scope.png</iconset>
  </property>
  <widget class="QWidget" name="centralWidget">
   <layout class="QGridLayout" name="gridLayout_5">
    <property name="margin">
     <number>4</number>
    </property>
    <property name="spacing">
     <number>2</number>
    </property>
    <item row="1" column="0">
     <widget class="QStackedWidget" name="wg_Pages">
      <property name="currentIndex">
       <number>0</number>
      </property>
      <widget class="QWidget" name="wg_Plotter">
       <layout class="QGridLayout" name="gridLayout">
        <property name="horizontalSpacing">
         <number>4</number>
        </property>
        <property name="verticalSpacing">
         <number>2</number>
        </property>
        <property name="margin">
         <number>4</number>
        </property>
        <item row="0" column="0" colspan="2">
         <widget class="QwtPlot" name="qwt_Plotter"/>
        </item>
        <item row="2" column="0">
         <widget class="QScrollBar" name="Plotter_Scroll">
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
         </widget>
        </item>
        <item row="2" column="1">
         <widget class="QPushButton" name="btn_Start">
          <property name="text">
           <string>Plotter starten</string>
          </property>
          <property name="icon">
           <iconset resource="../QMK-Scope.qrc">
            <normaloff>:/Actions/Global/Images/Actions/Plotter-NO.png</normaloff>
            <normalon>:/Actions/Global/Images/Actions/Plotter-OK.png</normalon>:/Actions/Global/Images/Actions/Plotter-NO.png</iconset>
          </property>
          <property name="iconSize">
           <size>
            <width>20</width>
            <height>20</height>
           </size>
          </property>
         </widget>
        </item>
        <item row="1" column="0">
         <spacer name="horizontalSpacer">
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="sizeHint" stdset="0">
           <size>
            <width>40</width>
            <height>1</height>
           </size>
          </property>
         </spacer>
        </item>
       </layout>
      </widget>
      <widget class="QWidget" name="wg_Debug">
       <layout class="QGridLayout" name="gridLayout_3">
        <property name="margin">
         <number>0</number>
        </property>
        <property name="spacing">
         <number>0</number>
        </property>
        <item row="0" column="0">
         <layout class="QGridLayout" name="wg_Grid">
          <property name="margin">
           <number>4</number>
          </property>
          <property name="spacing">
           <number>4</number>
          </property>
         </layout>
        </item>
        <item row="1" column="0">
         <spacer name="verticalSpacer_2">
          <property name="orientation">
           <enum>Qt::Vertical</enum>
          </property>
          <property name="sizeHint" stdset="0">
           <size>
            <width>20</width>
            <height>40</height>
           </size>
          </property>
         </spacer>
        </item>
       </layout>
      </widget>
      <widget class="QWidget" name="wg_Config">
       <layout class="QGridLayout" name="gridLayout_2">
        <item row="0" column="0" colspan="3">
         <layout class="QGridLayout" name="wg_Grid_2">
          <property name="margin">
           <number>4</number>
          </property>
          <property name="spacing">
           <number>4</number>
          </property>
         </layout>
        </item>
        <item row="1" column="2">
         <spacer name="verticalSpacer">
          <property name="orientation">
           <enum>Qt::Vertical</enum>
          </property>
          <property name="sizeHint" stdset="0">
           <size>
            <width>20</width>
            <height>40</height>
           </size>
          </property>
         </spacer>
        </item>
        <item row="2" column="1">
         <spacer name="horizontalSpacer_3">
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="sizeHint" stdset="0">
           <size>
            <width>40</width>
            <height>20</height>
           </size>
          </property>
         </spacer>
        </item>
        <item row="2" column="2">
         <widget class="QPushButton" name="btn_ChoseOK">
          <property name="text">
           <string>Übernehmen</string>
          </property>
         </widget>
        </item>
        <item row="2" column="0">
         <widget class="QLabel" name="label_4">
          <property name="text">
           <string>Datenauswahl für den Plotter.</string>
          </property>
         </widget>
        </item>
       </layout>
      </widget>
     </widget>
    </item>
    <item row="0" column="0">
     <widget class="wgt_Connection" name="wg_Connection" native="true"/>
    </item>
   </layout>
  </widget>
  <widget class="QMenuBar" name="menuBar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>719</width>
     <height>21</height>
    </rect>
   </property>
   <widget class="QMenu" name="menu_Program">
    <property name="title">
     <string>Programm</string>
    </property>
    <addaction name="ac_Quit"/>
    <addaction name="ac_Connect"/>
   </widget>
   <widget class="QMenu" name="menu_Preferences">
    <property name="title">
     <string>Einstellungen</string>
    </property>
    <addaction name="ac_ReadLabels"/>
   </widget>
   <widget class="QMenu" name="menu_Help">
    <property name="title">
     <string>Hilfe</string>
    </property>
    <addaction name="ac_About"/>
   </widget>
   <addaction name="menu_Program"/>
   <addaction name="menu_Preferences"/>
   <addaction name="menu_Help"/>
  </widget>
  <widget class="QToolBar" name="ToolBar">
   <property name="minimumSize">
    <size>
     <width>80</width>
     <height>0</height>
    </size>
   </property>
   <property name="windowTitle">
    <string>toolBar</string>
   </property>
   <property name="movable">
    <bool>false</bool>
   </property>
   <property name="allowedAreas">
    <set>Qt::LeftToolBarArea</set>
   </property>
   <property name="iconSize">
    <size>
     <width>30</width>
     <height>30</height>
    </size>
   </property>
   <property name="toolButtonStyle">
    <enum>Qt::ToolButtonTextUnderIcon</enum>
   </property>
   <attribute name="toolBarArea">
    <enum>LeftToolBarArea</enum>
   </attribute>
   <attribute name="toolBarBreak">
    <bool>false</bool>
   </attribute>
   <addaction name="ac_Connect"/>
   <addaction name="separator"/>
   <addaction name="ac_Plotter"/>
   <addaction name="ac_Debug"/>
   <addaction name="separator"/>
   <addaction name="ac_Chose"/>
  </widget>
  <action name="ac_Quit">
   <property name="icon">
    <iconset resource="../QMK-Scope.qrc">
     <normaloff>:/Actions/Global/Images/Actions/Exit.png</normaloff>:/Actions/Global/Images/Actions/Exit.png</iconset>
   </property>
   <property name="text">
    <string>Beenden</string>
   </property>
  </action>
  <action name="ac_About">
   <property name="icon">
    <iconset resource="../QMK-Scope.qrc">
     <normaloff>:/Icon/Global/Images/Icons/QMK-Scope.png</normaloff>:/Icon/Global/Images/Icons/QMK-Scope.png</iconset>
   </property>
   <property name="text">
    <string>Über QMK-Scope</string>
   </property>
  </action>
  <action name="ac_Connect">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="checked">
    <bool>false</bool>
   </property>
   <property name="icon">
    <iconset resource="../QMK-Scope.qrc">
     <normaloff>:/Actions/Global/Images/Actions/Connection-NO.png</normaloff>
     <normalon>:/Actions/Global/Images/Actions/Connection-OK.png</normalon>:/Actions/Global/Images/Actions/Connection-NO.png</iconset>
   </property>
   <property name="text">
    <string>Verbinden</string>
   </property>
  </action>
  <action name="ac_Plotter">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="icon">
    <iconset resource="../QMK-Scope.qrc">
     <normaloff>:/Actions/Global/Images/Actions/Plotter-NO.png</normaloff>:/Actions/Global/Images/Actions/Plotter-NO.png</iconset>
   </property>
   <property name="text">
    <string>Plotter</string>
   </property>
  </action>
  <action name="ac_Debug">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="icon">
    <iconset resource="../QMK-Scope.qrc">
     <normaloff>:/Actions/Global/Images/Actions/Debug.png</normaloff>:/Actions/Global/Images/Actions/Debug.png</iconset>
   </property>
   <property name="text">
    <string>Debug</string>
   </property>
  </action>
  <action name="ac_Chose">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="icon">
    <iconset resource="../QMK-Scope.qrc">
     <normaloff>:/Actions/Global/Images/Actions/Preferences-Data.png</normaloff>:/Actions/Global/Images/Actions/Preferences-Data.png</iconset>
   </property>
   <property name="text">
    <string>Auswahl</string>
   </property>
  </action>
  <action name="ac_ReadLabels">
   <property name="text">
    <string>Analoglabels auslesen</string>
   </property>
  </action>
 </widget>
 <layoutdefault spacing="6" margin="11"/>
 <customwidgets>
  <customwidget>
   <class>QwtPlot</class>
   <extends>QFrame</extends>
   <header>qwt_plot.h</header>
  </customwidget>
  <customwidget>
   <class>wgt_Connection</class>
   <extends>QWidget</extends>
   <header>wgt_Connection.h</header>
   <container>1</container>
  </customwidget>
 </customwidgets>
 <resources>
  <include location="../QMK-Scope.qrc"/>
 </resources>
 <connections>
  <connection>
   <sender>ac_Quit</sender>
   <signal>triggered()</signal>
   <receiver>dlg_Main_UI</receiver>
   <slot>close()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>-1</x>
     <y>-1</y>
    </hint>
    <hint type="destinationlabel">
     <x>182</x>
     <y>88</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>