refactor: move `GlossaryEntry` and `GlossaryLetter` to ui/shared/panels

This commit is contained in:
Pascal Precht 2021-10-14 12:44:52 +02:00 committed by Iuri Matias
parent f6f46cabbb
commit 92a153fee5
3 changed files with 6 additions and 2 deletions

View File

@ -7,6 +7,7 @@ import StatusQ.Core.Theme 0.1
import utils 1.0
import "../../../../shared"
import "../../../../shared/panels"
import "../../../../shared/status"
import "../panels"

View File

@ -3,8 +3,10 @@ import QtQuick.Controls 2.13
import QtQuick.Layouts 1.13
import utils 1.0
import "../shared"
import "../"
import "."
// TODO: use StatusQ components
Item {
id: root
property string name: ""

View File

@ -1,8 +1,9 @@
import QtQuick 2.13
import utils 1.0
import "../shared"
import "../"
// TODO: replace with StatusBaseText
StyledText {
id: glossaryLetterA
font.pixelSize: 17