<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Style Sheet with padding on arm platform : Bug on qt 4.6.3?]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I don't know if it's a bug but I use a style sheet file "myStyle.qss". On this file there is the following line:<br />
@QTableView { padding-bottom : 5 }@</p>
<p dir="auto">When I launch my application on my x86 laptop:<br />
@myApp -stylesheet myStyle.qss@<br />
all is fine</p>
<p dir="auto">When I launch my application on my x86 laptop with qvfb:<br />
@myApp -stylesheet myStyle.qss -qws@<br />
all is fine</p>
<p dir="auto">BUT when I launch my application on my arm target:<br />
@myApp -stylesheet myStyle.qss -qws@<br />
then nothing append.</p>
<p dir="auto">Note 1 : I use QT 4.6.3</p>
<p dir="auto">Note 2 : as soon as I remove the @QTableView { padding-bottom : 5 }@ line, my application is running fine on my target, and for test purpose I create a qss file with only this line inside...</p>
<p dir="auto">Any idea?</p>
]]></description><link>https://forum.qt.io/topic/902/style-sheet-with-padding-on-arm-platform-bug-on-qt-4-6-3</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 04:12:00 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/902.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 17 Sep 2010 09:32:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Style Sheet with padding on arm platform : Bug on qt 4.6.3? on Fri, 01 Oct 2010 08:48:15 GMT]]></title><description><![CDATA[<p dir="auto">What device is your "arm target"?</p>
<p dir="auto">What if you change your code so that you don't apply a .css file, but apply the stylesheeting inside the code? Like this:</p>
<p dir="auto">QString styleS("QTableView { color: blue; padding-bottom : 15 ; background-color: yellow }" );<br />
QTableWidget *styledTableWidget = new QTableWidget(3, 3, this);<br />
styledTableWidget-&gt;setStyleSheet(styleS);</p>
<p dir="auto">I briefly tested this on Symbian 5th Edition device and it at least worked.</p>
]]></description><link>https://forum.qt.io/post/56668</link><guid isPermaLink="true">https://forum.qt.io/post/56668</guid><dc:creator><![CDATA[Fuzzbender]]></dc:creator><pubDate>Fri, 01 Oct 2010 08:48:15 GMT</pubDate></item><item><title><![CDATA[Reply to Style Sheet with padding on arm platform : Bug on qt 4.6.3? on Fri, 01 Oct 2010 08:41:23 GMT]]></title><description><![CDATA[<p dir="auto">FYI,  I test it by adding...</p>
<p dir="auto">@app.setStyleSheet(QString("QTableView { color: blue; padding-bottom : 15 ; background-color: yellow }"));<br />
@</p>
<p dir="auto">...on my code, playing with parameters. The padding seems not working on target, but it doesn't crash.</p>
<p dir="auto">OK, it doesn't matter for my project anymore and I haven't too much time to work on it...</p>
]]></description><link>https://forum.qt.io/post/56667</link><guid isPermaLink="true">https://forum.qt.io/post/56667</guid><dc:creator><![CDATA[ngrosjean]]></dc:creator><pubDate>Fri, 01 Oct 2010 08:41:23 GMT</pubDate></item><item><title><![CDATA[Reply to Style Sheet with padding on arm platform : Bug on qt 4.6.3? on Mon, 20 Sep 2010 11:40:30 GMT]]></title><description><![CDATA[<p dir="auto">Ok, thanks for you reply.</p>
<p dir="auto">I will be in front of the target only next week, and yes, loading the style directly on the code will be my next try.</p>
<p dir="auto">The bad point is that the application doesn't even start, without any trace...</p>
]]></description><link>https://forum.qt.io/post/55922</link><guid isPermaLink="true">https://forum.qt.io/post/55922</guid><dc:creator><![CDATA[ngrosjean]]></dc:creator><pubDate>Mon, 20 Sep 2010 11:40:30 GMT</pubDate></item><item><title><![CDATA[Reply to Style Sheet with padding on arm platform : Bug on qt 4.6.3? on Fri, 17 Sep 2010 12:29:30 GMT]]></title><description><![CDATA[<p dir="auto">What if you just add the stylesheet in your application code to your QTableView with QWidget::setStyleSheet()?  Does it still fail?</p>
<p dir="auto">Also, can you extrapolate what fails? No visual change at all?</p>
]]></description><link>https://forum.qt.io/post/55850</link><guid isPermaLink="true">https://forum.qt.io/post/55850</guid><dc:creator><![CDATA[Fuzzbender]]></dc:creator><pubDate>Fri, 17 Sep 2010 12:29:30 GMT</pubDate></item></channel></rss>