equal
deleted
inserted
replaced
125 "font: bold 14px;" |
125 "font: bold 14px;" |
126 "}" |
126 "}" |
127 "QSpinBox:hover{" |
127 "QSpinBox:hover{" |
128 "border-color: yellow;" |
128 "border-color: yellow;" |
129 "}" |
129 "}" |
|
130 "QSpinBox::up-button{" |
|
131 "background: transparent;" |
|
132 "width: 16px;" |
|
133 "height: 10px;" |
|
134 "}" |
|
135 "QSpinBox::up-arrow{" |
|
136 "image: url(\":/res/spin_up.png\");" |
|
137 //"width: 5px;" |
|
138 //"height: 5px;" |
|
139 "}" |
|
140 "QSpinBox::down-button{" |
|
141 "background: transparent;" |
|
142 "width: 16px;" |
|
143 "height: 10px;" |
|
144 "}" |
|
145 "QSpinBox::down-arrow{" |
|
146 "image: url(\":/res/spin_down.png\");" |
|
147 "}" |
130 |
148 |
131 "QToolBox{" |
149 "QToolBox{" |
132 "border: solid;" |
150 "border: solid;" |
133 "border-width: 3px;" |
151 "border-width: 3px;" |
134 "border-radius: 12px;" |
152 "border-radius: 12px;" |