Docking positions
passed as 'orient' parameter to set_dock_pos() More...
Macros | |
#define | DP_LEFT 0x0001 |
Dock src_form to the left of dest_form. | |
#define | DP_TOP 0x0002 |
Dock src_form above dest_form. | |
#define | DP_RIGHT 0x0004 |
Dock src_form to the right of dest_form. | |
#define | DP_BOTTOM 0x0008 |
Dock src_form below dest_form. | |
#define | DP_INSIDE 0x0010 |
Create a new tab bar with both src_form and dest_form. | |
#define | DP_TAB 0x0040 |
Place src_form into a tab next to dest_form, if dest_form is in a tab bar (otherwise the same as DP_INSIDE) | |
#define | DP_BEFORE 0x0020 |
Place src_form before dst_form in the tab bar instead of after; used with DP_INSIDE or DP_TAB. More... | |
#define | DP_FLOATING 0x0080 |
Make src_form floating. | |
#define | DP_SZHINT 0x0100 |
When floating or in a splitter (i.e., not tabbed), use the widget's size hint to determine the best geometry (Qt only) | |
Detailed Description
passed as 'orient' parameter to set_dock_pos()
Macro Definition Documentation
◆ DP_BEFORE
Generated by 1.9.3