ui/newpart.ui

branch
projects
changeset 935
8d98ee0dc917
parent 930
ab77deb851fa
parent 934
be8128aff739
child 936
aee883858c90
equal deleted inserted replaced
930:ab77deb851fa 935:8d98ee0dc917
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>NewPartUI</class>
4 <widget class="QDialog" name="NewPartUI">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>491</width>
10 <height>233</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>New Part</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout_3">
17 <item>
18 <layout class="QHBoxLayout" name="horizontalLayout_2">
19 <item>
20 <layout class="QVBoxLayout" name="verticalLayout_2">
21 <item>
22 <widget class="QLabel" name="label_3">
23 <property name="text">
24 <string/>
25 </property>
26 <property name="pixmap">
27 <pixmap resource="../ldforge.qrc">:/icons/brick.png</pixmap>
28 </property>
29 </widget>
30 </item>
31 <item>
32 <spacer name="verticalSpacer">
33 <property name="orientation">
34 <enum>Qt::Vertical</enum>
35 </property>
36 <property name="sizeHint" stdset="0">
37 <size>
38 <width>20</width>
39 <height>40</height>
40 </size>
41 </property>
42 </spacer>
43 </item>
44 </layout>
45 </item>
46 <item>
47 <layout class="QGridLayout" name="gridLayout">
48 <item row="1" column="1">
49 <widget class="QLineEdit" name="le_author">
50 <property name="placeholderText">
51 <string/>
52 </property>
53 </widget>
54 </item>
55 <item row="0" column="1">
56 <widget class="QLineEdit" name="le_title">
57 <property name="placeholderText">
58 <string/>
59 </property>
60 </widget>
61 </item>
62 <item row="1" column="0">
63 <widget class="QLabel" name="label_2">
64 <property name="text">
65 <string>Author:</string>
66 </property>
67 </widget>
68 </item>
69 <item row="0" column="0">
70 <widget class="QLabel" name="label">
71 <property name="text">
72 <string>Title:</string>
73 </property>
74 </widget>
75 </item>
76 </layout>
77 </item>
78 </layout>
79 </item>
80 <item>
81 <layout class="QHBoxLayout" name="horizontalLayout">
82 <item>
83 <widget class="QGroupBox" name="groupBox">
84 <property name="title">
85 <string>BFC winding</string>
86 </property>
87 <layout class="QVBoxLayout" name="verticalLayout_4">
88 <item>
89 <widget class="QRadioButton" name="rb_bfc_ccw">
90 <property name="text">
91 <string>CCW</string>
92 </property>
93 <property name="checked">
94 <bool>true</bool>
95 </property>
96 </widget>
97 </item>
98 <item>
99 <widget class="QRadioButton" name="rb_bfc_cw">
100 <property name="text">
101 <string>CW</string>
102 </property>
103 </widget>
104 </item>
105 <item>
106 <widget class="QRadioButton" name="rb_bfc_none">
107 <property name="text">
108 <string>None</string>
109 </property>
110 </widget>
111 </item>
112 </layout>
113 </widget>
114 </item>
115 <item>
116 <layout class="QVBoxLayout" name="verticalLayout">
117 <item>
118 <widget class="QCheckBox" name="caLicense">
119 <property name="text">
120 <string>Use CA license</string>
121 </property>
122 </widget>
123 </item>
124 <item>
125 <spacer name="verticalSpacer_2">
126 <property name="orientation">
127 <enum>Qt::Vertical</enum>
128 </property>
129 <property name="sizeHint" stdset="0">
130 <size>
131 <width>20</width>
132 <height>40</height>
133 </size>
134 </property>
135 </spacer>
136 </item>
137 </layout>
138 </item>
139 </layout>
140 </item>
141 <item>
142 <widget class="QDialogButtonBox" name="buttonBox">
143 <property name="orientation">
144 <enum>Qt::Horizontal</enum>
145 </property>
146 <property name="standardButtons">
147 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
148 </property>
149 </widget>
150 </item>
151 </layout>
152 </widget>
153 <resources>
154 <include location="../ldforge.qrc"/>
155 <include location="../../ldforge.qrc"/>
156 </resources>
157 <connections>
158 <connection>
159 <sender>buttonBox</sender>
160 <signal>accepted()</signal>
161 <receiver>NewPartUI</receiver>
162 <slot>accept()</slot>
163 <hints>
164 <hint type="sourcelabel">
165 <x>248</x>
166 <y>254</y>
167 </hint>
168 <hint type="destinationlabel">
169 <x>157</x>
170 <y>274</y>
171 </hint>
172 </hints>
173 </connection>
174 <connection>
175 <sender>buttonBox</sender>
176 <signal>rejected()</signal>
177 <receiver>NewPartUI</receiver>
178 <slot>reject()</slot>
179 <hints>
180 <hint type="sourcelabel">
181 <x>316</x>
182 <y>260</y>
183 </hint>
184 <hint type="destinationlabel">
185 <x>286</x>
186 <y>274</y>
187 </hint>
188 </hints>
189 </connection>
190 </connections>
191 </ui>

mercurial