improved problems with adjacent (to prism layer) boundaries
[engrid-github.git] / src / libengrid / guiedgelengthsourcesphere.ui
blob74562e2d5b42c7334aaa02c5d9dbe1cf32b5863f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GuiEdgeLengthSourceSphere</class>
4 <widget class="QDialog" name="GuiEdgeLengthSourceSphere">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QFormLayout" name="formLayout">
19 <item row="0" column="0">
20 <widget class="QLabel" name="label">
21 <property name="text">
22 <string>name</string>
23 </property>
24 </widget>
25 </item>
26 <item row="1" column="0">
27 <widget class="QLabel" name="label_2">
28 <property name="text">
29 <string>x-centre</string>
30 </property>
31 </widget>
32 </item>
33 <item row="2" column="0">
34 <widget class="QLabel" name="label_3">
35 <property name="text">
36 <string>y-centre</string>
37 </property>
38 </widget>
39 </item>
40 <item row="3" column="0">
41 <widget class="QLabel" name="label_4">
42 <property name="text">
43 <string>z_centre</string>
44 </property>
45 </widget>
46 </item>
47 <item row="4" column="0">
48 <widget class="QLabel" name="label_5">
49 <property name="text">
50 <string>radius</string>
51 </property>
52 </widget>
53 </item>
54 <item row="5" column="0">
55 <widget class="QLabel" name="label_6">
56 <property name="text">
57 <string>edge length 1</string>
58 </property>
59 </widget>
60 </item>
61 <item row="6" column="0">
62 <widget class="QLabel" name="label_7">
63 <property name="text">
64 <string>edge length 2</string>
65 </property>
66 </widget>
67 </item>
68 <item row="0" column="1">
69 <widget class="QLineEdit" name="lineEditName"/>
70 </item>
71 <item row="1" column="1">
72 <widget class="QLineEdit" name="lineEditX"/>
73 </item>
74 <item row="2" column="1">
75 <widget class="QLineEdit" name="lineEditY"/>
76 </item>
77 <item row="3" column="1">
78 <widget class="QLineEdit" name="lineEditZ"/>
79 </item>
80 <item row="4" column="1">
81 <widget class="QLineEdit" name="lineEditR"/>
82 </item>
83 <item row="5" column="1">
84 <widget class="QLineEdit" name="lineEditEL1"/>
85 </item>
86 <item row="6" column="1">
87 <widget class="QLineEdit" name="lineEditEL2"/>
88 </item>
89 </layout>
90 </item>
91 <item>
92 <widget class="QDialogButtonBox" name="buttonBox">
93 <property name="orientation">
94 <enum>Qt::Horizontal</enum>
95 </property>
96 <property name="standardButtons">
97 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
98 </property>
99 </widget>
100 </item>
101 </layout>
102 </widget>
103 <resources/>
104 <connections>
105 <connection>
106 <sender>buttonBox</sender>
107 <signal>accepted()</signal>
108 <receiver>GuiEdgeLengthSourceSphere</receiver>
109 <slot>accept()</slot>
110 <hints>
111 <hint type="sourcelabel">
112 <x>248</x>
113 <y>254</y>
114 </hint>
115 <hint type="destinationlabel">
116 <x>157</x>
117 <y>274</y>
118 </hint>
119 </hints>
120 </connection>
121 <connection>
122 <sender>buttonBox</sender>
123 <signal>rejected()</signal>
124 <receiver>GuiEdgeLengthSourceSphere</receiver>
125 <slot>reject()</slot>
126 <hints>
127 <hint type="sourcelabel">
128 <x>316</x>
129 <y>260</y>
130 </hint>
131 <hint type="destinationlabel">
132 <x>286</x>
133 <y>274</y>
134 </hint>
135 </hints>
136 </connection>
137 </connections>
138 </ui>