diff options
Diffstat (limited to 'languages/cpp/createpcsdialogbase.ui')
-rw-r--r-- | languages/cpp/createpcsdialogbase.ui | 168 |
1 files changed, 168 insertions, 0 deletions
diff --git a/languages/cpp/createpcsdialogbase.ui b/languages/cpp/createpcsdialogbase.ui new file mode 100644 index 00000000..09b59a70 --- /dev/null +++ b/languages/cpp/createpcsdialogbase.ui @@ -0,0 +1,168 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>CreatePCSDialogBase</class> +<widget class="QWizard"> + <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="QWidget"> + <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="KListView"> + <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="QWidget"> + <property name="name"> + <cstring>settingsPage</cstring> + </property> + <attribute name="title"> + <string>Select directory</string> + </attribute> + </widget> + <widget class="QWidget"> + <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="QLabel"> + <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="QWidget"> + <property name="name"> + <cstring>finalPage</cstring> + </property> + <attribute name="title"> + <string>Creating...</string> + </attribute> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QProgressBar"> + <property name="name"> + <cstring>progressBar</cstring> + </property> + </widget> + <widget class="QLabel"> + <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 QString&)</signal> + <receiver>CreatePCSDialogBase</receiver> + <slot>slotSelected(const QString&)</slot> + </connection> + <connection> + <sender>importerListView</sender> + <signal>clicked(QListViewItem*)</signal> + <receiver>CreatePCSDialogBase</receiver> + <slot>slotSelectionChanged(QListViewItem*)</slot> + </connection> +</connections> +<slots> + <slot>slotSelected(const QString&)</slot> + <slot>slotSelectionChanged(QListViewItem*)</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>klistview.h</includehint> + <includehint>klineedit.h</includehint> +</includehints> +</UI> |