diff options
author | Michele Calgaro <[email protected]> | 2018-09-27 16:03:57 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-27 16:03:57 +0900 |
commit | 430aedbbce33fd98ce26df658842f94f333cc8ef (patch) | |
tree | 6a8894ba14f996bb1e74648d9be377603c5dfb46 /kdevdesigner/designer/customwidgeteditor.ui | |
parent | 255de04fbbb4597e46fb25017879a6afeaf4cebd (diff) | |
download | tdevelop-430aedbbce33fd98ce26df658842f94f333cc8ef.tar.gz tdevelop-430aedbbce33fd98ce26df658842f94f333cc8ef.zip |
qt -> tqt conversion:
QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kdevdesigner/designer/customwidgeteditor.ui')
-rw-r--r-- | kdevdesigner/designer/customwidgeteditor.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdevdesigner/designer/customwidgeteditor.ui b/kdevdesigner/designer/customwidgeteditor.ui index 057015be..99f98961 100644 --- a/kdevdesigner/designer/customwidgeteditor.ui +++ b/kdevdesigner/designer/customwidgeteditor.ui @@ -179,7 +179,7 @@ </property> <property name="whatsThis" stdset="0"> <string><b>Load Descriptions</b><p>Loads a file which contains descriptions of custom widgets, so that these custom widgets can be used in the Qt Designer.</p> -<p>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</p></string> +<p>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 $TQTDIR/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</p></string> </property> </widget> <widget class="TQPushButton" row="4" column="1"> |