<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>ossimQtTopographicCorrectionDialog</class>
<widget class="QDialog">
    <property name="name">
        <cstring>ossimQtTopographicCorrectionDialog</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>610</width>
            <height>386</height>
        </rect>
    </property>
    <property name="caption">
        <string>Topographic Correction Editor</string>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="QGroupBox">
            <property name="name">
                <cstring>theCorrectionTypeGroup</cstring>
            </property>
            <property name="title">
                <string>Correction Type</string>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="QComboBox">
                    <item>
                        <property name="text">
                            <string>Cosine</string>
                        </property>
                    </item>
                    <item>
                        <property name="text">
                            <string>Minnaert</string>
                        </property>
                    </item>
                    <property name="name">
                        <cstring>theCorrectionTypeComboBox</cstring>
                    </property>
                </widget>
            </hbox>
        </widget>
        <widget class="QGroupBox">
            <property name="name">
                <cstring>theCorrectionParameterGroup</cstring>
            </property>
            <property name="title">
                <string>Correction Parameters</string>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="QTable">
                    <column>
                        <property name="text">
                            <string>C Values</string>
                        </property>
                    </column>
                    <property name="name">
                        <cstring>theAdjustableParameterTable</cstring>
                    </property>
                    <property name="numRows">
                        <number>0</number>
                    </property>
                    <property name="numCols">
                        <number>1</number>
                    </property>
                </widget>
                <widget class="QLayoutWidget">
                    <property name="name">
                        <cstring>layout22</cstring>
                    </property>
                    <vbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <widget class="QTable">
                            <column>
                                <property name="text">
                                    <string>Gains</string>
                                </property>
                            </column>
                            <column>
                                <property name="text">
                                    <string>Bias</string>
                                </property>
                            </column>
                            <property name="name">
                                <cstring>theGainBiasTable</cstring>
                            </property>
                            <property name="numRows">
                                <number>0</number>
                            </property>
                            <property name="numCols">
                                <number>2</number>
                            </property>
                        </widget>
                        <widget class="QLayoutWidget">
                            <property name="name">
                                <cstring>layout20</cstring>
                            </property>
                            <hbox>
                                <property name="name">
                                    <cstring>unnamed</cstring>
                                </property>
                                <widget class="QLabel">
                                    <property name="name">
                                        <cstring>theSunElevationLabel</cstring>
                                    </property>
                                    <property name="text">
                                        <string>Sun Elevation:</string>
                                    </property>
                                </widget>
                                <widget class="QLineEdit">
                                    <property name="name">
                                        <cstring>theSunElevationInput</cstring>
                                    </property>
                                </widget>
                            </hbox>
                        </widget>
                        <widget class="QLayoutWidget">
                            <property name="name">
                                <cstring>layout21</cstring>
                            </property>
                            <hbox>
                                <property name="name">
                                    <cstring>unnamed</cstring>
                                </property>
                                <widget class="QLabel">
                                    <property name="name">
                                        <cstring>theSunAzimuthLabel</cstring>
                                    </property>
                                    <property name="text">
                                        <string>Sun Azimuth:</string>
                                    </property>
                                </widget>
                                <widget class="QLineEdit">
                                    <property name="name">
                                        <cstring>theSunAzimuthInput</cstring>
                                    </property>
                                </widget>
                            </hbox>
                        </widget>
                        <widget class="QPushButton">
                            <property name="name">
                                <cstring>theImportParametersButton</cstring>
                            </property>
                            <property name="text">
                                <string>Import...</string>
                            </property>
                        </widget>
                    </vbox>
                </widget>
            </hbox>
        </widget>
        <widget class="QLayoutWidget">
            <property name="name">
                <cstring>layout25</cstring>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="QCheckBox">
                    <property name="name">
                        <cstring>theAutoApplyCheckBox</cstring>
                    </property>
                    <property name="text">
                        <string>Auto apply</string>
                    </property>
                    <property name="checked">
                        <bool>true</bool>
                    </property>
                </widget>
                <widget class="QPushButton">
                    <property name="name">
                        <cstring>theApplyButton</cstring>
                    </property>
                    <property name="text">
                        <string>Apply</string>
                    </property>
                </widget>
                <widget class="QPushButton">
                    <property name="name">
                        <cstring>theResetButton</cstring>
                    </property>
                    <property name="enabled">
                        <bool>false</bool>
                    </property>
                    <property name="text">
                        <string>Reset</string>
                    </property>
                </widget>
                <widget class="QPushButton">
                    <property name="name">
                        <cstring>theCloseButton</cstring>
                    </property>
                    <property name="text">
                        <string>Close</string>
                    </property>
                </widget>
            </hbox>
        </widget>
    </vbox>
</widget>
<connections>
    <connection>
        <sender>theCloseButton</sender>
        <signal>clicked()</signal>
        <receiver>ossimQtTopographicCorrectionDialog</receiver>
        <slot>closeButtonClicked()</slot>
    </connection>
</connections>
<includes>
    <include location="local" impldecl="in implementation">ossimQtTopographicCorrectionDialogController.h</include>
    <include location="local" impldecl="in implementation">ossimQtTopographicCorrectionDialog.ui.h</include>
</includes>
<forwards>
    <forward>class ossimQtTopographicCorrectionDialogController;</forward>
</forwards>
<variables>
    <variable>ossimQtTopographicCorrectionDialogController* theController;</variable>
</variables>
<slots>
    <slot>closeButtonClicked()</slot>
</slots>
<functions>
    <function access="private" specifier="non virtual">init()</function>
    <function access="private" specifier="non virtual">destroy()</function>
    <function returnType="ossimQtTopographicCorrectionDialogController *">controller()</function>
</functions>
<pixmapinproject/>
<layoutdefaults spacing="6" margin="11"/>
</UI>