Thu, 04 Jul 2013 20:12:03 +0300
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><html><head/><body><p>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 <a href="http://www.ldraw.org/article/218.html"><span style=" text-decoration: underline; color:#0057ae;">official file format standard</span></a> for further information.</p></body></html></string> + </property> + </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout">