Salome HOME
dd9554bbb5967a1d9ff1e06849d33d2156b5453e
[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>285</width>
10     <height>201</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Translation Operation</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout">
23    <item>
24     <widget class="QGroupBox" name="groupBox">
25      <property name="sizePolicy">
26       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
27        <horstretch>0</horstretch>
28        <verstretch>0</verstretch>
29       </sizepolicy>
30      </property>
31      <property name="title">
32       <string/>
33      </property>
34      <layout class="QVBoxLayout" name="verticalLayout_2">
35       <item>
36        <layout class="QFormLayout" name="formLayout">
37         <item row="1" column="1">
38          <widget class="QLineEdit" name="elt_le">
39           <property name="sizePolicy">
40            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
41             <horstretch>0</horstretch>
42             <verstretch>0</verstretch>
43            </sizepolicy>
44           </property>
45           <property name="maximumSize">
46            <size>
47             <width>16777215</width>
48             <height>16777215</height>
49            </size>
50           </property>
51           <property name="readOnly">
52            <bool>false</bool>
53           </property>
54          </widget>
55         </item>
56         <item row="2" column="0">
57          <widget class="QLabel" name="label_2">
58           <property name="text">
59            <string>Vector : </string>
60           </property>
61          </widget>
62         </item>
63         <item row="2" column="1">
64          <widget class="QLineEdit" name="vec_le">
65           <property name="sizePolicy">
66            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
67             <horstretch>0</horstretch>
68             <verstretch>0</verstretch>
69            </sizepolicy>
70           </property>
71           <property name="maximumSize">
72            <size>
73             <width>16777215</width>
74             <height>16777215</height>
75            </size>
76           </property>
77           <property name="readOnly">
78            <bool>false</bool>
79           </property>
80          </widget>
81         </item>
82         <item row="1" column="0">
83          <widget class="QLabel" name="label">
84           <property name="text">
85            <string>Elements : </string>
86           </property>
87          </widget>
88         </item>
89        </layout>
90       </item>
91       <item>
92        <spacer name="verticalSpacer">
93         <property name="orientation">
94          <enum>Qt::Vertical</enum>
95         </property>
96         <property name="sizeHint" stdset="0">
97          <size>
98           <width>20</width>
99           <height>40</height>
100          </size>
101         </property>
102        </spacer>
103       </item>
104      </layout>
105     </widget>
106    </item>
107    <item>
108     <widget class="QDialogButtonBox" name="buttonBox">
109      <property name="orientation">
110       <enum>Qt::Horizontal</enum>
111      </property>
112      <property name="standardButtons">
113       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
114      </property>
115     </widget>
116    </item>
117   </layout>
118  </widget>
119  <tabstops>
120   <tabstop>elt_le</tabstop>
121   <tabstop>vec_le</tabstop>
122   <tabstop>buttonBox</tabstop>
123  </tabstops>
124  <resources/>
125  <connections>
126   <connection>
127    <sender>buttonBox</sender>
128    <signal>accepted()</signal>
129    <receiver>MakeTranslationDialog</receiver>
130    <slot>accept()</slot>
131    <hints>
132     <hint type="sourcelabel">
133      <x>248</x>
134      <y>254</y>
135     </hint>
136     <hint type="destinationlabel">
137      <x>157</x>
138      <y>274</y>
139     </hint>
140    </hints>
141   </connection>
142   <connection>
143    <sender>buttonBox</sender>
144    <signal>rejected()</signal>
145    <receiver>MakeTranslationDialog</receiver>
146    <slot>reject()</slot>
147    <hints>
148     <hint type="sourcelabel">
149      <x>316</x>
150      <y>260</y>
151     </hint>
152     <hint type="destinationlabel">
153      <x>286</x>
154      <y>274</y>
155     </hint>
156    </hints>
157   </connection>
158  </connections>
159 </ui>