You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdesdk/umbrello/umbrello/dialogs/exportallviewsdialogbase.ui

217 lines
8.5 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>ExportAllViewsDialogBase</class>
<widget class="TQDialog">
<property name="name">
<cstring>ExportAllViewsDialogBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>366</width>
<height>197</height>
</rect>
</property>
<property name="caption">
<string>Export all views</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>mainLayout</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="spacing">
<number>15</number>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>kURLRequesterLayout</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>kURLRequesterLabel</cstring>
</property>
<property name="text">
<string>&amp;Directory to save the diagrams in:</string>
</property>
<property name="buddy" stdset="0">
<cstring>m_kURL</cstring>
</property>
<property name="toolTip" stdset="0">
<string>The base directory used to save the images</string>
</property>
</widget>
<widget class="KURLRequester">
<property name="name">
<cstring>m_kURL</cstring>
</property>
<property name="mode">
<number>2</number>
</property>
<property name="toolTip" stdset="0">
<string>The base directory used to save the images</string>
</property>
</widget>
</vbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>imageTypeLayout</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>imageTypeLabel</cstring>
</property>
<property name="text">
<string>&amp;Image type:</string>
</property>
<property name="buddy" stdset="0">
<cstring>m_imageType</cstring>
</property>
<property name="toolTip" stdset="0">
<string>The format that the images will be exported to</string>
</property>
</widget>
</vbox>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>m_useFolders</cstring>
</property>
<property name="text">
<string>Use &amp;folders</string>
</property>
<property name="toolTip" stdset="0">
<string>Create in the target directory the same tree structure used
in the document to store the views</string>
</property>
<property name="whatsThis" stdset="0">
<string>The views are stored in folders in the document. The same tree structure used in the document to store the views can be created in the selected base directory with this option.
Only the folders made by the user are created in the base directory (Logical view, use case view and so on aren't created).</string>
</property>
</widget>
</vbox>
</widget>
<spacer>
<property name="name">
<cstring>spacer2</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>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>buttonsLayout</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>Horizontal Spacing2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQPushButton">
<property name="name">
<cstring>buttonOk</cstring>
</property>
<property name="text">
<string>&amp;OK</string>
</property>
<property name="accel">
<string></string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
<widget class="TQPushButton">
<property name="name">
<cstring>buttonCancel</cstring>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
<property name="accel">
<string></string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<connections>
<connection>
<sender>buttonOk</sender>
<signal>clicked()</signal>
<receiver>ExportAllViewsDialogBase</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>buttonCancel</sender>
<signal>clicked()</signal>
<receiver>ExportAllViewsDialogBase</receiver>
<slot>reject()</slot>
</connection>
</connections>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>kurlrequester.h</includehint>
<includehint>klineedit.h</includehint>
<includehint>kpushbutton.h</includehint>
</includehints>
</UI>