<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
<class>AddDirForm</class>
<widget class="QDialog">
<property name="name">
<cstring>AddDirForm</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>391</width>
<height>134</height>
</rect>
</property>
<property name="caption">
<string>Add Directory</string>
</property>
<property name="toolTip" stdset="0">
<string>Add a directory to the current project</string>
</property>
<property name="whatsThis" stdset="0">
<string><b>Add Directory Dialog</b>
<p>This dialog is used to add a directory to the current project.</p></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>Layout3</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="QCheckBox" row="2" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>recursiveCheckBox</cstring>
</property>
<property name="text">
<string>&Recurse into subdirectories</string>
</property>
<property name="toolTip" stdset="0">
<string>Select, whether a recursive add should be performed</string>
</property>
</widget>
<widget class="QPushButton" row="0" column="2">
<property name="name">
<cstring>sourceDirButton</cstring>
</property>
<property name="text">
<string>...</string>
</property>
<property name="whatsThis" stdset="0">
<string><b>Source Directory</b>
<p>Select the source directory via a directory selection dialog.</p></string>
</property>
</widget>
<widget class="QLineEdit" row="0" column="1">
<property name="name">
<cstring>sourceDirEdit</cstring>
</property>
<property name="toolTip" stdset="0">
<string>Enter the name of the directory to add</string>
</property>
<property name="whatsThis" stdset="0">
<string><b>Source Directory</b>
<p>Enter the name of the directory to add to the current project.
You may select it with a dialog by pressing the button to
the right.</p></string>
</property>
</widget>
<widget class="QLabel" row="0" column="0">
<property name="name">
<cstring>sourceDirLabel</cstring>
</property>
<property name="text">
<string>&Source Directory:</string>
</property>
<property name="buddy" stdset="0">
<cstring>sourceDirEdit</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><b>Target Directory</b>
<p>Enter the target directory. You may select it
with a dialog by pressing the button to the right.</p></string>
</property>
</widget>
<widget class="QLabel" row="1" column="0">
<property name="name">
<cstring>targetDirLabel</cstring>
</property>
<property name="text">
<string>&Target Directory:</string>
</property>
<property name="buddy" stdset="0">
<cstring>targetDirEdit</cstring>
</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><b>Target Directory</b>
<p>Select the target directory via a directory selection dialog.</p></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>&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>&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>AddDirForm</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>cancelButton</sender>
<signal>clicked()</signal>
<receiver>AddDirForm</receiver>
<slot>reject()</slot>
</connection>
<connection>
<sender>sourceDirButton</sender>
<signal>clicked()</signal>
<receiver>AddDirForm</receiver>
<slot>handleSDirDialog()</slot>
</connection>
<connection>
<sender>targetDirButton</sender>
<signal>clicked()</signal>
<receiver>AddDirForm</receiver>
<slot>handleTDirDialog()</slot>
</connection>
<connection>
<sender>sourceDirEdit</sender>
<signal>textChanged(const QString&)</signal>
<receiver>AddDirForm</receiver>
<slot>handleSTextChanged(const QString&)</slot>
</connection>
</connections>
<tabstops>
<tabstop>sourceDirEdit</tabstop>
<tabstop>sourceDirButton</tabstop>
<tabstop>targetDirEdit</tabstop>
<tabstop>targetDirButton</tabstop>
<tabstop>okButton</tabstop>
<tabstop>cancelButton</tabstop>
</tabstops>
<includes>
<include location="local" impldecl="in implementation">AddDirectoryForm.ui.h</include>
</includes>
<slots>
<slot>handleSDirDialog()</slot>
<slot>handleTDirDialog()</slot>
<slot>handleSTextChanged( const QString & )</slot>
</slots>
<layoutdefaults spacing="6" margin="6"/>
</UI>
|