//**************************************************************************** // Implements a general view of the top tab bar. //**************************************************************************** import QtQuick 2.4 import QtQuick.Controls 2.0 Rectangle { id: frame property alias dapFrame: frame }