diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-13 21:45:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-14 09:58:29 +0900 |
commit | 60598ea23e9fec7b4320985aad848c5ffee033c2 (patch) | |
tree | 169801c444ffe73c517d5b1cdc62a39efb8c7392 /parts/filecreate/template-info.xml | |
parent | b8cc513c5e875739c6790da651f6a3f47ed8f657 (diff) | |
download | tdevelop-60598ea23e9fec7b4320985aad848c5ffee033c2.tar.gz tdevelop-60598ea23e9fec7b4320985aad848c5ffee033c2.zip |
Removed Qt4 specific code and template files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'parts/filecreate/template-info.xml')
-rw-r--r-- | parts/filecreate/template-info.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/parts/filecreate/template-info.xml b/parts/filecreate/template-info.xml index bddd5d65..235fb064 100644 --- a/parts/filecreate/template-info.xml +++ b/parts/filecreate/template-info.xml @@ -64,24 +64,6 @@ <subtype ref="mainwin" name="Qt3 Main Window" icon="widget_doc"> <descr>A new empty main window.</descr> </subtype> - <subtype ref="widget-qt4" name="Qt4 Widget" icon="widget_doc"> - <descr>A new Qt4 widget.</descr> - </subtype> - <subtype ref="dialog-qt4" name="Qt4 Dialog" icon="widget_doc"> - <descr>A new empty Qt4 Dialog box.</descr> - </subtype> - <subtype ref="mainwin-qt4" name="Qt4 Main Window" icon="widget_doc"> - <descr>A new empty Qt4 main window.</descr> - </subtype> - <subtype ref="dialogr-qt4" name="Qt4 Dialog with Buttons (right)" icon="widget_doc"> - <descr>A new Qt4 Dialog box with buttons on the right.</descr> - </subtype> - <subtype ref="dialogb-qt4" name="Qt4 Dialog with Buttons (bottom)" icon="widget_doc"> - <descr>A new Qt4 Dialog box with buttons on the bottom.</descr> - </subtype> - </type> - <type ext="qrc" name="Qt4 Resource" create="template" icon="template_source"> - <descr>A new Qt4 Resource file.</descr> </type> <type ext="cpp" name="C++ Source" create="template" icon="source_cpp"> <descr>A new empty C++ file.</descr> |