qt -> tqt conversion:

kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/2/head
Michele Calgaro 6 years ago
parent c62b8d179c
commit 36d1594949
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -2785,7 +2785,7 @@
development. The directory contains a README describing some of the development. The directory contains a README describing some of the
parsing in the jdbcontroller.' parsing in the jdbcontroller.'
2001-04-29 Sandy Meier <smeier@kdevelop.org> 2001-04-29 Sandy Meier <smeier@kdevelop.org>
* some changes in appwizard gui (qtdesigner based), * some changes in appwizard gui (tqtdesigner based),
templates can have a category property now templates can have a category property now
2001-04-27 Bernd Gehrmann <bernd@physik.hu-berlin.de> 2001-04-27 Bernd Gehrmann <bernd@physik.hu-berlin.de>
* Implemented a generic project part for scripting languages. * Implemented a generic project part for scripting languages.

@ -143,7 +143,7 @@ The main drawback of CORBA is its rather low speed. While this may be tolerable
<secondary>DCOP</secondary></indexterm> <secondary>DCOP</secondary></indexterm>
<para> <para>
Another evolution on &UNIX;-like scripting is the <ulink url="http://developer.kde.org/documentation/library/kdeqt/dcop.html"><emphasis>DCOP</emphasis></ulink> protocol which was devised for communication between &kde; applications to overcome the limitations of CORBA. Another evolution on &UNIX;-like scripting is the <ulink url="http://developer.kde.org/documentation/library/kdetqt/dcop.html"><emphasis>DCOP</emphasis></ulink> protocol which was devised for communication between &kde; applications to overcome the limitations of CORBA.
</para> </para>
<para> <para>
&DCOP; stands for <emphasis>Desktop Communication Protocol</emphasis> and is implemented as a simple IPC/RPC mechanism built to operate over sockets. In effect this provides facilities similar to the traditional &UNIX; pipe mechanism. &DCOP; stands for <emphasis>Desktop Communication Protocol</emphasis> and is implemented as a simple IPC/RPC mechanism built to operate over sockets. In effect this provides facilities similar to the traditional &UNIX; pipe mechanism.
@ -155,7 +155,7 @@ Traditional shell scripting is based on fairly small tool programs which were de
There are drawbacks, however. To use &DCOP; a program must be designed to contain a special &DCOP; interface. And the &DCOP; communication process runs somewhat slowly (although a lot faster than CORBA). But it returns much of the power and flexibility of &UNIX; scripting to high-level programs which are based on a graphical user interface. There are drawbacks, however. To use &DCOP; a program must be designed to contain a special &DCOP; interface. And the &DCOP; communication process runs somewhat slowly (although a lot faster than CORBA). But it returns much of the power and flexibility of &UNIX; scripting to high-level programs which are based on a graphical user interface.
</para> </para>
<para> <para>
For more information, see the <ulink url="http://developer.kde.org/documentation/library/kdeqt/dcop.html">DCOP: Desktop COmmunications Protocol</ulink> paper or <ulink url="developer.kde.org/documentation/library/cvs-api/dcop/html/index.html">The &DCOP; Desktop Communication Protocol library</ulink> &API; reference of the &kde; dcop library. For more information, see the <ulink url="http://developer.kde.org/documentation/library/kdetqt/dcop.html">DCOP: Desktop COmmunications Protocol</ulink> paper or <ulink url="developer.kde.org/documentation/library/cvs-api/dcop/html/index.html">The &DCOP; Desktop Communication Protocol library</ulink> &API; reference of the &kde; dcop library.
</para> </para>
</sect2> <!-- unixdev-dcop --> </sect2> <!-- unixdev-dcop -->

