Added missing what's this in edit raw prompt

Thu, 04 Jul 2013 20:12:03 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Thu, 04 Jul 2013 20:12:03 +0300
changeset 334
bb3a0e5ebe53
parent 333
905027940c51
child 335
30c11cff511d

Added missing what's this in edit raw prompt

src/ui/editraw.ui file | annotate | diff | comparison | revisions
--- a/src/ui/editraw.ui	Thu Jul 04 20:09:25 2013 +0300
+++ b/src/ui/editraw.ui	Thu Jul 04 20:12:03 2013 +0300
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>400</width>
-    <height>85</height>
+    <height>87</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -22,7 +22,11 @@
     </widget>
    </item>
    <item>
-    <widget class="QLineEdit" name="code"/>
+    <widget class="QLineEdit" name="code">
+     <property name="whatsThis">
+      <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>
+     </property>
+    </widget>
    </item>
    <item>
     <layout class="QHBoxLayout" name="horizontalLayout">

mercurial