OSDN Git Service

Update changelog to correct change date.
[neighbornote/NeighborNote.git] / qss / default-cleanlooks.qss
1 /* Default stylesheet */
2
3
4
5 QTreeView::branch:has-siblings:!adjoins-item  {
6      border-image: url(qss/dummy.png) 0;
7  }
8
9  QTreeView::branch:has-siblings:adjoins-item {
10      border-image: url(qss/dummy.png) 0;
11  }
12  QTreeView::branch:!has-children:!has-siblings:adjoins-item  {
13      border-image: url(qss/dummy.png) 0;
14  }
15
16  QTreeView::branch:has-children:!has-siblings:closed,
17  QTreeView::branch:closed:has-children:has-siblings  {
18          border-image: none;
19          image: url(qss/branch-closed.png);
20  }
21
22  QTreeView::branch:open:has-children:!has-siblings,
23  QTreeView::branch:open:has-children:has-siblings  {
24          border-image: none;
25          image: url(qss/branch-open.png);
26  }
27  QTreeView::item {
28       padding: 1px 1px 1px 1px;    
29  } 
30  
31  QTreeView[hideTree="true"]::branch:!has-chlidren:hasSiblings {
32         border-image: none;
33         image: none;
34  }
35 /*
36  QTreeView {
37         border: 0.05em solid #666;
38         padding: 0 0 0 0.3em;
39         height: 1.4em;
40         background: #B0C4DE; 
41         background: #EFEBE7;    
42  }
43 */
44
45  QTreeView {
46         border-top: 0.05em solid #666;
47         padding: 0 0 0 0.0em;
48         height: 0.0em;
49         background: #B0C4DE; 
50         background: #EFEBE7;    
51  }
52  
53
54
55 QProgressBar { 
56         text-align: center; 
57 }
58
59 QTableView {
60
61         selection-color: black;
62         selection-background-color: #B0C4DE;
63 }
64
65
66 QSpinBox {
67      padding-right: 15px; /* make room for the arrows */
68      border-width: 3;
69      text-align: center;
70  }
71  
72  
73  QSplitter::handle {
74    border-radius: 3px;
75  }
76  
77
78 QHeaderView {
79         background: transparent;
80 }
81 QHeaderView::section {
82         border: 0.05em solid #666;
83         padding: 0 0 0 0.3em;
84         height: 1.4em; 
85         min-width: 20px;
86 }
87 QHeaderView
88         QHeaderView::section:first, QHeaderView::section:only-one {
89         border: 2px;
90         min-width: 50px;
91 }
92
93
94
95
96
97
98 /*
99 QLineEdit:focus {
100      border: 1px solid black;
101      border-radius: 10px;
102      padding: 0 8px;
103      background: #FFFFD4;
104      selection-background-color: darkgray;
105  }
106  QLineEdit:!focus {
107       border: none;
108       background-color: transparent;
109  }
110 */
111
112