@ -73,7 +73,7 @@ tde_add_kpart( libkdevcppsupport AUTOMOC
createpcsdialog.cpp createpcsdialogbase.ui createpcsdialog.cpp createpcsdialogbase.ui
doxydoc.cpp includefiles.cpp includepathresolver.cpp doxydoc.cpp includefiles.cpp includepathresolver.cpp
kdevdriver.cpp problemreporter.cpp qtbuildconfig.cpp kdevdriver.cpp problemreporter.cpp qtbuildconfig.cpp
qtdesignercppintegration.cpp setuphelper.cpp tqtdesignercppintegration.cpp setuphelper.cpp
simplecontext.cpp simpletype.cpp simpletypecatalog.cpp simplecontext.cpp simpletype.cpp simpletypecatalog.cpp
simpletypefunction.cpp simpletypenamespace.cpp simpletypefunction.cpp simpletypenamespace.cpp
store_walker.cpp storeconverter.cpp stringhelpers.cpp store_walker.cpp storeconverter.cpp stringhelpers.cpp

@ -28,7 +28,7 @@ libkdevcppsupport_la_SOURCES = KDevCppSupportIface.cpp KDevCppSupportIface.skel
creategettersetterconfiguration.cpp creategettersetterconfiguration.h creategettersetterdialog.cpp \ creategettersetterconfiguration.cpp creategettersetterconfiguration.h creategettersetterdialog.cpp \
creategettersetterdialog.h createpcsdialog.cpp createpcsdialogbase.ui doxydoc.cpp includefiles.cpp \ creategettersetterdialog.h createpcsdialog.cpp createpcsdialogbase.ui doxydoc.cpp includefiles.cpp \
includepathresolver.cpp kdevdriver.cpp problemreporter.cpp qtbuildconfig.cpp \ includepathresolver.cpp kdevdriver.cpp problemreporter.cpp qtbuildconfig.cpp \
qtdesignercppintegration.cpp setuphelper.cpp simplecontext.cpp simpletype.cpp simpletypecatalog.cpp \ tqtdesignercppintegration.cpp setuphelper.cpp simplecontext.cpp simpletype.cpp simpletypecatalog.cpp \
simpletypefunction.cpp simpletypenamespace.cpp store_walker.cpp storeconverter.cpp \ simpletypefunction.cpp simpletypenamespace.cpp store_walker.cpp storeconverter.cpp \
stringhelpers.cpp subclassingdlg.cpp subclassingdlgbase.ui tag_creator.cpp typedesc.cpp stringhelpers.cpp subclassingdlg.cpp subclassingdlgbase.ui tag_creator.cpp typedesc.cpp
@ -55,5 +55,5 @@ AM_CXXFLAGS = -DAST_DEBUG
#r___LDADD = libkdevcppsupport.la $(top_builddir)/lib/catalog/libkdevcatalog.la $(top_builddir)/lib/cppparser/libkdevcppparser.la #r___LDADD = libkdevcppsupport.la $(top_builddir)/lib/catalog/libkdevcatalog.la $(top_builddir)/lib/cppparser/libkdevcppparser.la
noinst_HEADERS = cppevaluation.h cppimplementationwidget.h \ noinst_HEADERS = cppevaluation.h cppimplementationwidget.h \
cppsplitheadersourceconfig.h declarationinfo.h expressioninfo.h includefiles.h includepathresolver.h \ cppsplitheadersourceconfig.h declarationinfo.h expressioninfo.h includefiles.h includepathresolver.h \
qtdesignercppintegration.h setuphelper.h simplecontext.h simpletypecatalog.h simpletypefunction.h \ tqtdesignercppintegration.h setuphelper.h simplecontext.h simpletypecatalog.h simpletypefunction.h \
simpletypenamespace.h storeconverter.h simpletypenamespace.h storeconverter.h

@ -449,7 +449,7 @@ void CCConfigWidget::initTQtTab()
m_kdevexternal->setChecked( true ); m_kdevexternal->setChecked( true );
}else }else
{ {
m_qtdesigner->setChecked( true ); m_tqtdesigner->setChecked( true );
} }
} }
@ -546,7 +546,7 @@ void CCConfigWidget::toggleTQtVersion( bool )
if ( m_versionQt4->isChecked() ) if ( m_versionQt4->isChecked() )
{ {
m_qtStyleVersion4->setEnabled( true ); m_qtStyleVersion4->setEnabled( true );
m_qtdesigner->setChecked( true ); m_tqtdesigner->setChecked( true );
m_kdevembedded->setEnabled( false ); m_kdevembedded->setEnabled( false );
m_kdevexternal->setEnabled( false ); m_kdevexternal->setEnabled( false );
pluginPaths->setEnabled( true ); pluginPaths->setEnabled( true );

@ -1135,7 +1135,7 @@ This option only applies to QMake projects.</string>
</widget> </widget>
<widget class="TQRadioButton"> <widget class="TQRadioButton">
<property name="name"> <property name="name">
<cstring>m_qtdesigner</cstring> <cstring>m_tqtdesigner</cstring>
</property> </property>
<property name="text"> <property name="text">
<string>Run Qt &amp;Designer</string> <string>Run Qt &amp;Designer</string>
@ -1631,13 +1631,13 @@ you right click on a variable in a header file.</string>
<slot>toggleQtVersion(bool)</slot> <slot>toggleQtVersion(bool)</slot>
</connection> </connection>
<connection> <connection>
<sender>m_qtdesigner</sender> <sender>m_tqtdesigner</sender>
<signal>toggled(bool)</signal> <signal>toggled(bool)</signal>
<receiver>m_txtDesigner</receiver> <receiver>m_txtDesigner</receiver>
<slot>setEnabled(bool)</slot> <slot>setEnabled(bool)</slot>
</connection> </connection>
<connection> <connection>
<sender>m_qtdesigner</sender> <sender>m_tqtdesigner</sender>
<signal>toggled(bool)</signal> <signal>toggled(bool)</signal>
<receiver>m_designerPath</receiver> <receiver>m_designerPath</receiver>
<slot>setEnabled(bool)</slot> <slot>setEnabled(bool)</slot>

@ -50,7 +50,7 @@
#include "addattributedialog.h" #include "addattributedialog.h"
#include "creategettersetterdialog.h" #include "creategettersetterdialog.h"
// designer integration // designer integration
#include "qtdesignercppintegration.h" #include "tqtdesignercppintegration.h"
#include "cppimplementationwidget.h" #include "cppimplementationwidget.h"
#include "configproblemreporter.h" #include "configproblemreporter.h"
#include "codeinformationrepository.h" #include "codeinformationrepository.h"

@ -18,7 +18,7 @@
* Free Software Foundation, Inc., * * Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#include "qtdesignercppintegration.h" #include "tqtdesignercppintegration.h"
#include <tqpair.h> #include <tqpair.h>
#include <tqregexp.h> #include <tqregexp.h>
@ -213,6 +213,6 @@ void QtDesignerCppIntegration::processImplementationName( TQString &name )
name.replace( ".h", ".cpp" ); name.replace( ".h", ".cpp" );
} }
#include "qtdesignercppintegration.moc" #include "tqtdesignercppintegration.moc"
//kate: indent-mode csands; tab-width 4; space-indent off; //kate: indent-mode csands; tab-width 4; space-indent off;

