From 114a878c64ce6f8223cfd22d76a20eb16d177e5e Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- parts/appwizard/filepropspagebase.ui | 168 +++++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 parts/appwizard/filepropspagebase.ui (limited to 'parts/appwizard/filepropspagebase.ui') diff --git a/parts/appwizard/filepropspagebase.ui b/parts/appwizard/filepropspagebase.ui new file mode 100644 index 00000000..2137d685 --- /dev/null +++ b/parts/appwizard/filepropspagebase.ui @@ -0,0 +1,168 @@ + +FilePropsPageBase + + + Form1 + + + + 0 + 0 + 410 + 366 + + + + + unnamed + + + + GroupBox7 + + + Customize + + + + unnamed + + + + TextLabel1_2 + + + Class name: + + + + + classname_edit + + + + + TextLabel2_2 + + + Base class: + + + + + baseclass_edit + + + + + headerfile_edit + + + + + implfile_label + + + Implementation file: + + + + + headerfile_label + + + Header file: + + + + + implfile_edit + + + + + + + TextLabel5 + + + Classes: + + + + + TextLabel6 + + + Description: + + + + + classes_listbox + + + + 7 + 7 + 0 + 0 + + + + + + desc_textview + + + true + + + + + + WidgetWidth + + + true + + + + + + + classname_edit + textChanged(const QString&) + Form1 + slotClassnameChanged(const QString&) + + + classes_listbox + mouseButtonClicked(int,QListBoxItem*,const QPoint&) + Form1 + slotSelectionChanged() + + + + classes_listbox + classname_edit + headerfile_edit + baseclass_edit + implfile_edit + + + kdialog.h + + + slotSelectionChanged() + slotClassnameChanged(const QString&) + + + + + klineedit.h + klineedit.h + klineedit.h + klineedit.h + + -- cgit v1.2.1