diff options
author | axis <qt-info@nokia.com> | 2009-04-17 15:11:44 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-08-28 07:10:44 (GMT) |
commit | b1015e8d7ac12d365c4b738fbee4ce12ecbaa58e (patch) | |
tree | dd98324c121785d966e9e21c0e25d8d61bdd7b31 /examples/tools/inputpanel/inputpanel.pro | |
parent | 2e6c1f12babf1d36d1aa80bce7baeadc0e651cda (diff) | |
download | Qt-b1015e8d7ac12d365c4b738fbee4ce12ecbaa58e.zip Qt-b1015e8d7ac12d365c4b738fbee4ce12ecbaa58e.tar.gz Qt-b1015e8d7ac12d365c4b738fbee4ce12ecbaa58e.tar.bz2 |
Added an example documenting how to make a software input panel.
RevBy: David Boddie
David's fixes are in the next two commits.
Diffstat (limited to 'examples/tools/inputpanel/inputpanel.pro')
-rw-r--r-- | examples/tools/inputpanel/inputpanel.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/tools/inputpanel/inputpanel.pro b/examples/tools/inputpanel/inputpanel.pro new file mode 100644 index 0000000..683808b --- /dev/null +++ b/examples/tools/inputpanel/inputpanel.pro @@ -0,0 +1,9 @@ +SOURCES += main.cpp \ + myinputpanel.cpp \ + myinputpanelcontext.cpp + +HEADERS += myinputpanel.h \ + myinputpanelcontext.h + +FORMS += mainform.ui \ + myinputpanelform.ui |