mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-30 15:06:52 +08:00
Merge pull request #67 from mentalfl0w/dev
Add addButtonVisibility into FluTabView.
This commit is contained in:
commit
1a9cca4300
@ -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
Block a user