]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
Add a end-user tools (folder tools/dlgfactory) for bootstraping a Qt dialog box.
authorboulant <boulant>
Wed, 26 Oct 2011 13:31:30 +0000 (13:31 +0000)
committerboulant <boulant>
Wed, 26 Oct 2011 13:31:30 +0000 (13:31 +0000)
commit4abda3c5ed22a26c97e9abbe11ac5f689f983d58
tree7bf4980ce7d1ba03617c52dc6e5561283c1357ac
parent3f001aaa41ea29b54de780d808f6cc8833b86a25
Add a end-user tools (folder tools/dlgfactory) for bootstraping a Qt dialog box.
16 files changed:
Makefile.am
configure.ac
tools/dlgfactory/GenericDialog.cxx [new file with mode: 0644]
tools/dlgfactory/GenericDialog.hxx [new file with mode: 0644]
tools/dlgfactory/GenericDialog.ui [new file with mode: 0644]
tools/dlgfactory/Makefile.am [new file with mode: 0644]
tools/dlgfactory/README.txt [new file with mode: 0644]
tools/dlgfactory/__GDIALOG__.cxx [new file with mode: 0644]
tools/dlgfactory/__GDIALOG__.hxx [new file with mode: 0644]
tools/dlgfactory/__GDIALOG__.ui [new file with mode: 0644]
tools/dlgfactory/__QDIALOG__.cxx [new file with mode: 0644]
tools/dlgfactory/__QDIALOG__.hxx [new file with mode: 0644]
tools/dlgfactory/__QDIALOG__.ui [new file with mode: 0644]
tools/dlgfactory/dlgfactory.sh [new file with mode: 0755]
tools/dlgfactory/gtester.cxx [new file with mode: 0644]
tools/dlgfactory/qtester.cxx [new file with mode: 0644]