mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Format
This commit is contained in:
parent
2c180b3ec4
commit
558efdda93
@ -6,7 +6,7 @@ import ScreenPlay 1.0
|
||||
Item {
|
||||
id: tag
|
||||
width: textMetrics.width + 20
|
||||
height: parent.height
|
||||
height: 45
|
||||
|
||||
property int itemIndex
|
||||
property alias text: txt.text
|
||||
@ -14,10 +14,10 @@ Item {
|
||||
|
||||
Rectangle {
|
||||
id: rectangle
|
||||
anchors.fill: parent
|
||||
radius: 3
|
||||
color: Material.theme === Material.Light ? Qt.lighter(
|
||||
Material.background) : Qt.darker(
|
||||
Material.background)
|
||||
Material.background) : Material.background
|
||||
|
||||
Text {
|
||||
id: txt
|
||||
@ -87,8 +87,9 @@ Item {
|
||||
]
|
||||
}
|
||||
|
||||
/*##^## Designer {
|
||||
/*##^##
|
||||
Designer {
|
||||
D{i:0;height:50;width:100}
|
||||
}
|
||||
##^##*/
|
||||
##^##*/
|
||||
|
||||
|
@ -12,7 +12,7 @@ import "Wizards/CreateWallpaper"
|
||||
|
||||
Rectangle {
|
||||
id: footer
|
||||
height: 80
|
||||
height: 60
|
||||
z: 100
|
||||
color: Material.background
|
||||
|
||||
|
@ -124,7 +124,8 @@ public slots:
|
||||
const QString& license,
|
||||
const QVector<QString>& tags);
|
||||
|
||||
void saveWallpaper(QString title,
|
||||
void saveWallpaper(
|
||||
QString title,
|
||||
QString description,
|
||||
QString filePath,
|
||||
QString previewImagePath,
|
||||
|
Loading…
Reference in New Issue
Block a user