Salome HOME
Join modifications from branch BR_DEBUG_3_2_0b1
[modules/geom.git] / src / EntityGUI / UIFiles / ui_to_cxx
1 # Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
3
4 # This library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Lesser General Public
6 # License as published by the Free Software Foundation; either 
7 # version 2.1 of the License.
8
9 # This library is distributed in the hope that it will be useful
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
12 # Lesser General Public License for more details.
13 #
14 # You should have received a copy of the GNU Lesser General Public  
15 # License along with this library; if not, write to the Free Software 
16 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 #
18 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19 #
20 #!/bin/sh
21
22 uic -o EntityGUI_Skeleton_QTD.h EntityGUI_Skeleton_QTD.ui
23 uic -o EntityGUI_Skeleton_QTD.cxx -impl EntityGUI_Skeleton_QTD.h EntityGUI_Skeleton_QTD.ui
24
25 uic -o EntityGUI_Point_QTD.h EntityGUI_Point_QTD.ui
26 uic -o EntityGUI_Point_QTD.cxx -impl EntityGUI_Point_QTD.h EntityGUI_Point_QTD.ui
27
28 uic -o EntityGUI_Dir1_QTD.h EntityGUI_Dir1_QTD.ui
29 uic -o EntityGUI_Dir1_QTD.cxx -impl EntityGUI_Dir1_QTD.h EntityGUI_Dir1_QTD.ui
30
31 uic -o EntityGUI_Dir2_QTD.h EntityGUI_Dir2_QTD.ui
32 uic -o EntityGUI_Dir2_QTD.cxx -impl EntityGUI_Dir2_QTD.h EntityGUI_Dir2_QTD.ui
33
34 uic -o EntityGUI_1Spin_QTD.h EntityGUI_1Spin_QTD.ui
35 uic -o EntityGUI_1Spin_QTD.cxx -impl EntityGUI_1Spin_QTD.h EntityGUI_1Spin_QTD.ui
36
37 uic -o EntityGUI_2Spin_QTD.h EntityGUI_2Spin_QTD.ui
38 uic -o EntityGUI_2Spin_QTD.cxx -impl EntityGUI_2Spin_QTD.h EntityGUI_2Spin_QTD.ui
39
40 uic -o EntityGUI_3Spin_QTD.h EntityGUI_3Spin_QTD.ui
41 uic -o EntityGUI_3Spin_QTD.cxx -impl EntityGUI_3Spin_QTD.h EntityGUI_3Spin_QTD.ui
42
43 uic -o EntityGUI_4Spin_QTD.h EntityGUI_4Spin_QTD.ui
44 uic -o EntityGUI_4Spin_QTD.cxx -impl EntityGUI_4Spin_QTD.h EntityGUI_4Spin_QTD.ui
45
46 uic -o EntityGUI_1Sel_QTD.h EntityGUI_1Sel_QTD.ui
47 uic -o EntityGUI_1Sel_QTD.cxx -impl EntityGUI_1Sel_QTD.h EntityGUI_1Sel_QTD.ui