Salome HOME
46d24b4e21582af4143d2c66f8272f1ecaf2ee87
[modules/hexablock.git] / src / HEXABLOCKGUI / MakeTranslation_QTD.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MakeTranslationDialog</class>
4  <widget class="QDialog" name="MakeTranslationDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>355</width>
10     <height>295</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Translation Operation</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QGroupBox" name="groupBox">
19      <property name="title">
20       <string>Translate</string>
21      </property>
22      <layout class="QFormLayout" name="formLayout">
23       <item row="0" column="0">
24        <layout class="QHBoxLayout" name="horizontalLayout">
25         <item>
26          <widget class="QLabel" name="label">
27           <property name="text">
28            <string>Elements : </string>
29           </property>
30          </widget>
31         </item>
32         <item>
33          <widget class="QLineEdit" name="elt_le">
34           <property name="maximumSize">
35            <size>
36             <width>127</width>
37             <height>16777215</height>
38            </size>
39           </property>
40           <property name="readOnly">
41            <bool>false</bool>
42           </property>
43          </widget>
44         </item>
45        </layout>
46       </item>
47       <item row="1" column="0">
48        <layout class="QHBoxLayout" name="horizontalLayout_2">
49         <item>
50          <widget class="QLabel" name="label_2">
51           <property name="text">
52            <string>Vector : </string>
53           </property>
54          </widget>
55         </item>
56         <item>
57          <widget class="QLineEdit" name="vec_le">
58           <property name="maximumSize">
59            <size>
60             <width>127</width>
61             <height>16777215</height>
62            </size>
63           </property>
64           <property name="readOnly">
65            <bool>false</bool>
66           </property>
67          </widget>
68         </item>
69        </layout>
70       </item>
71       <item row="2" column="0">
72        <spacer name="verticalSpacer">
73         <property name="orientation">
74          <enum>Qt::Vertical</enum>
75         </property>
76         <property name="sizeHint" stdset="0">
77          <size>
78           <width>20</width>
79           <height>40</height>
80          </size>
81         </property>
82        </spacer>
83       </item>
84      </layout>
85     </widget>
86    </item>
87    <item>
88     <widget class="QDialogButtonBox" name="buttonBox">
89      <property name="orientation">
90       <enum>Qt::Horizontal</enum>
91      </property>
92      <property name="standardButtons">
93       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
94      </property>
95     </widget>
96    </item>
97   </layout>
98  </widget>
99  <resources/>
100  <connections>
101   <connection>
102    <sender>buttonBox</sender>
103    <signal>accepted()</signal>
104    <receiver>MakeTranslationDialog</receiver>
105    <slot>accept()</slot>
106    <hints>
107     <hint type="sourcelabel">
108      <x>248</x>
109      <y>254</y>
110     </hint>
111     <hint type="destinationlabel">
112      <x>157</x>
113      <y>274</y>
114     </hint>
115    </hints>
116   </connection>
117   <connection>
118    <sender>buttonBox</sender>
119    <signal>rejected()</signal>
120    <receiver>MakeTranslationDialog</receiver>
121    <slot>reject()</slot>
122    <hints>
123     <hint type="sourcelabel">
124      <x>316</x>
125      <y>260</y>
126     </hint>
127     <hint type="destinationlabel">
128      <x>286</x>
129      <y>274</y>
130     </hint>
131    </hints>
132   </connection>
133  </connections>
134 </ui>