Add addButtonVisibility into FluTabView.
parent
9f9d9da601
commit
d939546f31
|
@ -35,6 +35,7 @@ Item {
|
||||||
property int tabWidthBehavior : FluTabView.Equal
|
property int tabWidthBehavior : FluTabView.Equal
|
||||||
property int closeButtonVisibility : FluTabView.Always
|
property int closeButtonVisibility : FluTabView.Always
|
||||||
property int itemWidth: 146
|
property int itemWidth: 146
|
||||||
|
property bool addButtonVisibility: true
|
||||||
signal newPressed
|
signal newPressed
|
||||||
|
|
||||||
QtObject {
|
QtObject {
|
||||||
|
@ -51,6 +52,7 @@ Item {
|
||||||
|
|
||||||
FluIconButton{
|
FluIconButton{
|
||||||
id:btn_new
|
id:btn_new
|
||||||
|
visible: addButtonVisibility
|
||||||
width: 34
|
width: 34
|
||||||
height: 34
|
height: 34
|
||||||
x:Math.min(tab_nav.contentWidth,tab_nav.width)
|
x:Math.min(tab_nav.contentWidth,tab_nav.width)
|
||||||
|
|
Loading…
Reference in New Issue