1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00
This commit is contained in:
Elias Steurer 2020-09-18 11:55:56 +02:00
parent 2c180b3ec4
commit 558efdda93
3 changed files with 9 additions and 7 deletions

View File

@ -6,7 +6,7 @@ import ScreenPlay 1.0
Item { Item {
id: tag id: tag
width: textMetrics.width + 20 width: textMetrics.width + 20
height: parent.height height: 45
property int itemIndex property int itemIndex
property alias text: txt.text property alias text: txt.text
@ -14,10 +14,10 @@ Item {
Rectangle { Rectangle {
id: rectangle id: rectangle
anchors.fill: parent
radius: 3 radius: 3
color: Material.theme === Material.Light ? Qt.lighter( color: Material.theme === Material.Light ? Qt.lighter(
Material.background) : Qt.darker( Material.background) : Material.background
Material.background)
Text { Text {
id: txt id: txt
@ -87,8 +87,9 @@ Item {
] ]
} }
/*##^## Designer { /*##^##
Designer {
D{i:0;height:50;width:100} D{i:0;height:50;width:100}
} }
##^##*/ ##^##*/

View File

@ -12,7 +12,7 @@ import "Wizards/CreateWallpaper"
Rectangle { Rectangle {
id: footer id: footer
height: 80 height: 60
z: 100 z: 100
color: Material.background color: Material.background

View File

@ -124,7 +124,8 @@ public slots:
const QString& license, const QString& license,
const QVector<QString>& tags); const QVector<QString>& tags);
void saveWallpaper(QString title, void saveWallpaper(
QString title,
QString description, QString description,
QString filePath, QString filePath,
QString previewImagePath, QString previewImagePath,