summaryrefslogtreecommitdiffstats
path: root/tools/designer
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer')
-rw-r--r--tools/designer/designer.pro4
-rw-r--r--tools/designer/designer/customwidgeteditor.ui2
-rw-r--r--tools/designer/designer/designer_de.ts2
-rw-r--r--tools/designer/designer/designer_fr.ts2
-rw-r--r--tools/designer/tools/tqtconv2ui/main.cpp (renamed from tools/designer/tools/conv2ui/main.cpp)6
-rw-r--r--tools/designer/tools/tqtconv2ui/tqtconv2ui.pro (renamed from tools/designer/tools/conv2ui/conv2ui.pro)0
-rw-r--r--tools/designer/tools/tqtcreatecw/README (renamed from tools/designer/tools/createcw/README)0
-rw-r--r--tools/designer/tools/tqtcreatecw/main.cpp (renamed from tools/designer/tools/createcw/main.cpp)4
-rw-r--r--tools/designer/tools/tqtcreatecw/tqtcreatecw.pro (renamed from tools/designer/tools/createcw/createcw.pro)2
9 files changed, 11 insertions, 11 deletions
diff --git a/tools/designer/designer.pro b/tools/designer/designer.pro
index 337bbb46..bbe68ada 100644
--- a/tools/designer/designer.pro
+++ b/tools/designer/designer.pro
@@ -6,8 +6,8 @@ SUBDIRS = uic \
uilib \
designer \
app \
- tools/createcw \
- tools/conv2ui
+ tools/tqtcreatecw \
+ tools/tqtconv2ui
dll:SUBDIRS *= editor plugins
shared:SUBDIRS *= editor plugins
diff --git a/tools/designer/designer/customwidgeteditor.ui b/tools/designer/designer/customwidgeteditor.ui
index 9dd6404d..a8623cff 100644
--- a/tools/designer/designer/customwidgeteditor.ui
+++ b/tools/designer/designer/customwidgeteditor.ui
@@ -186,7 +186,7 @@
</property>
<property name="whatsThis" stdset="0">
<string>&lt;b&gt;Load Descriptions&lt;/b&gt;&lt;p&gt;Loads a file which contains descriptions of custom widgets, so that these custom widgets can be used in the TQt Designer.&lt;/p&gt;
-&lt;p&gt;Since it is a lot of work to type in all the information for custom widgets, you should consider using the createcw tool which is in $QTDIR/tools/designer/tools/createcw. Using createcw you can create custom widget description files for your custom widgets without the need to type in all the information manually. For more information about the README file in the createcw directory&lt;/p&gt;</string>
+&lt;p&gt;Since it is a lot of work to type in all the information for custom widgets, you should consider using the tqtcreatecw tool which is in $QTDIR/tools/designer/tools/tqtcreatecw. Using tqtcreatecw you can create custom widget description files for your custom widgets without the need to type in all the information manually. For more information about the README file in the tqtcreatecw directory&lt;/p&gt;</string>
</property>
</widget>
<widget class="TQPushButton" row="4" column="1">
diff --git a/tools/designer/designer/designer_de.ts b/tools/designer/designer/designer_de.ts
index 64f3cf3f..f2c55cff 100644
--- a/tools/designer/designer/designer_de.ts
+++ b/tools/designer/designer/designer_de.ts
@@ -424,7 +424,7 @@ so it is not possible to rename it to this name.</source>
</message>
<message encoding="UTF-8">
<source>&lt;b&gt;Load Descriptions&lt;/b&gt;&lt;p&gt;Loads a file which contains descriptions of custom widgets, so that these custom widgets can be used in the Qt Designer.&lt;/p&gt;
-&lt;p&gt;As it is a lot of work to type in all the information for custom widgets, you should check the tool createcw which you can find in $QTDIR/tools/designer/tools/createcw. Using that tool you can create custom widget description files for your custom widgets without the need of typing in all that information. For more information about that see the README file in that directory&lt;/p&gt;</source>
+&lt;p&gt;As it is a lot of work to type in all the information for custom widgets, you should check the tool tqtcreatecw which you can find in $QTDIR/tools/designer/tools/tqtcreatecw. Using that tool you can create custom widget description files for your custom widgets without the need of typing in all that information. For more information about that see the README file in that directory&lt;/p&gt;</source>
<translation type="unfinished"></translation>
</message>
<message encoding="UTF-8">
diff --git a/tools/designer/designer/designer_fr.ts b/tools/designer/designer/designer_fr.ts
index 64f3cf3f..f2c55cff 100644
--- a/tools/designer/designer/designer_fr.ts
+++ b/tools/designer/designer/designer_fr.ts
@@ -424,7 +424,7 @@ so it is not possible to rename it to this name.</source>
</message>
<message encoding="UTF-8">
<source>&lt;b&gt;Load Descriptions&lt;/b&gt;&lt;p&gt;Loads a file which contains descriptions of custom widgets, so that these custom widgets can be used in the Qt Designer.&lt;/p&gt;
-&lt;p&gt;As it is a lot of work to type in all the information for custom widgets, you should check the tool createcw which you can find in $QTDIR/tools/designer/tools/createcw. Using that tool you can create custom widget description files for your custom widgets without the need of typing in all that information. For more information about that see the README file in that directory&lt;/p&gt;</source>
+&lt;p&gt;As it is a lot of work to type in all the information for custom widgets, you should check the tool tqtcreatecw which you can find in $QTDIR/tools/designer/tools/tqtcreatecw. Using that tool you can create custom widget description files for your custom widgets without the need of typing in all that information. For more information about that see the README file in that directory&lt;/p&gt;</source>
<translation type="unfinished"></translation>
</message>
<message encoding="UTF-8">
diff --git a/tools/designer/tools/conv2ui/main.cpp b/tools/designer/tools/tqtconv2ui/main.cpp
index 31e56172..208be173 100644
--- a/tools/designer/tools/conv2ui/main.cpp
+++ b/tools/designer/tools/tqtconv2ui/main.cpp
@@ -137,11 +137,11 @@ TQString Conv2ui::absName( const TQString & filename )
void printHelpMessage( TQStringList & formats )
{
- printf( "Usage: conv2ui [options] <file> <destination directory>\n\n" );
+ printf( "Usage: tqtconv2ui [options] <file> <destination directory>\n\n" );
printf( "Options:\n");
printf( "\t-help\t\tDisplay this information\n" );
printf( "\t-silent\t\tDon't write any messages\n");
- printf( "\t-version\tDisplay version of conv2ui\n");
+ printf( "\t-version\tDisplay version of tqtconv2ui\n");
printf( "Supported file formats:\n" );
for ( TQStringList::Iterator it = formats.begin(); it != formats.end(); ++it )
printf( "\t%s\n", (*it).latin1() );
@@ -201,7 +201,7 @@ int main( int argc, char ** argv )
if ( !silent ) {
printf( "TQt user interface file converter.\n" );
if ( unrecognized ) {
- printf( "conv2ui: Unrecognized option\n" );
+ printf( "tqtconv2ui: Unrecognized option\n" );
}
}
if ( version ) {
diff --git a/tools/designer/tools/conv2ui/conv2ui.pro b/tools/designer/tools/tqtconv2ui/tqtconv2ui.pro
index 015ad94a..015ad94a 100644
--- a/tools/designer/tools/conv2ui/conv2ui.pro
+++ b/tools/designer/tools/tqtconv2ui/tqtconv2ui.pro
diff --git a/tools/designer/tools/createcw/README b/tools/designer/tools/tqtcreatecw/README
index cc48234e..cc48234e 100644
--- a/tools/designer/tools/createcw/README
+++ b/tools/designer/tools/tqtcreatecw/README
diff --git a/tools/designer/tools/createcw/main.cpp b/tools/designer/tools/tqtcreatecw/main.cpp
index 50f8574d..fcfa4316 100644
--- a/tools/designer/tools/createcw/main.cpp
+++ b/tools/designer/tools/tqtcreatecw/main.cpp
@@ -172,8 +172,8 @@ int main( int argc, char **argv )
//
// After that compile the program, link it with your custom widget
// (library or object file) and run it like this:
- // (unix): ./createcw mywidgets.cw
- // (win32): createcw mywidgets.cw
+ // (unix): ./tqtcreatecw mywidgets.cw
+ // (win32): tqtcreatecw mywidgets.cw
//
// After that you can import this description file into the TQt
// Designer using the Custom-Widget Dialog (See
diff --git a/tools/designer/tools/createcw/createcw.pro b/tools/designer/tools/tqtcreatecw/tqtcreatecw.pro
index 415c0be7..875a2e7b 100644
--- a/tools/designer/tools/createcw/createcw.pro
+++ b/tools/designer/tools/tqtcreatecw/tqtcreatecw.pro
@@ -2,7 +2,7 @@ TEMPLATE = app
CONFIG += qt warn_on release
HEADERS =
SOURCES = main.cpp
-TARGET = createcw
+TARGET = tqtcreatecw
target.path = $$bins.path
INSTALLS += target