-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathSimpleMaterialPropertyBuilder.ui
157 lines (157 loc) · 4.15 KB
/
SimpleMaterialPropertyBuilder.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SimpleMaterialPropertyBuilder</class>
<widget class="QWidget" name="SimpleMaterialPropertyBuilder">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>469</width>
<height>451</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true">font: 8pt "Ubuntu Condensed";</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="7" column="1">
<widget class="QLabel" name="label">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="13" column="1">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Constant Property</string>
</property>
</widget>
</item>
<item row="9" column="4" colspan="3">
<widget class="QComboBox" name="g4_materials"/>
</item>
<item row="14" column="5">
<widget class="QLabel" name="const_prop_unit">
<property name="text">
<string>--</string>
</property>
</widget>
</item>
<item row="12" column="3">
<widget class="QLineEdit" name="g4_prop_energies"/>
</item>
<item row="12" column="4">
<widget class="QLineEdit" name="g4_prop_value"/>
</item>
<item row="10" column="1" colspan="2">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Property</string>
</property>
</widget>
</item>
<item row="15" column="1" colspan="6">
<widget class="QPlainTextEdit" name="commands"/>
</item>
<item row="13" column="4">
<widget class="QLabel" name="label_5">
<property name="text">
<string>value</string>
</property>
</widget>
</item>
<item row="12" column="5">
<widget class="QLabel" name="prop_unit">
<property name="text">
<string>--</string>
</property>
</widget>
</item>
<item row="12" column="6">
<widget class="QPushButton" name="addProperty">
<property name="text">
<string>Add property</string>
</property>
</widget>
</item>
<item row="8" column="1">
<widget class="QLabel" name="new_material_label">
<property name="text">
<string>New material name</string>
</property>
</widget>
</item>
<item row="14" column="6">
<widget class="QPushButton" name="add_const_property">
<property name="text">
<string>Add Const. Property</string>
</property>
</widget>
</item>
<item row="16" column="6">
<widget class="QPushButton" name="done">
<property name="text">
<string>Modify property</string>
</property>
</widget>
</item>
<item row="10" column="3">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Energies (eV (comma separated)</string>
</property>
</widget>
</item>
<item row="14" column="4">
<widget class="QDoubleSpinBox" name="g4_const_prop_value">
<property name="decimals">
<number>10</number>
</property>
<property name="minimum">
<double>-9999999.000000000000000</double>
</property>
<property name="maximum">
<double>9999999.000000000000000</double>
</property>
</widget>
</item>
<item row="9" column="1" colspan="3">
<widget class="QLineEdit" name="mat_name"/>
</item>
<item row="10" column="4">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Values (comma separated)</string>
</property>
</widget>
</item>
<item row="8" column="4">
<widget class="QLabel" name="label_8">
<property name="text">
<string>Base material</string>
</property>
</widget>
</item>
<item row="12" column="1" colspan="2">
<widget class="QComboBox" name="g4_property">
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
<item row="14" column="1" colspan="3">
<widget class="QComboBox" name="g4_const_property">
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>