<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>SensorLoggerSettingsWidget</class>
<widget class="TQWidget">
    <property name="name">
        <cstring>SensorLoggerSettingsWidget</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>415</width>
            <height>202</height>
        </rect>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="TQGroupBox">
            <property name="name">
                <cstring>titleFrame</cstring>
            </property>
            <property name="margin">
                <number>0</number>
            </property>
            <property name="title">
                <string>Title</string>
            </property>
            <vbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <property name="margin">
                    <number>11</number>
                </property>
                <widget class="TQLineEdit">
                    <property name="name">
                        <cstring>m_title</cstring>
                    </property>
                </widget>
            </vbox>
        </widget>
        <widget class="TQGroupBox">
            <property name="name">
                <cstring>colorFrame</cstring>
            </property>
            <property name="sizePolicy">
                <sizepolicy>
                    <hsizetype>5</hsizetype>
                    <vsizetype>5</vsizetype>
                    <horstretch>0</horstretch>
                    <verstretch>1</verstretch>
                </sizepolicy>
            </property>
            <property name="frameShape">
                <enum>Box</enum>
            </property>
            <property name="frameShadow">
                <enum>Sunken</enum>
            </property>
            <property name="title">
                <string>Colors</string>
            </property>
            <property name="alignment">
                <set>WordBreak|AlignVCenter|AlignLeft</set>
            </property>
            <property name="vAlign" stdset="0">
            </property>
            <property name="wordwrap" stdset="0">
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <property name="margin">
                    <number>11</number>
                </property>
                <widget class="TQLayoutWidget">
                    <property name="name">
                        <cstring>layout2</cstring>
                    </property>
                    <vbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <widget class="TQLabel">
                            <property name="name">
                                <cstring>textLabel1</cstring>
                            </property>
                            <property name="text">
                                <string>Text color:</string>
                            </property>
                        </widget>
                        <widget class="TQLabel">
                            <property name="name">
                                <cstring>textLabel2</cstring>
                            </property>
                            <property name="text">
                                <string>Background color:</string>
                            </property>
                        </widget>
                        <widget class="TQLabel">
                            <property name="name">
                                <cstring>textLabel3</cstring>
                            </property>
                            <property name="text">
                                <string>Alarm color:</string>
                            </property>
                        </widget>
                    </vbox>
                </widget>
                <widget class="TQLayoutWidget">
                    <property name="name">
                        <cstring>layout1</cstring>
                    </property>
                    <vbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <widget class="KColorButton">
                            <property name="name">
                                <cstring>m_foregroundColor</cstring>
                            </property>
                            <property name="text">
                                <string></string>
                            </property>
                            <property name="color">
                                <color>
                                    <red>0</red>
                                    <green>255</green>
                                    <blue>0</blue>
                                </color>
                            </property>
                        </widget>
                        <widget class="KColorButton">
                            <property name="name">
                                <cstring>m_backgroundColor</cstring>
                            </property>
                            <property name="text">
                                <string></string>
                            </property>
                        </widget>
                        <widget class="KColorButton">
                            <property name="name">
                                <cstring>m_alarmColor</cstring>
                            </property>
                            <property name="text">
                                <string></string>
                            </property>
                            <property name="color">
                                <color>
                                    <red>255</red>
                                    <green>0</green>
                                    <blue>0</blue>
                                </color>
                            </property>
                        </widget>
                    </vbox>
                </widget>
            </hbox>
        </widget>
    </vbox>
</widget>
<includes>
    <include location="global" impldecl="in implementation">kcolorbutton.h</include>
    <include location="global" impldecl="in implementation">kdialog.h</include>
    <include location="local" impldecl="in implementation">SensorLoggerSettingsWidget.ui.h</include>
</includes>
<functions>
    <function specifier="non virtual" returnType="TQString">title()</function>
    <function specifier="non virtual" returnType="TQColor">foregroundColor()</function>
    <function specifier="non virtual" returnType="TQColor">backgroundColor()</function>
    <function specifier="non virtual" returnType="TQColor">alarmColor()</function>
    <function specifier="non virtual">setTitle( const TQString &amp; t )</function>
    <function specifier="non virtual">setForegroundColor( const TQColor &amp; c )</function>
    <function specifier="non virtual">setBackgroundColor( const TQColor &amp; c )</function>
    <function specifier="non virtual">setAlarmColor( const TQColor &amp; c )</function>
</functions>
<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
</UI>