TW

Parent Previous Next

The TW object


The TW object directly handles the top level interactions with the outside world, input, message and user made dialogue interfaces.


And through .findChildWidget(QWidget*,QString),  .app and .target the application interface and editing windows(s)


Conceptually TW is a bit like window  in a browser Api, for things like:






Checking project source directory under Windows with this script ...


cls

@echo off

echo.

echo findInCpp.bat

echo.

echo usage example: findInCpp close()

echo.

echo.

echo ----===----

echo.

echo   %1   -----=

echo.

echo.

echo.

echo.

echo.

find /i /n "%1" *.cpp

echo.

echo.

echo ::%1   -----=

echo.

find /i /n "void %1" *.h

echo.

echo.


Created with the Personal Edition of HelpNDoc: Free help authoring environment