mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
* allow to set/unset frameless mode in CDockWidget * adjusted context menus * adjusted style sheets * ini settings for margins * hidden info area to host floating widgets only visible when floating (allows to CDockInfoArea widgets) * made some private slots non-virtual
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
/** style is applied to a CDockWidgetInfoBar **/
|
||||
/** frameless is dynamic property**/
|
||||
/** for frameless only use QDockWidget[frameless="true"] QFrame **/
|
||||
|
||||
QFrame {
|
||||
margin: 0px;
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
/** frameless is dynamic property**/
|
||||
/** for frameless only use QDockWidget[frameless="true"] QFrame **/
|
||||
QDockWidget QFrame
|
||||
{
|
||||
padding-top: 0px;
|
||||
background-color: darkslategray;
|
||||
background-image: url(:/textures/icons/textures/texture-outer.jpg);
|
||||
border: 0px;
|
||||
|
||||
Reference in New Issue
Block a user