~ci-train-bot/unity8/unity8-ubuntu-zesty-2112

« back to all changes in this revision

Viewing changes to tests/plugins/Dash/cardcreator/10.res

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
                property string backgroundShapeStyle: "inset"; 
5
5
                property real fontScale: 1.0; 
6
6
                property var scopeStyle: null; 
 
7
                readonly property string title: cardData && cardData["title"] || "";
 
8
                property bool showHeader: true;
 
9
                implicitWidth: childrenRect.width;
 
10
                enabled: true;
7
11
                property int fixedHeaderHeight: -1; 
8
12
                property size fixedArtShapeSize: Qt.size(-1, -1); 
9
 
                readonly property string title: cardData && cardData["title"] || ""; 
10
 
                property bool showHeader: true; 
11
 
                implicitWidth: childrenRect.width; 
12
 
                enabled: true; 
13
13
signal action(var actionId);
14
14
Loader {
15
15
                                id: backgroundLoader;