summaryrefslogtreecommitdiffstats
path: root/kmdi/test/README
diff options
context:
space:
mode:
Diffstat (limited to 'kmdi/test/README')
-rw-r--r--kmdi/test/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/kmdi/test/README b/kmdi/test/README
new file mode 100644
index 000000000..0cdeae7ef
--- /dev/null
+++ b/kmdi/test/README
@@ -0,0 +1,16 @@
+This example shows the use of KMdi.
+Either you inherit your views from KMdiChildView or you wrap your common widgets by KMdiChildViews.
+Your main widget must inherit from KMdiMainFrm.
+
+
+
+Call
+ qmake kFourChildren -o Makefile
+ make
+to build the example app.
+Likely you must set the environment variable KDEDIR (to e.g. /opt/kde3).
+
+
+
+Find more details on:
+ http://www.geocities.com/gigafalk/qextmdi.htm