mirror of
https://github.com/tnodir/fort
synced 2024-11-15 09:17:28 +00:00
UI: Update Qt 5.12
This commit is contained in:
parent
0623cf9a43
commit
aaa2dd7e83
@ -46,7 +46,7 @@ T.CheckDelegate {
|
|||||||
implicitContentWidth + leftPadding + rightPadding)
|
implicitContentWidth + leftPadding + rightPadding)
|
||||||
implicitHeight: Math.max(implicitBackgroundHeight,
|
implicitHeight: Math.max(implicitBackgroundHeight,
|
||||||
Math.max(implicitContentHeight,
|
Math.max(implicitContentHeight,
|
||||||
indicator ? indicator.implicitHeight : 0) + topPadding + bottomPadding)
|
implicitIndicatorHeight) + topPadding + bottomPadding)
|
||||||
|
|
||||||
padding: 12
|
padding: 12
|
||||||
spacing: 12
|
spacing: 12
|
||||||
|
@ -46,7 +46,7 @@ T.ItemDelegate {
|
|||||||
implicitContentWidth + leftPadding + rightPadding)
|
implicitContentWidth + leftPadding + rightPadding)
|
||||||
implicitHeight: Math.max(implicitBackgroundHeight,
|
implicitHeight: Math.max(implicitBackgroundHeight,
|
||||||
Math.max(implicitContentHeight,
|
Math.max(implicitContentHeight,
|
||||||
indicator ? indicator.implicitHeight : 0) + topPadding + bottomPadding)
|
implicitIndicatorHeight) + topPadding + bottomPadding)
|
||||||
|
|
||||||
padding: 12
|
padding: 12
|
||||||
spacing: 8
|
spacing: 8
|
||||||
|
@ -46,7 +46,7 @@ T.MenuBarItem {
|
|||||||
implicitContentWidth + leftPadding + rightPadding)
|
implicitContentWidth + leftPadding + rightPadding)
|
||||||
implicitHeight: Math.max(implicitBackgroundHeight,
|
implicitHeight: Math.max(implicitBackgroundHeight,
|
||||||
Math.max(implicitContentHeight,
|
Math.max(implicitContentHeight,
|
||||||
indicator ? indicator.implicitHeight : 0) + topPadding + bottomPadding)
|
implicitIndicatorHeight) + topPadding + bottomPadding)
|
||||||
|
|
||||||
spacing: 6
|
spacing: 6
|
||||||
padding: 6
|
padding: 6
|
||||||
|
@ -46,7 +46,7 @@ T.MenuItem {
|
|||||||
implicitContentWidth + leftPadding + rightPadding)
|
implicitContentWidth + leftPadding + rightPadding)
|
||||||
implicitHeight: Math.max(implicitBackgroundHeight,
|
implicitHeight: Math.max(implicitBackgroundHeight,
|
||||||
Math.max(implicitContentHeight,
|
Math.max(implicitContentHeight,
|
||||||
indicator ? indicator.implicitHeight : 0) + topPadding + bottomPadding)
|
implicitIndicatorHeight) + topPadding + bottomPadding)
|
||||||
|
|
||||||
padding: 6
|
padding: 6
|
||||||
spacing: 6
|
spacing: 6
|
||||||
|
@ -46,7 +46,7 @@ T.RadioDelegate {
|
|||||||
implicitContentWidth + leftPadding + rightPadding)
|
implicitContentWidth + leftPadding + rightPadding)
|
||||||
implicitHeight: Math.max(implicitBackgroundHeight,
|
implicitHeight: Math.max(implicitBackgroundHeight,
|
||||||
Math.max(implicitContentHeight,
|
Math.max(implicitContentHeight,
|
||||||
indicator ? indicator.implicitHeight : 0) + topPadding + bottomPadding)
|
implicitIndicatorHeight) + topPadding + bottomPadding)
|
||||||
|
|
||||||
padding: 12
|
padding: 12
|
||||||
spacing: 12
|
spacing: 12
|
||||||
|
@ -46,7 +46,7 @@ T.SwipeDelegate {
|
|||||||
implicitContentWidth + leftPadding + rightPadding)
|
implicitContentWidth + leftPadding + rightPadding)
|
||||||
implicitHeight: Math.max(implicitBackgroundHeight,
|
implicitHeight: Math.max(implicitBackgroundHeight,
|
||||||
Math.max(implicitContentHeight,
|
Math.max(implicitContentHeight,
|
||||||
indicator ? indicator.implicitHeight : 0) + topPadding + bottomPadding)
|
implicitIndicatorHeight) + topPadding + bottomPadding)
|
||||||
|
|
||||||
padding: 12
|
padding: 12
|
||||||
spacing: 12
|
spacing: 12
|
||||||
|
@ -46,7 +46,7 @@ T.SwitchDelegate {
|
|||||||
implicitContentWidth + leftPadding + rightPadding)
|
implicitContentWidth + leftPadding + rightPadding)
|
||||||
implicitHeight: Math.max(implicitBackgroundHeight,
|
implicitHeight: Math.max(implicitBackgroundHeight,
|
||||||
Math.max(implicitContentHeight,
|
Math.max(implicitContentHeight,
|
||||||
indicator ? indicator.implicitHeight : 0) + topPadding + bottomPadding)
|
implicitIndicatorHeight) + topPadding + bottomPadding)
|
||||||
|
|
||||||
padding: 12
|
padding: 12
|
||||||
spacing: 12
|
spacing: 12
|
||||||
|
Loading…
Reference in New Issue
Block a user