<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I meant following the steps described on this linkinidcated by <a href="http://hub.qgis.org/users/1030">Larry Shaffer</a>  (In my last email the code was showed in a weird way)<br><a href="http://hub.qgis.org/issues/6125" target="_blank">http://hub.qgis.org/issues/6125</a><br><br><br><div><hr id="stopSpelling">From: muleromara@hotmail.com<br>To: qgis-user@lists.osgeo.org<br>Subject: RE: [Qgis-user] problem with printing visualizer<br>Date: Thu, 5 Jun 2014 09:33:04 +0000<br><br>

<style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}

--></style>
<div dir="ltr">Dear all, <br>












<style><!--
.ExternalClass p.ecxMsoNormal, .ExternalClass li.ecxMsoNormal, .ExternalClass div.ecxMsoNormal {
font-size:10.0pt;
font-family:Tahoma;
}

.ExternalClass .ecxMsoChpDefault {
font-size:10.0pt;
font-family:Tahoma;
}

.ExternalClass div.ecxWordSection1 {
}

.ExternalClass ol {
}

.ExternalClass ul {
}

--></style>






<p class="ecxMsoNormal" style=""><span style="font-family:Times;">So, finally I
was able to fix the problema following the advice (found in the forum) I copy below, BUT it only
worked after deleting all the print designs I had before AND following the steps with
ONLY ONE new print design open.</span></p><p class="ecxMsoNormal" style=""><span style="font-family:Times;"><br></span></p>

<p class="ecxMsoNormal" style=""><span style="font-family:Times;">This is how
you can re-show those Composer GUI elements using PyQGIS (should work on all
platforms).</span></p>

<ol start="1" type="1"><li class="ecxMsoNormal" style=""><span style="font-family:Times;">Launch
     QGIS and open the affected project file.</span></li><li class="ecxMsoNormal" style=""><span style="font-family:Times;">Open
     up the affected print composer. Open only one composer after a clean
     restart of QGIS.</span></li><li class="ecxMsoNormal" style=""><span style="font-family:Times;">Execute
     the following Python code in QGIS's Python Console:</span></li></ol>

<p class="ecxMsoNormal" style=""><span style="font-family:Courier;">from PyQt4.QtGui
import * cw = qgis.utils.iface.activeComposers()[0].composerWindow()<span style="">  </span>cw.findChild(QToolBar, 'toolBar').show()
cw.findChild(QDockWidget, 'CompositionDock').show() cw.findChild(QDockWidget,
'ItemDock').show() cw.findChild(QDockWidget, 'CommandDock').show() </span></p>





<br>Thanks to all the people who helped me.<br>Best regards, <br>Mara<br><div><hr id="ecxstopSpelling">From: Sylvia.Preuss@obk.de<br>To: muleromara@hotmail.com; qgis-user@lists.osgeo.org<br>Subject: RE: [Qgis-user] problem with printing visualizer<br>Date: Thu, 5 Jun 2014 06:05:53 +0000<br><br>



<style><!--
.ExternalClass p.ecxMsoNormal, .ExternalClass li.ecxMsoNormal, .ExternalClass div.ecxMsoNormal {
font-size:12.0pt;
font-family:"Times New Roman","serif";
}

.ExternalClass a:link, .ExternalClass span.ecxMsoHyperlink {
color:blue;
text-decoration:underline;
}

.ExternalClass span.ecxMsoHyperlinkFollowed {
color:purple;
text-decoration:underline;
}

.ExternalClass p {
font-size:12.0pt;
font-family:"Times New Roman","serif";
}

.ExternalClass span.ecxE-MailFormatvorlage18 {
font-family:"Calibri","sans-serif";
color:#1F497D;
}

.ExternalClass .ecxMsoChpDefault {
font-size:10.0pt;
}

.ExternalClass div.ecxWordSection1 {
}


--></style>


<div class="ecxWordSection1">
<p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;">Hello,</span></p>
<p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;"> </span></p>
<p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;">I’m not sure if I understood your problem right. But once I „lost“ some toolbars too. I had to delete the value of
</span></p>
<p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;">HKEY_CURRENT_USER\Software\QuantumGIS\QGIS\UI\state in my windows registry.</span></p>
<p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;"> </span></p>
<p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;">Hope this helps.</span></p>
<p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;"> </span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm;">
<p class="ecxMsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";"> qgis-user-bounces@lists.osgeo.org [mailto:qgis-user-bounces@lists.osgeo.org]
<b>On Behalf Of </b>mara mulero<br>
<b>Sent:</b> Wednesday, June 04, 2014 5:32 PM<br>
<b>To:</b> qgis-user@lists.osgeo.org<br>
<b>Subject:</b> [Qgis-user] problem with printing visualizer</span></p>
</div>
</div>
<p class="ecxMsoNormal"> </p>
<div>
<p class="ecxMsoNormal" style=""><span style="font-family:"Calibri","sans-serif";color:#1F497D;">></span><span style="font-family:"Calibri","sans-serif";">Dear all,
<br>
<span style="color:#1F497D;">></span>Accidentally, I made the toolbar of the printer visualizer disappear.
<br>
<span style="color:#1F497D;">></span>Anyone knows how to recover it?<br>
<span style="color:#1F497D;">></span>I am using 1.8.0 Lisboa for mac<br>
<span style="color:#1F497D;">></span>Thank you very much</span></p>
</div>
</div>

<title></title>


<hr noshade="" size="1">
<b><font size="-1"><font face="Arial"><br>
Der E-Mail-Dienst des Oberbergischen Kreises dient ausschließlich der dienstlichen Kommunikation.<br>
Senden Sie deshalb keine E-Mails privaten Inhalts an E-Mail-Adressen des Oberbergischen Kreises.</font></font></b><font size="-1"><font face="Arial"><br>
Es wird darauf hingewiesen, dass neben der Person, an die Ihre E-Mail gerichtet ist, auch deren Vertretung im Amt einen unmittelbaren Zugriff auf Ihre Nachricht hat. Für Berufsgeheimnisträger und besondere Funktionsträger gelten abweichende Regelungen.<br>
Es wird außerdem darauf hingewiesen, dass die Kommunikation per E-Mail ohne Authentifizierung und Verschlüsselung unsicher ist, da für unberechtigte Dritte grundsätzlich die Möglichkeit der Kenntnisnahme und Manipulation besteht.<br>
Es wird deshalb keine Verantwortung für den Inhalt dieser Nachricht übernommen, da eine Manipulation nicht ausgeschlossen werden kann.<br>
Obwohl alle angemessenen Vorkehrungen getroffen wurden, um sicherzustellen, dass Anlagen dieser E-Mail virusgeprüft sind, wird empfohlen, anhängende Dateien vor dem Öffnen durch Ihr eigenes Virus-Programm zu prüfen, da keinerlei Haftung für Schäden übernommen
 wird, die infolge etwaiger Software-Viren entstehen könnten.<br>
Der Inhalt dieser E-Mail ist ausschließlich für die bezeichnete Person bestimmt. Wenn Sie nicht der vorgesehene Adressat dieser E-Mail oder dessen Vertretung sein sollten, beachten Sie bitte, dass jede Form der Kenntnisnahme, Veröffentlichung, Vervielfältigung
 oder Weitergabe des Inhalts dieser E-Mail unzulässig ist. In diesem Fall wird darum gebeten, sich mit der absendenden Person der E-Mail in Verbindung zu setzen.
</font></font>
<hr noshade="" size="1"></div>                                    </div></div>                                        </div></body>
</html>