summaryrefslogtreecommitdiffstats
path: root/kdeui/tests/kcompletiontest.h
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch)
tree5ac38a06f3dde268dc7927dc155896926aaf7012 /kdeui/tests/kcompletiontest.h
downloadtdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz
tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip
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/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeui/tests/kcompletiontest.h')
-rw-r--r--kdeui/tests/kcompletiontest.h67
1 files changed, 67 insertions, 0 deletions
diff --git a/kdeui/tests/kcompletiontest.h b/kdeui/tests/kcompletiontest.h
new file mode 100644
index 000000000..e2f5a2bee
--- /dev/null
+++ b/kdeui/tests/kcompletiontest.h
@@ -0,0 +1,67 @@
+/****************************************************************************
+** Form interface generated from reading ui file './kcompletiontest.ui'
+**
+** Created: Wed Nov 15 20:12:56 2000
+** by: The User Interface Compiler (uic)
+**
+** WARNING! All changes made in this file will be lost!
+****************************************************************************/
+#ifndef FORM1_H
+#define FORM1_H
+
+#include <qstringlist.h>
+#include <qvariant.h>
+#include <qwidget.h>
+class QVBoxLayout;
+class QHBoxLayout;
+class QGridLayout;
+class QGroupBox;
+class QLabel;
+class QListBox;
+class QListBoxItem;
+class QPushButton;
+
+class KHistoryCombo;
+class KLineEdit;
+
+
+class Form1 : public QWidget
+{
+ Q_OBJECT
+
+public:
+ Form1( QWidget* parent = 0, const char* name = 0 );
+ ~Form1();
+
+ QGroupBox* GroupBox1;
+ QLabel* TextLabel1;
+ KLineEdit* LineEdit1;
+ QPushButton* PushButton1;
+ QPushButton* PushButton1_4;
+ QListBox* ListBox1;
+ QPushButton* PushButton1_3;
+ QPushButton* PushButton1_2;
+
+ KLineEdit* edit;
+ KHistoryCombo *combo;
+
+protected slots:
+ void slotList();
+ void slotAdd();
+ void slotRemove();
+ void slotHighlighted( const QString& );
+
+protected:
+ QStringList defaultItems() const;
+
+ QVBoxLayout* Form1Layout;
+ QVBoxLayout* GroupBox1Layout;
+ QVBoxLayout* Layout9;
+ QHBoxLayout* Layout1;
+ QHBoxLayout* Layout2;
+ QHBoxLayout* Layout3;
+ QHBoxLayout* Layout8;
+ QVBoxLayout* Layout7;
+};
+
+#endif // FORM1_H