summaryrefslogtreecommitdiff
path: root/examples/X11/qt/simplefrontend/SimpleFrontEndProject.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/X11/qt/simplefrontend/SimpleFrontEndProject.h')
-rw-r--r--examples/X11/qt/simplefrontend/SimpleFrontEndProject.h49
1 files changed, 49 insertions, 0 deletions
diff --git a/examples/X11/qt/simplefrontend/SimpleFrontEndProject.h b/examples/X11/qt/simplefrontend/SimpleFrontEndProject.h
new file mode 100644
index 0000000..96b7463
--- /dev/null
+++ b/examples/X11/qt/simplefrontend/SimpleFrontEndProject.h
@@ -0,0 +1,49 @@
+/***********************************************
+** Source Dump From QtEZ http://qtez.zax.net/qtez
+** ---------------------------------------------
+** Dumped: Mon Sep 21 01:22:44 1998
+** To: /usr/src/sword/examples/X11/qt/simplefrontend/SimpleFrontEndProject.h
+** By: root
+***********************************************/
+
+#ifndef QTEZ_OUTP
+ #define QTEZ_OUTP "QTEZ v0.77a"
+#endif
+
+#ifndef SIMPLEFRONTENDPROJECT_H
+#define SIMPLEFRONTENDPROJECT_H
+
+/* Project Specific Includes */
+#include "/usr/src/sword/examples/X11/qt/simplefrontend/main.h"
+
+/* Library Includes */
+#include <qdialog.h>
+#include <qwidget.h>
+#include <qlabel.h>
+#include <qcombo.h>
+#include <qmlined.h>
+#include <qlined.h>
+#include <qpushbt.h>
+#include <swmgr.h>
+
+class
+SimpleFrontEndProject : public QDialog
+{
+ Q_OBJECT
+private:
+ QLineEdit *text1;
+ QMultiLineEdit *mlined1;
+ QComboBox *combo1;
+ QLabel *label1;
+ QLabel *label2;
+ QLabel *label3;
+public:
+ SimpleFrontEndProject(QWidget *parent=0, char *name=0);
+ friend int main(int, char **);
+ SWMgr manager;
+protected:
+signals:
+public slots:
+ void lookup(const char *);
+};
+#endif