<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Qt FullScreen problem in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Qt-FullScreen-problem/m-p/599354#M89967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems it is a QT questions. you may ask this in QT forum or &lt;A class="link-titled" href="http://stackoverflow.com/" title="http://stackoverflow.com/"&gt;Stack Overflow&lt;/A&gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Mar 2017 06:40:21 GMT</pubDate>
    <dc:creator>jimmychan</dc:creator>
    <dc:date>2017-03-03T06:40:21Z</dc:date>
    <item>
      <title>Qt FullScreen problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt-FullScreen-problem/m-p/599353#M89966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using Qt version 5.2.1, Ubuntu 14.04 (3.14.52) on&amp;nbsp;Nitrogen MAX&lt;/P&gt;&lt;P&gt;C++&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;int main(int argc, char **argv)&lt;BR /&gt;{&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;QGuiApplication app(argc, argv);&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;QGst::init(&amp;amp;argc, &amp;amp;argv);&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;QQmlApplicationEngine view;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;QGst::Quick::VideoSurface *surface = new QGst::Quick::VideoSurface;&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;view.rootContext()-&amp;gt;setContextProperty(QLatin1String("videoSurface1"), surface);&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;view.load(QUrl(QLatin1String("qrc:///main.qml")));&lt;BR /&gt;&amp;nbsp; &amp;nbsp; return app.exec();&lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;QML:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;import QtQuick 2.2&lt;/P&gt;&lt;P&gt;import QtQuick.Controls 1.1&lt;/P&gt;&lt;P&gt;import QtQuick.Layouts 1.1&lt;/P&gt;&lt;P&gt;import QtQuick.Window 2.0&lt;/P&gt;&lt;P&gt;ApplicationWindow {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; id: appwin1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;visible: true&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;flags: Qt.FramelessWindowHint&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;width: 1280&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;height: 800&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;If I set maximum width and height of display screen or if I use &lt;SPAN&gt;visibility: "FullScreen"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;there are several visible problems which do not appear it the size is any smaller than full-screen:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;problem with mouse movement&amp;nbsp;- it's like areas where mouse pointer moves do not get repainted correctly&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;check-boxes wont accept change&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;drop down boxes wont close upon opening&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that it is not performance issue as I have tested the same resolution on more displays and the same size works fine if it is not equal to full screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did anyone else had this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 12:13:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt-FullScreen-problem/m-p/599353#M89966</guid>
      <dc:creator>laza</dc:creator>
      <dc:date>2017-02-25T12:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qt FullScreen problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt-FullScreen-problem/m-p/599354#M89967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems it is a QT questions. you may ask this in QT forum or &lt;A class="link-titled" href="http://stackoverflow.com/" title="http://stackoverflow.com/"&gt;Stack Overflow&lt;/A&gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 06:40:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt-FullScreen-problem/m-p/599354#M89967</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2017-03-03T06:40:21Z</dc:date>
    </item>
  </channel>
</rss>

