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.
tdevelop/languages/cpp/createpcsdialogbase.ui

172 lines
5.5 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>CreatePCSDialogBase</class>
<widget class="TQWizard">
<property name="name">
<cstring>CreatePCSDialogBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>477</width>
<height>411</height>
</rect>
</property>
<property name="caption">
<string>New Persistant Class Store</string>
</property>
<widget class="TQWidget">
<property name="name">
<cstring>importerPage</cstring>
</property>
<attribute name="title">
<string>Select importer</string>
</attribute>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TDEListView">
<column>
<property name="text">
<string></string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>importerListView</cstring>
</property>
<property name="resizeMode">
<enum>LastColumn</enum>
</property>
</widget>
</vbox>
</widget>
<widget class="TQWidget">
<property name="name">
<cstring>settingsPage</cstring>
</property>
<attribute name="title">
<string>Select directory</string>
</attribute>
</widget>
<widget class="TQWidget">
<property name="name">
<cstring>descriptionPage</cstring>
</property>
<attribute name="title">
<string>Describe database contents</string>
</attribute>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>Filename:</string>
</property>
</widget>
<widget class="KLineEdit">
<property name="name">
<cstring>filename_edit</cstring>
</property>
</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>111</height>
</size>
</property>
</spacer>
</vbox>
</widget>
<widget class="TQWidget">
<property name="name">
<cstring>finalPage</cstring>
</property>
<attribute name="title">
<string>Creating...</string>
</attribute>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQProgressBar">
<property name="name">
<cstring>progressBar</cstring>
</property>
</widget>
<widget class="TQLabel">
<property name="name">
<cstring>currentFile</cstring>
</property>
<property name="text">
<string></string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer2_2</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>81</height>
</size>
</property>
</spacer>
</vbox>
</widget>
</widget>
<connections>
<connection>
<sender>CreatePCSDialogBase</sender>
<signal>selected(const TQString&amp;)</signal>
<receiver>CreatePCSDialogBase</receiver>
<slot>slotSelected(const TQString&amp;)</slot>
</connection>
<connection>
<sender>importerListView</sender>
<signal>clicked(TQListViewItem*)</signal>
<receiver>CreatePCSDialogBase</receiver>
<slot>slotSelectionChanged(TQListViewItem*)</slot>
</connection>
</connections>
<forwards>
<forward>class TQListViewItem;</forward>
</forwards>
<slots>
<slot>slotSelected(const TQString&amp;)</slot>
<slot>slotSelectionChanged(TQListViewItem*)</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">klineedit.h</include>
<include location="global" impldecl="in implementation">tdelistview.h</include>
</includes>
</UI>