@ -20,7 +20,7 @@
#ifndef TQTDESIGNERCPPINTEGRATION_H #ifndef TQTDESIGNERCPPINTEGRATION_H
#define TQTDESIGNERCPPINTEGRATION_H #define TQTDESIGNERCPPINTEGRATION_H
#include <qtdesignerintegration.h> #include <tqtdesignerintegration.h>
class QtDesignerCppIntegration : public QtDesignerIntegration class QtDesignerCppIntegration : public QtDesignerIntegration
{ {

@ -27,7 +27,7 @@ link_directories(
##### headers ################################### ##### headers ###################################
install( FILES install( FILES
qtdesignerintegration.h implementationwidget.h tqtdesignerintegration.h implementationwidget.h
${CMAKE_CURRENT_BINARY_DIR}/implementationwidgetbase.h ${CMAKE_CURRENT_BINARY_DIR}/implementationwidgetbase.h
DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/languages/designer_integration ) DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/languages/designer_integration )
@ -37,7 +37,7 @@ install( FILES
tde_add_library( designerintegration SHARED AUTOMOC tde_add_library( designerintegration SHARED AUTOMOC
SOURCES SOURCES
implementationwidgetbase.ui implementationwidget.cpp implementationwidgetbase.ui implementationwidget.cpp
qtdesignerintegration.cpp tqtdesignerintegration.cpp
VERSION 0.0.0 VERSION 0.0.0
LINK tdevelop-shared LINK tdevelop-shared
DESTINATION ${LIB_INSTALL_DIR} DESTINATION ${LIB_INSTALL_DIR}

@ -6,10 +6,10 @@ libdesignerintegration_la_LDFLAGS = $(all_libraries)
lib_LTLIBRARIES = libdesignerintegration.la lib_LTLIBRARIES = libdesignerintegration.la
libdesignerintegration_la_LIBADD = $(top_builddir)/lib/interfaces/libkdevinterfaces.la $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) libdesignerintegration_la_LIBADD = $(top_builddir)/lib/interfaces/libkdevinterfaces.la $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI)
libdesignerintegration_la_SOURCES = implementationwidgetbase.ui \ libdesignerintegration_la_SOURCES = implementationwidgetbase.ui \
implementationwidget.cpp qtdesignerintegration.cpp implementationwidget.cpp tqtdesignerintegration.cpp
langincludedirdir = $(includedir)/tdevelop/languages/designer_integration langincludedirdir = $(includedir)/tdevelop/languages/designer_integration
langincludedir_HEADERS = qtdesignerintegration.h implementationwidget.h implementationwidgetbase.h langincludedir_HEADERS = tqtdesignerintegration.h implementationwidget.h implementationwidgetbase.h
DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui tdehtml tdemdi tdeio kjs tdeparts tdeutils kdevinterfaces kdevutil DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui tdehtml tdemdi tdeio kjs tdeparts tdeutils kdevinterfaces kdevutil
DOXYGEN_PROJECTNAME = KDevelop Designer Integration Support Library DOXYGEN_PROJECTNAME = KDevelop Designer Integration Support Library

@ -17,7 +17,7 @@
* Free Software Foundation, Inc., * * Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#include "qtdesignerintegration.h" #include "tqtdesignerintegration.h"
#include <tqpair.h> #include <tqpair.h>
#include <tqregexp.h> #include <tqregexp.h>
@ -95,7 +95,7 @@ bool QtDesignerIntegration::selectImplementation(const TQString &formName)
void QtDesignerIntegration::loadSettings(TQDomDocument dom, TQString path) void QtDesignerIntegration::loadSettings(TQDomDocument dom, TQString path)
{ {
TQDomElement el = DomUtil::elementByPath(dom, path + "/qtdesigner"); TQDomElement el = DomUtil::elementByPath(dom, path + "/tqtdesigner");
if (el.isNull()) if (el.isNull())
return; return;
TQDomNodeList impls = el.elementsByTagName("implementation"); TQDomNodeList impls = el.elementsByTagName("implementation");
@ -120,7 +120,7 @@ void QtDesignerIntegration::loadSettings(TQDomDocument dom, TQString path)
void QtDesignerIntegration::saveSettings(TQDomDocument dom, TQString path) void QtDesignerIntegration::saveSettings(TQDomDocument dom, TQString path)
{ {
kdDebug() << "QtDesignerIntegration::saveSettings" << endl; kdDebug() << "QtDesignerIntegration::saveSettings" << endl;
TQDomElement el = DomUtil::createElementByPath(dom, path + "/qtdesigner"); TQDomElement el = DomUtil::createElementByPath(dom, path + "/tqtdesigner");
for (TQMap<TQString, ClassDom>::const_iterator it = m_implementations.begin(); for (TQMap<TQString, ClassDom>::const_iterator it = m_implementations.begin();
it != m_implementations.end(); ++it) it != m_implementations.end(); ++it)
{ {
@ -192,4 +192,4 @@ void QtDesignerIntegration::openSource(const TQString &formName)
m_part->partController()->editDocument(KURL(impl), -1, -1); m_part->partController()->editDocument(KURL(impl), -1, -1);
} }
#include "qtdesignerintegration.moc" #include "tqtdesignerintegration.moc"

@ -43,7 +43,7 @@ tde_add_kpart( libkdevpythonsupport AUTOMOC
SOURCES SOURCES
pythonsupportpart.cpp pythonconfigwidget.cpp pythonsupportpart.cpp pythonconfigwidget.cpp
pythonconfigwidgetbase.ui pythonimplementationwidget.cpp pythonconfigwidgetbase.ui pythonimplementationwidget.cpp
qtdesignerpythonintegration.cpp tqtdesignerpythonintegration.cpp
LINK designerintegration-shared LINK designerintegration-shared
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -13,7 +13,7 @@ libkdevpythonsupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libkdevpythonsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ libkdevpythonsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \
$(top_builddir)/languages/lib/designer_integration/libdesignerintegration.la $(top_builddir)/languages/lib/designer_integration/libdesignerintegration.la
libkdevpythonsupport_la_SOURCES = pythonsupportpart.cpp pythonconfigwidget.cpp pythonconfigwidgetbase.ui \ libkdevpythonsupport_la_SOURCES = pythonsupportpart.cpp pythonconfigwidget.cpp pythonconfigwidgetbase.ui \
pythonimplementationwidget.cpp qtdesignerpythonintegration.cpp pythonimplementationwidget.cpp tqtdesignerpythonintegration.cpp
tdeio_pydoc_la_SOURCES = pydoc.cpp tdeio_pydoc_la_SOURCES = pydoc.cpp
tdeio_pydoc_la_LIBADD = $(LIB_TDEIO) tdeio_pydoc_la_LIBADD = $(LIB_TDEIO)

@ -35,7 +35,7 @@
#include <tdelocale.h> #include <tdelocale.h>
#include <tqregexp.h> #include <tqregexp.h>
#include "qtdesignerpythonintegration.h" #include "tqtdesignerpythonintegration.h"
#include "pythonimplementationwidget.h" #include "pythonimplementationwidget.h"
typedef KDevGenericFactory<PythonSupportPart> PythonSupportFactory; typedef KDevGenericFactory<PythonSupportPart> PythonSupportFactory;

@ -17,7 +17,7 @@
* Free Software Foundation, Inc., * * Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#include "qtdesignerpythonintegration.h" #include "tqtdesignerpythonintegration.h"
#include <tqpair.h> #include <tqpair.h>
#include <tqregexp.h> #include <tqregexp.h>
@ -94,4 +94,4 @@ void QtDesignerPythonIntegration::addFunctionToClass(KInterfaceDesigner::Functio
} }
} }
#include "qtdesignerpythonintegration.moc" #include "tqtdesignerpythonintegration.moc"

@ -20,7 +20,7 @@
#ifndef TQTDESIGNERPYTHONINTEGRATION_H #ifndef TQTDESIGNERPYTHONINTEGRATION_H
#define TQTDESIGNERPYTHONINTEGRATION_H #define TQTDESIGNERPYTHONINTEGRATION_H
#include <qtdesignerintegration.h> #include <tqtdesignerintegration.h>
class QtDesignerPythonIntegration : public QtDesignerIntegration class QtDesignerPythonIntegration : public QtDesignerIntegration
{ {

@ -44,7 +44,7 @@ install( FILES ruby_config.png ruby_run.png DESTINATION ${DATA_INSTALL_DIR}/kdev
tde_add_kpart( libkdevrubysupport AUTOMOC tde_add_kpart( libkdevrubysupport AUTOMOC
SOURCES SOURCES
rubysupport_part.cpp rubyconfigwidgetbase.ui rubysupport_part.cpp rubyconfigwidgetbase.ui
rubyconfigwidget.cpp qtdesignerrubyintegration.cpp rubyconfigwidget.cpp tqtdesignerrubyintegration.cpp
rubyimplementationwidget.cpp rubyimplementationwidget.cpp
LINK designerintegration-shared LINK designerintegration-shared
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}

@ -13,7 +13,7 @@ libkdevrubysupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \
$(top_builddir)/languages/lib/designer_integration/libdesignerintegration.la $(top_builddir)/lib/util/libkdevutil.la $(top_builddir)/languages/lib/designer_integration/libdesignerintegration.la $(top_builddir)/lib/util/libkdevutil.la
libkdevrubysupport_la_SOURCES = rubysupport_part.cpp rubyconfigwidgetbase.ui \ libkdevrubysupport_la_SOURCES = rubysupport_part.cpp rubyconfigwidgetbase.ui \
rubyconfigwidget.cpp qtdesignerrubyintegration.cpp rubyimplementationwidget.cpp rubyconfigwidget.cpp tqtdesignerrubyintegration.cpp rubyimplementationwidget.cpp
METASOURCES = AUTO METASOURCES = AUTO
@ -28,4 +28,4 @@ rc_DATA = kdevrubysupport.rc
picsdirdir = $(kde_datadir)/kdevrubysupport/pics picsdirdir = $(kde_datadir)/kdevrubysupport/pics
picsdir_DATA = ruby_config.png ruby_run.png picsdir_DATA = ruby_config.png ruby_run.png
noinst_HEADERS = qtdesignerrubyintegration.h rubyimplementationwidget.h noinst_HEADERS = tqtdesignerrubyintegration.h rubyimplementationwidget.h

@ -18,7 +18,7 @@
* Free Software Foundation, Inc., * * Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#include "qtdesignerrubyintegration.h" #include "tqtdesignerrubyintegration.h"
#include <tqpair.h> #include <tqpair.h>
#include <tqregexp.h> #include <tqregexp.h>
@ -90,4 +90,4 @@ void QtDesignerRubyIntegration::addFunctionToClass(KInterfaceDesigner::Function
} }
} }
#include "qtdesignerrubyintegration.moc" #include "tqtdesignerrubyintegration.moc"

@ -20,7 +20,7 @@
#ifndef TQTDESIGNERRUBYINTEGRATION_H #ifndef TQTDESIGNERRUBYINTEGRATION_H
#define TQTDESIGNERRUBYINTEGRATION_H #define TQTDESIGNERRUBYINTEGRATION_H
#include <qtdesignerintegration.h> #include <tqtdesignerintegration.h>
class QtDesignerRubyIntegration : public QtDesignerIntegration class QtDesignerRubyIntegration : public QtDesignerIntegration
{ {

@ -2,7 +2,7 @@
#include "rubyconfigwidget.h" #include "rubyconfigwidget.h"
#include "domutil.h" #include "domutil.h"
#include "qtdesignerrubyintegration.h" #include "tqtdesignerrubyintegration.h"
#include "rubyimplementationwidget.h" #include "rubyimplementationwidget.h"
#include "kdevcore.h" #include "kdevcore.h"

@ -3,7 +3,7 @@ A Graphical tool for performing TDETrader-like queries about registered services
PartExplorer is a frontend to TDETrader class (http://developer.kde.org/documentation/library/3.1-api/tdeio/html/classTDETrader.html) PartExplorer is a frontend to TDETrader class (http://developer.kde.org/documentation/library/3.1-api/tdeio/html/classTDETrader.html)
and uses its syntax, no more no less: so before saying "it really sucks", give a look at and uses its syntax, no more no less: so before saying "it really sucks", give a look at
http://developer.kde.org/documentation/library/kdeqt/tradersyntax.html. http://developer.kde.org/documentation/library/kdetqt/tradersyntax.html.
The real job is done by the @see PartExplorerForm class which handles user input, query system The real job is done by the @see PartExplorerForm class which handles user input, query system
configuration and (eventually) fills the property list. configuration and (eventually) fills the property list.

Loading…
Cancel
Save