src/ui/editraw.ui

changeset 334
bb3a0e5ebe53
parent 330
76505a9c7b56
equal deleted inserted replaced
333:905027940c51 334:bb3a0e5ebe53
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>400</width> 9 <width>400</width>
10 <height>85</height> 10 <height>87</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Edit LDraw Code</string> 14 <string>Edit LDraw Code</string>
15 </property> 15 </property>
20 <string>LDraw code:</string> 20 <string>LDraw code:</string>
21 </property> 21 </property>
22 </widget> 22 </widget>
23 </item> 23 </item>
24 <item> 24 <item>
25 <widget class="QLineEdit" name="code"/> 25 <widget class="QLineEdit" name="code">
26 <property name="whatsThis">
27 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The LDraw code of this object. The code written here is expected to be valid LDraw code, invalid code here results the object being turned into an error object. Please do refer to the &lt;a href=&quot;http://www.ldraw.org/article/218.html&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;official file format standard&lt;/span&gt;&lt;/a&gt; for further information.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
28 </property>
29 </widget>
26 </item> 30 </item>
27 <item> 31 <item>
28 <layout class="QHBoxLayout" name="horizontalLayout"> 32 <layout class="QHBoxLayout" name="horizontalLayout">
29 <item> 33 <item>
30 <widget class="QLabel" name="errorIcon"> 34 <widget class="QLabel" name="errorIcon">

mercurial