<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://doug.wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://doug.wiki/feed.php">
        <title>Downtown Doug Brown Wiki - qt</title>
        <description>Thoughts from a combined Apple/Linux/Windows geek</description>
        <link>https://doug.wiki/</link>
        <image rdf:resource="https://doug.wiki/_media/wiki/logo.png" />
       <dc:date>2026-04-15T00:11:36+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://doug.wiki/qt/how_to_make_a_child_widget_expand_its_contents_outside_of_the_parent_widget_rect?rev=1410931098&amp;do=diff"/>
                <rdf:li rdf:resource="https://doug.wiki/qt/start?rev=1410931115&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://doug.wiki/_media/wiki/logo.png">
        <title>Downtown Doug Brown Wiki</title>
        <link>https://doug.wiki/</link>
        <url>https://doug.wiki/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://doug.wiki/qt/how_to_make_a_child_widget_expand_its_contents_outside_of_the_parent_widget_rect?rev=1410931098&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-09-17T05:18:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>how_to_make_a_child_widget_expand_its_contents_outside_of_the_parent_widget_rect</title>
        <link>https://doug.wiki/qt/how_to_make_a_child_widget_expand_its_contents_outside_of_the_parent_widget_rect?rev=1410931098&amp;do=diff</link>
        <description>How to make a child widget expand its content outside of the parent widget rect

This is actually quite easy. The widget&#039;s windowFlags need to be set to something other than Qt::Widget (which indicates it&#039;s just a normal widget). For something that doesn&#039;t look like it&#039;s a window, Qt::SplashScreen should work well. Doing this turns it into a window, so its geometry is in reference to the entire screen. Enjoy!</description>
    </item>
    <item rdf:about="https://doug.wiki/qt/start?rev=1410931115&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-09-17T05:18:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://doug.wiki/qt/start?rev=1410931115&amp;do=diff</link>
        <description>Qt Stuff

This is just a collection of random knowledge I&#039;ve acquired about Qt.

	*  How to make a child widget expand its contents outside of the parent widget rect</description>
    </item>
</rdf:RDF>
