Table of Contents

Eric3 Source Documentation: Project  
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
<class>AddFileForm</class>
<widget class="QDialog">
    <property name="name">
        <cstring>AddFileForm</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>391</width>
            <height>109</height>
        </rect>
    </property>
    <property name="caption">
        <string>Add File</string>
    </property>
    <property name="toolTip" stdset="0">
        <string>Add a file to the current project</string>
    </property>
    <property name="whatsThis" stdset="0">
        <string>&lt;b&gt;Add File Dialog&lt;/b&gt;
&lt;p&gt;This dialog is used to add a file to the current project.&lt;/p&gt;</string>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <property name="margin">
            <number>6</number>
        </property>
        <property name="spacing">
            <number>6</number>
        </property>
        <widget class="QLayoutWidget">
            <property name="name">
                <cstring>Layout6</cstring>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <property name="margin">
                    <number>0</number>
                </property>
                <property name="spacing">
                    <number>6</number>
                </property>
                <widget class="QPushButton" row="0" column="2">
                    <property name="name">
                        <cstring>sourceFileButton</cstring>
                    </property>
                    <property name="text">
                        <string>...</string>
                    </property>
                </widget>
                <widget class="QLabel" row="1" column="0">
                    <property name="name">
                        <cstring>targetDirLabel</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Target Directory:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>targetDirEdit</cstring>
                    </property>
                </widget>
                <widget class="QLineEdit" row="1" column="1">
                    <property name="name">
                        <cstring>targetDirEdit</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Enter the target directory for the file</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;b&gt;Target Directory&lt;/b&gt;
&lt;p&gt;Enter the target directory. You may select it
 with a dialog by pressing the button to the right.&lt;/p&gt;</string>
                    </property>
                </widget>
                <widget class="QPushButton" row="1" column="2">
                    <property name="name">
                        <cstring>targetDirButton</cstring>
                    </property>
                    <property name="text">
                        <string>...</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;b&gt;Target Directory&lt;/b&gt;
&lt;p&gt;Select the target directory via a directory selection dialog.&lt;/p&gt;</string>
                    </property>
                </widget>
                <widget class="QLabel" row="0" column="0">
                    <property name="name">
                        <cstring>sourceFileLabel</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Source File:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>sourceFileEdit</cstring>
                    </property>
                </widget>
                <widget class="QLineEdit" row="0" column="1">
                    <property name="name">
                        <cstring>sourceFileEdit</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Enter the name of the file to add</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;b&gt;Source File&lt;/b&gt;
&lt;p&gt;Enter the name of the file to add to the current project.
 You may select it with a dialog by pressing the button to
 the right.&lt;/p&gt;</string>
                    </property>
                </widget>
            </grid>
        </widget>
        <widget class="QLayoutWidget">
            <property name="name">
                <cstring>Layout5</cstring>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <property name="margin">
                    <number>0</number>
                </property>
                <property name="spacing">
                    <number>6</number>
                </property>
                <spacer>
                    <property name="name">
                        <cstring>Spacer4</cstring>
                    </property>
                    <property name="orientation">
                        <enum>Horizontal</enum>
                    </property>
                    <property name="sizeType">
                        <enum>Expanding</enum>
                    </property>
                    <property name="sizeHint">
                        <size>
                            <width>30</width>
                            <height>0</height>
                        </size>
                    </property>
                </spacer>
                <widget class="QPushButton">
                    <property name="name">
                        <cstring>okButton</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;OK</string>
                    </property>
                    <property name="default">
                        <bool>true</bool>
                    </property>
                </widget>
                <widget class="QPushButton">
                    <property name="name">
                        <cstring>cancelButton</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Cancel</string>
                    </property>
                </widget>
                <spacer>
                    <property name="name">
                        <cstring>Spacer5</cstring>
                    </property>
                    <property name="orientation">
                        <enum>Horizontal</enum>
                    </property>
                    <property name="sizeType">
                        <enum>Expanding</enum>
                    </property>
                    <property name="sizeHint">
                        <size>
                            <width>30</width>
                            <height>0</height>
                        </size>
                    </property>
                </spacer>
            </hbox>
        </widget>
    </vbox>
</widget>
<connections>
    <connection>
        <sender>okButton</sender>
        <signal>clicked()</signal>
        <receiver>AddFileForm</receiver>
        <slot>accept()</slot>
    </connection>
    <connection>
        <sender>cancelButton</sender>
        <signal>clicked()</signal>
        <receiver>AddFileForm</receiver>
        <slot>reject()</slot>
    </connection>
    <connection>
        <sender>sourceFileButton</sender>
        <signal>clicked()</signal>
        <receiver>AddFileForm</receiver>
        <slot>handleFileDialog()</slot>
    </connection>
    <connection>
        <sender>targetDirButton</sender>
        <signal>clicked()</signal>
        <receiver>AddFileForm</receiver>
        <slot>handleDirDialog()</slot>
    </connection>
    <connection>
        <sender>sourceFileEdit</sender>
        <signal>textChanged(const QString&amp;)</signal>
        <receiver>AddFileForm</receiver>
        <slot>handleSTextChanged(const QString&amp;)</slot>
    </connection>
</connections>
<tabstops>
    <tabstop>sourceFileEdit</tabstop>
    <tabstop>sourceFileButton</tabstop>
    <tabstop>targetDirEdit</tabstop>
    <tabstop>targetDirButton</tabstop>
    <tabstop>okButton</tabstop>
    <tabstop>cancelButton</tabstop>
</tabstops>
<slots>
    <slot>handleDirDialog()</slot>
    <slot>handleFileDialog()</slot>
    <slot>handleSTextChanged(const QString&amp;)</slot>
</slots>
<layoutdefaults spacing="6" margin="6"/>
</UI>

Table of Contents

This document was automatically generated by HappyDoc version 2.1