simplified UpdateNodeType
[engrid.git] / guiimproveaspectratio.ui
blobba1531576f7d7b51aa1f15f6b004a72110279065
1 <ui version="4.0" >
2  <class>GuiImproveAspectRatio</class>
3  <widget class="QDialog" name="GuiImproveAspectRatio" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>333</width>
9     <height>156</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Dialog</string>
14   </property>
15   <property name="windowIcon" >
16    <iconset resource="engrid.qrc" >:/icons/resources/icons/G.png</iconset>
17   </property>
18   <layout class="QGridLayout" >
19    <item row="0" column="0" >
20     <widget class="QLabel" name="label" >
21      <property name="text" >
22       <string>maximal aspect ratio</string>
23      </property>
24     </widget>
25    </item>
26    <item row="0" column="1" >
27     <widget class="QLineEdit" name="lineEditAspectRatio" >
28      <property name="text" >
29       <string>1000.0</string>
30      </property>
31      <property name="alignment" >
32       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
33      </property>
34     </widget>
35    </item>
36    <item row="1" column="0" >
37     <widget class="QLabel" name="label_2" >
38      <property name="text" >
39       <string>maximal length</string>
40      </property>
41     </widget>
42    </item>
43    <item row="1" column="1" >
44     <widget class="QLineEdit" name="lineEditLength" >
45      <property name="text" >
46       <string>1e99</string>
47      </property>
48      <property name="alignment" >
49       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
50      </property>
51     </widget>
52    </item>
53    <item row="2" column="0" >
54     <spacer>
55      <property name="orientation" >
56       <enum>Qt::Vertical</enum>
57      </property>
58      <property name="sizeHint" >
59       <size>
60        <width>20</width>
61        <height>40</height>
62       </size>
63      </property>
64     </spacer>
65    </item>
66    <item row="3" column="0" colspan="2" >
67     <layout class="QHBoxLayout" >
68      <item>
69       <widget class="QPushButton" name="pushButtonHelp" >
70        <property name="text" >
71         <string>Help</string>
72        </property>
73       </widget>
74      </item>
75      <item>
76       <spacer>
77        <property name="orientation" >
78         <enum>Qt::Horizontal</enum>
79        </property>
80        <property name="sizeHint" >
81         <size>
82          <width>40</width>
83          <height>20</height>
84         </size>
85        </property>
86       </spacer>
87      </item>
88      <item>
89       <widget class="QDialogButtonBox" name="buttonBox" >
90        <property name="orientation" >
91         <enum>Qt::Horizontal</enum>
92        </property>
93        <property name="standardButtons" >
94         <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
95        </property>
96       </widget>
97      </item>
98     </layout>
99    </item>
100   </layout>
101  </widget>
102  <resources>
103   <include location="engrid.qrc" />
104  </resources>
105  <connections>
106   <connection>
107    <sender>buttonBox</sender>
108    <signal>accepted()</signal>
109    <receiver>GuiImproveAspectRatio</receiver>
110    <slot>accept()</slot>
111    <hints>
112     <hint type="sourcelabel" >
113      <x>248</x>
114      <y>254</y>
115     </hint>
116     <hint type="destinationlabel" >
117      <x>157</x>
118      <y>274</y>
119     </hint>
120    </hints>
121   </connection>
122   <connection>
123    <sender>buttonBox</sender>
124    <signal>rejected()</signal>
125    <receiver>GuiImproveAspectRatio</receiver>
126    <slot>reject()</slot>
127    <hints>
128     <hint type="sourcelabel" >
129      <x>316</x>
130      <y>260</y>
131     </hint>
132     <hint type="destinationlabel" >
133      <x>286</x>
134      <y>274</y>
135     </hint>
136    </hints>
137   </connection>
138  </connections>
139 </ui>