<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>SensorLoggerDlgWidget</class>
<widget class="TQWidget">
    <property name="name">
        <cstring>SensorLoggerDlgWidget</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>363</width>
            <height>254</height>
        </rect>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="TQGroupBox">
            <property name="name">
                <cstring>fileFrame</cstring>
            </property>
            <property name="frameShape">
                <enum>GroupBoxPanel</enum>
            </property>
            <property name="frameShadow">
                <enum>Sunken</enum>
            </property>
            <property name="title">
                <string>File</string>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="KURLRequester">
                    <property name="name">
                        <cstring>m_fileName</cstring>
                    </property>
                </widget>
            </hbox>
        </widget>
        <widget class="TQGroupBox">
            <property name="name">
                <cstring>timerFrame</cstring>
            </property>
            <property name="title">
                <string>Timer Interval</string>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="KIntNumInput">
                    <property name="name">
                        <cstring>m_timerInterval</cstring>
                    </property>
                    <property name="value">
                        <number>2</number>
                    </property>
                    <property name="minValue">
                        <number>1</number>
                    </property>
                    <property name="maxValue">
                        <number>99</number>
                    </property>
                    <property name="suffix">
                        <string> sec</string>
                    </property>
                </widget>
            </hbox>
        </widget>
        <widget class="TQGroupBox">
            <property name="name">
                <cstring>GroupBox1</cstring>
            </property>
            <property name="title">
                <string>Alarm for Minimum Value</string>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQCheckBox">
                    <property name="name">
                        <cstring>m_lowerLimitActive</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Enable alarm</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Enable the minimum value alarm.</string>
                    </property>
                </widget>
                <spacer>
                    <property name="name">
                        <cstring>Spacer1</cstring>
                    </property>
                    <property name="orientation">
                        <enum>Horizontal</enum>
                    </property>
                    <property name="sizeType">
                        <enum>Expanding</enum>
                    </property>
                    <property name="sizeHint">
                        <size>
                            <width>16</width>
                            <height>20</height>
                        </size>
                    </property>
                </spacer>
                <widget class="TQLabel">
                    <property name="name">
                        <cstring>m_lblLowerLimit</cstring>
                    </property>
                    <property name="enabled">
                        <bool>false</bool>
                    </property>
                    <property name="text">
                        <string>Lower limit:</string>
                    </property>
                </widget>
                <widget class="TQLineEdit">
                    <property name="name">
                        <cstring>m_lowerLimit</cstring>
                    </property>
                    <property name="enabled">
                        <bool>false</bool>
                    </property>
                    <property name="minimumSize">
                        <size>
                            <width>70</width>
                            <height>0</height>
                        </size>
                    </property>
                </widget>
            </hbox>
        </widget>
        <widget class="TQGroupBox">
            <property name="name">
                <cstring>GroupBox1_2</cstring>
            </property>
            <property name="title">
                <string>Alarm for Maximum Value</string>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQCheckBox">
                    <property name="name">
                        <cstring>m_upperLimitActive</cstring>
                    </property>
                    <property name="text">
                        <string>E&amp;nable alarm</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Enable the maximum value alarm.</string>
                    </property>
                </widget>
                <spacer>
                    <property name="name">
                        <cstring>Spacer1_2</cstring>
                    </property>
                    <property name="orientation">
                        <enum>Horizontal</enum>
                    </property>
                    <property name="sizeType">
                        <enum>Expanding</enum>
                    </property>
                    <property name="sizeHint">
                        <size>
                            <width>16</width>
                            <height>20</height>
                        </size>
                    </property>
                </spacer>
                <widget class="TQLabel">
                    <property name="name">
                        <cstring>m_lblUpperLimit</cstring>
                    </property>
                    <property name="enabled">
                        <bool>false</bool>
                    </property>
                    <property name="text">
                        <string>Upper limit:</string>
                    </property>
                </widget>
                <widget class="TQLineEdit">
                    <property name="name">
                        <cstring>m_upperLimit</cstring>
                    </property>
                    <property name="enabled">
                        <bool>false</bool>
                    </property>
                    <property name="minimumSize">
                        <size>
                            <width>70</width>
                            <height>0</height>
                        </size>
                    </property>
                </widget>
            </hbox>
        </widget>
    </vbox>
</widget>
<connections>
    <connection>
        <sender>m_lowerLimitActive</sender>
        <signal>toggled(bool)</signal>
        <receiver>m_lowerLimit</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>m_upperLimitActive</sender>
        <signal>toggled(bool)</signal>
        <receiver>m_upperLimit</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>m_lowerLimitActive</sender>
        <signal>toggled(bool)</signal>
        <receiver>m_lblLowerLimit</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>m_upperLimitActive</sender>
        <signal>toggled(bool)</signal>
        <receiver>m_lblUpperLimit</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
</connections>
<includes>
    <include location="global" impldecl="in implementation">kdialog.h</include>
    <include location="global" impldecl="in implementation">knumvalidator.h</include>
    <include location="local" impldecl="in implementation">SensorLoggerDlgWidget.ui.h</include>
</includes>
<functions>
    <function access="private" specifier="non virtual">init()</function>
    <function specifier="non virtual" returnType="TQString">fileName()</function>
    <function specifier="non virtual" returnType="int">timerInterval()</function>
    <function specifier="non virtual" returnType="bool">lowerLimitActive()</function>
    <function specifier="non virtual" returnType="double">lowerLimit()</function>
    <function returnType="bool">upperLimitActive()</function>
    <function specifier="non virtual" returnType="double">upperLimit()</function>
    <function specifier="non virtual">setFileName( const TQString &amp; url )</function>
    <function specifier="non virtual">setTimerInterval( int i )</function>
    <function specifier="non virtual">setLowerLimitActive( bool b )</function>
    <function specifier="non virtual">setLowerLimit( double d )</function>
    <function specifier="non virtual">setUpperLimitActive( bool b )</function>
    <function specifier="non virtual">setUpperLimit( double d )</function>
</functions>

<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
<includes>
    <include location="global" impldecl="in implementation">kcolordialog.h</include>
    <include location="global" impldecl="in implementation">klineedit.h</include>
    <include location="global" impldecl="in implementation">knuminput.h</include>
    <include location="global" impldecl="in implementation">kpushbutton.h</include>
    <include location="global" impldecl="in implementation">kurlrequester.h</include>
</includes>
</UI>