aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/resources
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2010-04-08 15:01:15 +0200
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2010-04-08 15:02:18 +0200
commit70b43f0816c5a1da2fcaa4df3f695d6681eb85ec (patch)
tree23b5d876a7299c9cea6b12b17326507e110a4018 /src/plugins/qmldesigner/components/resources
parent0ac838884792b17371a14655fcf56e2b9b5a27be (diff)
QmlDesigner: fix formeditorstylesheet
Diffstat (limited to 'src/plugins/qmldesigner/components/resources')
-rw-r--r--src/plugins/qmldesigner/components/resources/formeditorstylesheet.css129
1 files changed, 0 insertions, 129 deletions
diff --git a/src/plugins/qmldesigner/components/resources/formeditorstylesheet.css b/src/plugins/qmldesigner/components/resources/formeditorstylesheet.css
index 805072bcb88..f7f43dc2d08 100644
--- a/src/plugins/qmldesigner/components/resources/formeditorstylesheet.css
+++ b/src/plugins/qmldesigner/components/resources/formeditorstylesheet.css
@@ -1,7 +1,3 @@
-QFrame {
- border: 2px;
- background-color: #606060;
-}
QLabel {
border: none;
@@ -11,140 +7,15 @@ QLabel {
color: #E1E1E1;
}
-QScrollArea {
- border: 0px;
- background-color: #606060;
-}
-
QStackedWidget {
border: 0px;
background-color: #606060;
}
-
QGraphicsView {
border: 0px;
background-color: #606060;
}
-QTabWidget {
- border: 0px;
- background-color: #606060;
-}
-
-QTabWidget::pane { /* The tab widget frame */
- border: 0px;
- background-color: #606060;
-}
-
-QLineEdit
-{
- border: 2px solid #8F8F8F;
- border-radius: 4px;
- padding: 0 8px;
- background-color: white;
- selection-background-color: darkgray;
-}
-
-QLineEdit#itemLibrarySearchInput {
- color: black;
- border: 2px solid #0F0F0F;
- border-radius: 6px;
- border-width: 1;
- max-height: 20px;
- min-height: 20px;
- background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
- stop: 0 #e0e0e0, stop: 1 #f0f0f0);
-}
-
-
- QTreeView {
- color: white;
- selection-color: white
- }
-
- QTreeView::item:selected {
- color: white;
- }
-QTreeView::branch:has-siblings:!adjoins-item {
- border-image: none;
- image:none;
- }
-
- QTreeView::branch:has-siblings:adjoins-item {
- border-image: none;
- image:none;
- }
-
- QTreeView::branch:!has-children:!has-siblings:adjoins-item {
- border-image: none;
- image:none;
- }
-
- QTreeView::branch:has-children:!has-siblings:closed,
- QTreeView::branch:closed:has-children:has-siblings {
- border-image: none;
- image: url(:/qmldesigner/images/triangle_horz.png);
- }
-
- QTreeView::branch:open:has-children:!has-siblings,
- QTreeView::branch:open:has-children:has-siblings {
- border-image: none;
- image: url(:/qmldesigner/images/triangle_vert.png);
- }
-
- QListView {
- color: white;
- selection-color: white
- }
-
- QListView::item:selected {
- color: white;
- }
-
- QComboBox QAbstractItemView {
- show-decoration-selected: 1; /* make the selection span the entire width of the view */
- background-color: #494949; /* sets background of the menu */
- border: 1px solid black;
- margin: 0px; /* some spacing around the menu */
- color: #cacaca;
- selection-background-color: #d2d2d2;
- selection-color: #404040;
- }
-
-QTabBar::tab {
- border-image: none;
-
- width: 80px;
-
- height: 22px;
- margin-top: 0x;
- margin-bottom: 0px;
- margin-left: 0px;
- margin-right: 0px;
- padding-right: 12px;
- padding-left: 12px;
- font: bold;
- background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
- stop: 0 #3c3c3c, stop: 1 #444444);
-
- color: #EEEEEE;
-}
-
-QTabBar::tab:hover {
- background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
- stop: 0 #3c3c3c, stop: 1 #666666);
-}
-
-QTabBar::tab:selected {
- border: none; /* no border for a flat push button */
- background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
- stop: 0 #EFEFEF, stop: 1 #EEEEEE);
- color: #3c3c3c;
-}
-
-QWidget#itemLibrarySearchInputFrame {
- background-color: #eeeeee;
-}