<div class="gmail_quote">On Mon, May 28, 2012 at 2:33 PM, Marco Martin <span dir="ltr"><<a href="mailto:notmart@gmail.com" target="_blank">notmart@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On Monday 28 May 2012, Ionut Colceriu wrote:<br>
> Hi,<br>
><br>
> Is there a way I could make a PlasmaCore Dialog fullscreen, in QML?<br>
> Right now, it seems that the Dialog has a maximum width (screen width<br>
> - margins) that I can't get beyond, regardless of the width I set on<br>
> the mainItem.<br>
><br>
> Also, could you tell me where the margins for it are set? I've tried<br>
> removing the shadow-hint-margins from the SVG theme<br>
> (/dialogs/background.svgz), with no luck.<br>
><br>
> Thanks!<br>
<br>
</div><snip><br>
so in general writing things in qml that requires things like a full screen<br>
window is discouraged. if really needed, an element to do that should be<br>
implemented in c++ but *not* exported as a plugin.<br>
<br></blockquote><div>Ehm, why?</div><div>You should be able to make desktop applications in QML. Also fullscreen ones!</div><div>Specially fullscreen ones!</div><div><br></div><div>The "Qt Desktop Components" are going to allow that as well. Now i hope you mean one should mix Qt Desktop Components together with Plasma Components to make a fullscreen desktop application. <a href="http://qt.gitorious.org/qt-components/desktop/trees/master/components">http://qt.gitorious.org/qt-components/desktop/trees/master/components</a> ApplicationWindow.qml</div>

<div><br></div><div>It might be a lot simpler to provide a Plasma window component... </div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Cheers,<br>
Marco Martin<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
Plasma-devel mailing list<br>
<a href="mailto:Plasma-devel@kde.org">Plasma-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/plasma-devel" target="_blank">https://mail.kde.org/mailman/listinfo/plasma-devel</a><br>
</div></div></blockquote></div><br>