<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Tue, Oct 27, 2015 at 1:24 PM, Kevin Krammer <span dir="ltr"><<a href="mailto:krammer@kde.org" target="_blank">krammer@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
CTRL+SHIFT+Left Click on any part in the observed application (in your case<br>
kdialog), should jump to that object in Gammaray's tree.<br>
<br>
You can then also adjust properties at runtime, e.g. the stylesheet property.<br>
<br>
See <a href="http://doc.qt.io/qt-4.8/stylesheet-examples.html" rel="noreferrer" target="_blank">http://doc.qt.io/qt-4.8/stylesheet-examples.html</a> for small example<br>
stylesheets.<br>
<div class=""><div class="h5"><br></div></div></blockquote></div><br><br><div class="gmail_default" style="font-family:monospace,monospace">​Kevin,​<br><br></div><div class="gmail_default" style="font-family:monospace,monospace">Great stuff, exactly what i was looking for.<br></div><br><div class="gmail_default" style="font-family:monospace,monospace">​'strace' reveals no default search for .qss files (at least in 'kdialog').  ​</div><div class="gmail_default" style="font-family:monospace,monospace">​So, is there a way to create a user stylesheet that all Qt apps will reference?   One that can be obtained via Environment Variable or perhaps an entry (or several) in Trolltech.conf?<br></div><div class="gmail_default" style="font-family:monospace,monospace">( adding a key "style=windows" to the INI group "[Qt]" in Trolltech.conf will do the same (i think) as setting your KDE default Qt Widget style, but it'd be nice to have a stylesheet key, which i can't find reference for)<br></div><div class="gmail_default" style="font-family:monospace,monospace"><br>    QT_STYLE_OVERRIDE="windows" kdialog --msgbox "$(lsblk)"<br></div><div class="gmail_default" style="font-family:monospace,monospace">doesn't seem to work, so maybe that's a Qt5 only thing  (kdialog --style "windows", however, does work as expected)<br></div><div class="gmail_default" style="font-family:monospace,monospace"><br><br></div><div class="gmail_default" style="font-family:monospace,monospace">If so, one could create a "userStyle.qss" that had stuff like:​</div><br><div class="gmail_default" style="font-family:monospace,monospace">​<div class="gmail_default" style="font-family:monospace,monospace">KDialog > QWidget > QLabel {<br>    font-family: monospace;<br>    font-size: 16;<br>    background-color: rgb(40,40,40);<br>    color:rgb(220,220,220);<br>}<br></div><div class="gmail_default" style="font-family:monospace,monospace"><br></div></div><div class="gmail_default" style="font-family:monospace,monospace">​which, theoretically should only apply to KDialog (executable, or i think there's an API?)<br></div><div class="gmail_default" style="font-family:monospace,monospace">(unfortunately, the labels in KDialog don't have class/id AFAICT, so you hit all of them)<br></div><div class="gmail_default" style="font-family:monospace,monospace"><br></div><div class="gmail_default" style="font-family:monospace,monospace">But having one place to tweak styles would be useful.<br><br></div><div class="gmail_default" style="font-family:monospace,monospace">I suppose this is getting low-level enough that reliance from one release to another might get "iffy".<br><br></div><div class="gmail_default" style="font-family:monospace,monospace">thanks,<br></div><div class="gmail_default" style="font-family:monospace,monospace">--stephen<br></div><div class="gmail_default" style="font-family:monospace,monospace"><br></div><div class="gmail_default" style="font-family:monospace,monospace"><br></div>-- <br><div class="gmail_signature">Stephen Dowdy  -  Systems Administrator  -  NCAR/RAL<br>303.497.2869   -  <a href="mailto:sdowdy@ucar.edu" target="_blank">sdowdy@ucar.edu</a>        -  <a href="http://www.ral.ucar.edu/~sdowdy/" target="_blank">http://www.ral.ucar.edu/~sdowdy/</a><br><br><br></div>
</div></div>