summaryrefslogtreecommitdiff
path: root/share/qtcreator
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2010-02-05 12:03:59 +0100
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2010-02-05 12:16:06 +0100
commit34336e1ed24a9dd08863c52998ef3a4bdf6c0c4a (patch)
tree2f93b3d891bc67e1c5f25752beec99dc3b065a03 /share/qtcreator
parent30911483350814bb5d261249e9d0109788ad2abd (diff)
downloadqt-creator-34336e1ed24a9dd08863c52998ef3a4bdf6c0c4a.tar.gz
QmlDesigner.propertyEditor: adding css files for anchor buttons
Diffstat (limited to 'share/qtcreator')
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/anchorbottom.css12
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/anchorfill.css12
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/anchorhorizontal.css12
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/anchorleft.css12
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/anchorright.css12
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/anchorspacer.css12
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/anchortop.css12
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/anchorvertical.css12
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/gradientcolorbutton.css12
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/nonecolorbutton.css12
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/solidcolorbutton.css12
11 files changed, 132 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorbottom.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorbottom.css
new file mode 100644
index 0000000000..3f099aa99c
--- /dev/null
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorbottom.css
@@ -0,0 +1,12 @@
+QPushButton {
+ border-image: url(:/qmldesigner/images/anchor-bottom-normal.png) 3;
+ border-width: 3;
+ }
+
+ QPushButton:pressed {
+ border-image: url(:/qmldesigner/images/anchor-bottom-pressed.png) 3;
+ }
+
+ QPushButton:checked {
+ border-image: url(:/qmldesigner/images/anchor-bottom-pressed.png) 3;
+ }
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorfill.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorfill.css
new file mode 100644
index 0000000000..a54050c0b2
--- /dev/null
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorfill.css
@@ -0,0 +1,12 @@
+QPushButton {
+ border-image: url(:/qmldesigner/images/anchor-fill-normal.png) 3;
+ border-width: 3;
+ }
+
+ QPushButton:pressed {
+ border-image: url(:/qmldesigner/images/anchor-fill-pressed.png) 3;
+ }
+
+ QPushButton:checked {
+ border-image: url(:/qmldesigner/images/anchor-fill-pressed.png) 3;
+ }
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorhorizontal.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorhorizontal.css
new file mode 100644
index 0000000000..0f516137ea
--- /dev/null
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorhorizontal.css
@@ -0,0 +1,12 @@
+QPushButton {
+ border-image: url(:/qmldesigner/images/anchor-horizontal-normal.png) 3;
+ border-width: 3;
+ }
+
+ QPushButton:pressed {
+ border-image: url(:/qmldesigner/images/anchor-horizontal-pressed.png) 3;
+ }
+
+ QPushButton:checked {
+ border-image: url(:/qmldesigner/images/anchor-horizontal-pressed.png) 3;
+ }
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorleft.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorleft.css
new file mode 100644
index 0000000000..579bc31e19
--- /dev/null
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorleft.css
@@ -0,0 +1,12 @@
+QPushButton {
+ border-image: url(:/qmldesigner/images/anchor-left-normal.png) 3;
+ border-width: 3;
+ }
+
+ QPushButton:pressed {
+ border-image: url(:/qmldesigner/images/anchor-left-pressed.png) 3;
+ }
+
+ QPushButton:checked {
+ border-image: url(:/qmldesigner/images/anchor-left-pressed.png) 3;
+ }
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorright.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorright.css
new file mode 100644
index 0000000000..7eabfbb397
--- /dev/null
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorright.css
@@ -0,0 +1,12 @@
+QPushButton {
+ border-image: url(:/qmldesigner/images/anchor-right-normal.png) 3;
+ border-width: 3;
+ }
+
+ QPushButton:pressed {
+ border-image: url(:/qmldesigner/images/anchor-right-pressed.png) 3;
+ }
+
+ QPushButton:checked {
+ border-image: url(:/qmldesigner/images/anchor-right-pressed.png) 3;
+ }
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorspacer.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorspacer.css
new file mode 100644
index 0000000000..68c908d6ca
--- /dev/null
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorspacer.css
@@ -0,0 +1,12 @@
+QPushButton {
+ border-image: url(:/qmldesigner/images/anchor-spacer.png) 3;
+ border-width: 3;
+ }
+
+ QPushButton:pressed {
+ border-image: url(:/qmldesigner/images/anchor-spacer.png) 3;
+ }
+
+ QPushButton:checked {
+ border-image: url(:/qmldesigner/images/anchor-spacer.png) 3;
+ }
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchortop.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchortop.css
new file mode 100644
index 0000000000..57a0842eb5
--- /dev/null
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchortop.css
@@ -0,0 +1,12 @@
+QPushButton {
+ border-image: url(:/qmldesigner/images/anchor-top-normal.png) 3;
+ border-width: 3;
+ }
+
+ QPushButton:pressed {
+ border-image: url(:/qmldesigner/images/anchor-top-pressed.png) 3;
+ }
+
+ QPushButton:checked {
+ border-image: url(:/qmldesigner/images/anchor-top-pressed.png) 3;
+ }
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorvertical.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorvertical.css
new file mode 100644
index 0000000000..62a2d779d9
--- /dev/null
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorvertical.css
@@ -0,0 +1,12 @@
+QPushButton {
+ border-image: url(:/qmldesigner/images/anchor-vertical-normal.png) 3;
+ border-width: 3;
+ }
+
+ QPushButton:pressed {
+ border-image: url(:/qmldesigner/images/anchor-vertical-pressed.png) 3;
+ }
+
+ QPushButton:checked {
+ border-image: url(:/qmldesigner/images/anchor-vertical-pressed.png) 3;
+ }
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/gradientcolorbutton.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/gradientcolorbutton.css
new file mode 100644
index 0000000000..87bc85c5bb
--- /dev/null
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/gradientcolorbutton.css
@@ -0,0 +1,12 @@
+QPushButton {
+ border-image: url(:/qmldesigner/images/button_color_gradient_normal.png) 3;
+ border-width: 3;
+ }
+
+ QPushButton:pressed {
+ border-image: url(:/qmldesigner/images/button_color_gradient_pressed.png) 3;
+ }
+
+ QPushButton:checked {
+ border-image: url(:/qmldesigner/images/button_color_gradient_pressed.png) 3;
+ }
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/nonecolorbutton.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/nonecolorbutton.css
new file mode 100644
index 0000000000..ae52666f59
--- /dev/null
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/nonecolorbutton.css
@@ -0,0 +1,12 @@
+QPushButton {
+ border-image: url(:/qmldesigner/images/button_color_none_normal.png) 3;
+ border-width: 3;
+ }
+
+ QPushButton:pressed {
+ border-image: url(:/qmldesigner/images/button_color_none_pressed.png) 3;
+ }
+
+ QPushButton:checked {
+ border-image: url(:/qmldesigner/images/button_color_none_pressed.png) 3;
+ }
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/solidcolorbutton.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/solidcolorbutton.css
new file mode 100644
index 0000000000..e8e6c49c2a
--- /dev/null
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/solidcolorbutton.css
@@ -0,0 +1,12 @@
+QPushButton {
+ border-image: url(:/qmldesigner/images/button_color_solid_normal.png) 3;
+ border-width: 3;
+ }
+
+ QPushButton:pressed {
+ border-image: url(:/qmldesigner/images/button_color_solid_pressed.png) 3;
+ }
+
+ QPushButton:checked {
+ border-image: url(:/qmldesigner/images/button_color_solid_pressed.png) 3;
+ }