<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>RubyConfigWidgetBase</class>
<widget class="TQWidget">
    <property name="name">
        <cstring>RubyConfigWidgetBase</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>485</width>
            <height>582</height>
        </rect>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="TQLayoutWidget">
            <property name="name">
                <cstring>layout3</cstring>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="KLineEdit" row="3" column="1">
                    <property name="name">
                        <cstring>programArgsEdit</cstring>
                    </property>
                </widget>
                <widget class="KLineEdit" row="2" column="1">
                    <property name="name">
                        <cstring>mainProgramEdit</cstring>
                    </property>
                </widget>
                <widget class="TQLabel" row="1" column="0">
                    <property name="name">
                        <cstring>textLabel1_2</cstring>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>5</hsizetype>
                            <vsizetype>5</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="text">
                        <string>Ru&amp;by shell:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>mainProgramEdit</cstring>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>This is the path (or just name, if in $PATH) to the Ruby shell. Defaults to "irb". Add this line to your .irbrc file:
def cd(dir) Dir.chdir dir end</string>
                    </property>
                </widget>
                <widget class="KLineEdit" row="0" column="1">
                    <property name="name">
                        <cstring>interpreterEdit</cstring>
                    </property>
                </widget>
                <widget class="TQLabel" row="3" column="0">
                    <property name="name">
                        <cstring>textLabel1_2_3_2</cstring>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>5</hsizetype>
                            <vsizetype>5</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="text">
                        <string>Program &amp;arguments:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>programArgsEdit</cstring>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>These are the arguments passed to the Ruby interpreter</string>
                    </property>
                </widget>
                <widget class="TQLabel" row="0" column="0">
                    <property name="name">
                        <cstring>textLabel1</cstring>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>5</hsizetype>
                            <vsizetype>5</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="text">
                        <string>&amp;Ruby interpreter:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>interpreterEdit</cstring>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>This is the path (or just name, if in $PATH) to the Ruby interpreter. Defaults to "ruby"</string>
                    </property>
                </widget>
                <widget class="TQLabel" row="2" column="0">
                    <property name="name">
                        <cstring>textLabel1_2_3</cstring>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>5</hsizetype>
                            <vsizetype>5</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="text">
                        <string>&amp;Main program:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>programArgsEdit</cstring>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>This is the name of the main program source file</string>
                    </property>
                </widget>
                <widget class="KLineEdit" row="1" column="1">
                    <property name="name">
                        <cstring>shellEdit</cstring>
                    </property>
                </widget>
                <widget class="TQLabel" row="4" column="0">
                    <property name="name">
                        <cstring>textLabel1_3</cstring>
                    </property>
                    <property name="text">
                        <string>Working Directory:</string>
                    </property>
                </widget>
                <widget class="KURLRequester" row="4" column="1">
                    <property name="name">
                        <cstring>workingDir</cstring>
                    </property>
                </widget>
            </grid>
        </widget>
        <spacer>
            <property name="name">
                <cstring>spacer3</cstring>
            </property>
            <property name="orientation">
                <enum>Horizontal</enum>
            </property>
            <property name="sizeType">
                <enum>Expanding</enum>
            </property>
            <property name="sizeHint">
                <size>
                    <width>40</width>
                    <height>20</height>
                </size>
            </property>
        </spacer>
        <widget class="TQButtonGroup">
            <property name="name">
                <cstring>runRadioBox</cstring>
            </property>
            <property name="sizePolicy">
                <sizepolicy>
                    <hsizetype>5</hsizetype>
                    <vsizetype>5</vsizetype>
                    <horstretch>0</horstretch>
                    <verstretch>0</verstretch>
                </sizepolicy>
            </property>
            <property name="title">
                <string>Run</string>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQRadioButton" row="0" column="0">
                    <property name="name">
                        <cstring>mainProgramRadio</cstring>
                    </property>
                    <property name="text">
                        <string>Main pr&amp;ogram</string>
                    </property>
                </widget>
                <widget class="TQRadioButton" row="1" column="0">
                    <property name="name">
                        <cstring>selectedWindowRadio</cstring>
                    </property>
                    <property name="text">
                        <string>Selected wi&amp;ndow</string>
                    </property>
                </widget>
            </grid>
        </widget>
        <widget class="TQCheckBox">
            <property name="name">
                <cstring>terminalCheckbox</cstring>
            </property>
            <property name="text">
                <string>R&amp;un applications in terminal</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>Check this if you want your applications to be opened in terminal window.</string>
            </property>
        </widget>
        <widget class="TQCheckBox">
            <property name="name">
                <cstring>enableFloatingToolBarBox</cstring>
            </property>
            <property name="text">
                <string>Enable &amp;debugger floating toolbar</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>Check this if you want to control the debugger via a floating toolbar.</string>
            </property>
        </widget>
        <widget class="TQCheckBox">
            <property name="name">
                <cstring>showConstants</cstring>
            </property>
            <property name="text">
                <string>Show &amp;constants in the debugger</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>Check this if you want the debugger to show constants (with many constants this may be slow).</string>
            </property>
        </widget>
        <widget class="TQCheckBox">
            <property name="name">
                <cstring>traceIntoRuby</cstring>
            </property>
            <property name="text">
                <string>Trace &amp;into Ruby libraries</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>Trace through the Ruby code installed under sitedir in the debugger</string>
            </property>
        </widget>
        <widget class="TQButtonGroup">
            <property name="name">
                <cstring>characterCodingRadioBox</cstring>
            </property>
            <property name="sizePolicy">
                <sizepolicy>
                    <hsizetype>5</hsizetype>
                    <vsizetype>5</vsizetype>
                    <horstretch>0</horstretch>
                    <verstretch>0</verstretch>
                </sizepolicy>
            </property>
            <property name="title">
                <string>Character Coding</string>
            </property>
            <vbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQRadioButton">
                    <property name="name">
                        <cstring>asciiOption</cstring>
                    </property>
                    <property name="text">
                        <string>ASCII</string>
                    </property>
                    <property name="buttonGroupId">
                        <number>0</number>
                    </property>
                </widget>
                <widget class="TQRadioButton">
                    <property name="name">
                        <cstring>eucOption</cstring>
                    </property>
                    <property name="text">
                        <string>EUC</string>
                    </property>
                    <property name="buttonGroupId">
                        <number>1</number>
                    </property>
                </widget>
                <widget class="TQRadioButton">
                    <property name="name">
                        <cstring>sjisOption</cstring>
                    </property>
                    <property name="text">
                        <string>S&amp;JIS</string>
                    </property>
                    <property name="buttonGroupId">
                        <number>2</number>
                    </property>
                </widget>
                <widget class="TQRadioButton">
                    <property name="name">
                        <cstring>utf8Option</cstring>
                    </property>
                    <property name="text">
                        <string>UTF-&amp;8</string>
                    </property>
                    <property name="buttonGroupId">
                        <number>3</number>
                    </property>
                </widget>
            </vbox>
        </widget>
        <spacer>
            <property name="name">
                <cstring>spacer1</cstring>
            </property>
            <property name="orientation">
                <enum>Vertical</enum>
            </property>
            <property name="sizeType">
                <enum>Expanding</enum>
            </property>
            <property name="sizeHint">
                <size>
                    <width>20</width>
                    <height>16</height>
                </size>
            </property>
        </spacer>
    </vbox>
</widget>
<tabstops>
    <tabstop>interpreterEdit</tabstop>
    <tabstop>shellEdit</tabstop>
    <tabstop>mainProgramEdit</tabstop>
    <tabstop>programArgsEdit</tabstop>
    <tabstop>mainProgramRadio</tabstop>
    <tabstop>selectedWindowRadio</tabstop>
    <tabstop>terminalCheckbox</tabstop>
    <tabstop>enableFloatingToolBarBox</tabstop>
    <tabstop>showConstants</tabstop>
    <tabstop>traceIntoRuby</tabstop>
    <tabstop>asciiOption</tabstop>
    <tabstop>eucOption</tabstop>
    <tabstop>sjisOption</tabstop>
    <tabstop>utf8Option</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
<includes>
    <include location="global" impldecl="in implementation">kdialog.h</include>
    <include location="global" impldecl="in implementation">klineedit.h</include>
    <include location="global" impldecl="in implementation">kurlrequester.h</include>
</includes>
</UI>