Files
qad/libs/graphic_analysis/graphic_analysis.ui

225 lines
5.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>GraphicAnalysis</class>
<widget class="QWidget" name="GraphicAnalysis">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>488</width>
<height>57</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<item>
<widget class="QToolButton" name="buttonStatistics">
<property name="toolTip">
<string>Select statistics input data</string>
</property>
<property name="icon">
<iconset resource="../../../cd/utils/pult/cdpult.qrc">
<normaloff>:/icons/dialog-information.png</normaloff>:/icons/dialog-information.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Preferred</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>10</width>
<height>5</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="checkSpectrum">
<property name="text">
<string>Spectrum</string>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="widgetSpectrum" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<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>
<item>
<widget class="QToolButton" name="buttonSpectrumRange">
<property name="toolTip">
<string>Select spectrum input data</string>
</property>
<property name="icon">
<iconset resource="qad_graphic_analysis.qrc">
<normaloff>:/icons/axis_x.png</normaloff>:/icons/axis_x.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_6">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Preferred</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>10</width>
<height>5</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QWidget" name="widgetFixedDuration" native="true">
<property name="enabled">
<bool>false</bool>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_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>
<item>
<widget class="QCheckBox" name="checkSpectrumFixDuration">
<property name="text">
<string>Fix dur.:</string>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="spinSpectrumDuration">
<property name="enabled">
<bool>false</bool>
</property>
<property name="suffix">
<string> s</string>
</property>
<property name="decimals">
<number>3</number>
</property>
<property name="minimum">
<double>0.001000000000000</double>
</property>
<property name="maximum">
<double>99999.000000000000000</double>
</property>
<property name="singleStep">
<double>10.000000000000000</double>
</property>
<property name="value">
<double>100.000000000000000</double>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</spacer>
</item>
</layout>
</widget>
<resources>
<include location="../../../cd/utils/pult/cdpult.qrc"/>
<include location="qad_graphic_analysis.qrc"/>
</resources>
<connections>
<connection>
<sender>checkSpectrum</sender>
<signal>toggled(bool)</signal>
<receiver>widgetSpectrum</receiver>
<slot>setVisible(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>90</x>
<y>19</y>
</hint>
<hint type="destinationlabel">
<x>152</x>
<y>5</y>
</hint>
</hints>
</connection>
<connection>
<sender>checkSpectrumFixDuration</sender>
<signal>toggled(bool)</signal>
<receiver>spinSpectrumDuration</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>209</x>
<y>24</y>
</hint>
<hint type="destinationlabel">
<x>289</x>
<y>20</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonSpectrumRange</sender>
<signal>toggled(bool)</signal>
<receiver>widgetFixedDuration</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>126</x>
<y>30</y>
</hint>
<hint type="destinationlabel">
<x>181</x>
<y>45</y>
</hint>
</hints>
</connection>
</connections>
</ui>