5 <property name="geometry"> |
5 <property name="geometry"> |
6 <rect> |
6 <rect> |
7 <x>0</x> |
7 <x>0</x> |
8 <y>0</y> |
8 <y>0</y> |
9 <width>491</width> |
9 <width>491</width> |
10 <height>203</height> |
10 <height>233</height> |
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
14 <string>New Part</string> |
14 <string>New Part</string> |
15 </property> |
15 </property> |
16 <layout class="QVBoxLayout" name="verticalLayout" stretch="0,1,0"> |
16 <layout class="QVBoxLayout" name="verticalLayout_3"> |
17 <item> |
17 <item> |
18 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
18 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
19 <item> |
19 <item> |
20 <layout class="QVBoxLayout" name="verticalLayout_2"> |
20 <layout class="QVBoxLayout" name="verticalLayout_2"> |
21 <item> |
21 <item> |
22 <widget class="QLabel" name="label_3"> |
22 <widget class="QLabel" name="label_3"> |
23 <property name="text"> |
23 <property name="text"> |
24 <string/> |
24 <string/> |
25 </property> |
25 </property> |
26 <property name="pixmap"> |
26 <property name="pixmap"> |
27 <pixmap resource="../../ldforge.qrc">:/icons/brick.png</pixmap> |
27 <pixmap resource="../ldforge.qrc">:/icons/brick.png</pixmap> |
28 </property> |
28 </property> |
29 </widget> |
29 </widget> |
30 </item> |
30 </item> |
31 <item> |
31 <item> |
32 <spacer name="verticalSpacer"> |
32 <spacer name="verticalSpacer"> |
43 </item> |
43 </item> |
44 </layout> |
44 </layout> |
45 </item> |
45 </item> |
46 <item> |
46 <item> |
47 <layout class="QGridLayout" name="gridLayout"> |
47 <layout class="QGridLayout" name="gridLayout"> |
48 <item row="0" column="0"> |
48 <item row="1" column="1"> |
49 <widget class="QLabel" name="label"> |
49 <widget class="QLineEdit" name="le_author"> |
50 <property name="text"> |
50 <property name="placeholderText"> |
51 <string>Title:</string> |
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/> |
52 </property> |
59 </property> |
53 </widget> |
60 </widget> |
54 </item> |
61 </item> |
55 <item row="1" column="0"> |
62 <item row="1" column="0"> |
56 <widget class="QLabel" name="label_2"> |
63 <widget class="QLabel" name="label_2"> |
57 <property name="text"> |
64 <property name="text"> |
58 <string>Author:</string> |
65 <string>Author:</string> |
59 </property> |
66 </property> |
60 </widget> |
67 </widget> |
61 </item> |
68 </item> |
62 <item row="0" column="1"> |
69 <item row="0" column="0"> |
63 <widget class="QLineEdit" name="le_title"/> |
70 <widget class="QLabel" name="label"> |
64 </item> |
71 <property name="text"> |
65 <item row="1" column="1"> |
72 <string>Title:</string> |
66 <widget class="QLineEdit" name="le_author"/> |
73 </property> |
|
74 </widget> |
67 </item> |
75 </item> |
68 </layout> |
76 </layout> |
69 </item> |
77 </item> |
70 </layout> |
78 </layout> |
71 </item> |
79 </item> |
72 <item> |
80 <item> |
73 <layout class="QHBoxLayout" name="horizontalLayout"> |
81 <layout class="QHBoxLayout" name="horizontalLayout"> |
74 <item> |
|
75 <widget class="QGroupBox" name="groupBox_2"> |
|
76 <property name="title"> |
|
77 <string>License</string> |
|
78 </property> |
|
79 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
80 <item> |
|
81 <widget class="QRadioButton" name="rb_license_ca"> |
|
82 <property name="text"> |
|
83 <string>CCAL Redistributable</string> |
|
84 </property> |
|
85 <property name="checked"> |
|
86 <bool>true</bool> |
|
87 </property> |
|
88 </widget> |
|
89 </item> |
|
90 <item> |
|
91 <widget class="QRadioButton" name="rb_license_nonca"> |
|
92 <property name="text"> |
|
93 <string>Non-redistributable</string> |
|
94 </property> |
|
95 </widget> |
|
96 </item> |
|
97 <item> |
|
98 <widget class="QRadioButton" name="rb_license_none"> |
|
99 <property name="text"> |
|
100 <string>None</string> |
|
101 </property> |
|
102 </widget> |
|
103 </item> |
|
104 </layout> |
|
105 </widget> |
|
106 </item> |
|
107 <item> |
82 <item> |
108 <widget class="QGroupBox" name="groupBox"> |
83 <widget class="QGroupBox" name="groupBox"> |
109 <property name="title"> |
84 <property name="title"> |
110 <string>BFC winding</string> |
85 <string>BFC winding</string> |
111 </property> |
86 </property> |
135 </widget> |
110 </widget> |
136 </item> |
111 </item> |
137 </layout> |
112 </layout> |
138 </widget> |
113 </widget> |
139 </item> |
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> |
140 </layout> |
139 </layout> |
141 </item> |
140 </item> |
142 <item> |
141 <item> |
143 <widget class="QDialogButtonBox" name="buttonBox"> |
142 <widget class="QDialogButtonBox" name="buttonBox"> |
144 <property name="orientation"> |
143 <property name="orientation"> |