7 lines
84 B
QML
7 lines
84 B
QML
import QtQuick 2.6
|
|
import QtQuick.Controls 2.15
|
|
|
|
TabButton {
|
|
checkable: false
|
|
}
|