<html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"/></head><body>I am rewriting a wxPython application in PyQt that needs to use
    several QDockWidgets. I am struggling to understand how to be able
    to precisely control their position and size.<br>
    <br>
    My program's layout contains two vertical dock windows and one
    horizontal one. I want the horizontal one to be between the vertical
    ones. But in PyQt, the horizontal one is underneath the vertical
    ones, and goes the whole way across the screen. I cannot figure out
    how to change this. I have attached a screenshot showing what I
    mean.<br>
    <br>
    I also cannot figure out how to specify the default width of height
    of the dock windows. Could someone please help me with this?<br>
    <br>
    Thank you.<br>
    <br>
    -- Timothy</body></html>