Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
a813396b
Commit
a813396b
authored
Apr 30, 2010
by
Jörg Schummer
Committed by
Lasse Holmstedt
Apr 30, 2010
Browse files
QmlDesigner.ItemLibrary: adjust style to property editor's look
Task-number: BAUHAUS-654
parent
1b1b8909
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/itemlibrary/qml/ItemsViewStyle.qml
View file @
a813396b
...
...
@@ -47,11 +47,11 @@ Item {
property
string
gridLineLighter
:
"
#5f5f5f
"
property
string
gridLineDarker
:
"
#3f3f3f
"
property
string
sectionArrowColor
:
"
#
aeaeae
"
property
string
sectionTitleTextColor
:
"
#f
0f0f0
"
property
string
sectionTitleBackgroundColor
:
"
#
909090
"
property
string
sectionArrowColor
:
"
#
ffffff
"
property
string
sectionTitleTextColor
:
"
#f
fffff
"
property
string
sectionTitleBackgroundColor
:
"
#
656565
"
property
int
sectionTitleHeight
:
20
property
int
sectionTitleHeight
:
18
property
int
sectionTitleSpacing
:
2
property
int
iconWidth
:
32
...
...
src/plugins/qmldesigner/components/itemlibrary/qml/SectionView.qml
View file @
a813396b
...
...
@@ -111,17 +111,18 @@ Column {
Item
{
id
:
arrow
Rectangle
{
y
:
0
;
x
:
0
;
height
:
1
;
width
:
9
;
color
:
style
.
sectionArrowColor
}
Rectangle
{
y
:
1
;
x
:
1
;
height
:
1
;
width
:
7
;
color
:
style
.
sectionArrowColor
}
Rectangle
{
y
:
2
;
x
:
2
;
height
:
1
;
width
:
5
;
color
:
style
.
sectionArrowColor
}
Rectangle
{
y
:
3
;
x
:
3
;
height
:
1
;
width
:
3
;
color
:
style
.
sectionArrowColor
}
Rectangle
{
y
:
4
;
x
:
4
;
height
:
1
;
width
:
1
;
color
:
style
.
sectionArrowColor
}
Rectangle
{
y
:
0
;
x
:
0
;
height
:
1
;
width
:
11
;
color
:
style
.
sectionArrowColor
}
Rectangle
{
y
:
1
;
x
:
1
;
height
:
1
;
width
:
9
;
color
:
style
.
sectionArrowColor
}
Rectangle
{
y
:
2
;
x
:
2
;
height
:
1
;
width
:
7
;
color
:
style
.
sectionArrowColor
}
Rectangle
{
y
:
3
;
x
:
3
;
height
:
1
;
width
:
5
;
color
:
style
.
sectionArrowColor
}
Rectangle
{
y
:
4
;
x
:
4
;
height
:
1
;
width
:
3
;
color
:
style
.
sectionArrowColor
}
Rectangle
{
y
:
5
;
x
:
5
;
height
:
1
;
width
:
1
;
color
:
style
.
sectionArrowColor
}
anchors.left
:
parent
.
left
anchors.leftMargin
:
5
anchors.leftMargin
:
10
anchors.verticalCenter
:
parent
.
verticalCenter
width
:
9
height
:
5
width
:
11
height
:
6
transformOrigin
:
Item
.
Center
}
...
...
@@ -130,11 +131,12 @@ Column {
anchors.verticalCenter
:
parent
.
verticalCenter
anchors.left
:
arrow
.
right
anchors.leftMargin
:
5
anchors.leftMargin
:
12
text
:
sectionName
// to be set by model
color
:
style
.
sectionTitleTextColor
elide
:
Text
.
ElideMiddle
font.bold
:
true
}
MouseArea
{
anchors.fill
:
parent
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment