Salome HOME
CMake build procedure improvements:
[modules/gui.git] / tools / dlgfactory / README.txt
1 This package provides a simple tool to generates the bootstrap files
2 of a standard Qt dialog. Nothing original neither very smart, but just
3 help to initiate all this stuff the good way.
4
5 See the header of the script dlgfactory.py for details.
6
7 Some use cases (basic unit test) are given in the files qtester.cxx
8 and gtester.cxx. The build procedure (when you type make) create test
9 classes called QDialogTest and GDialogTest and used respectively in
10 qtester and gtester.
11
12 (gboulant - 26 oct. 2011)