forked from qt-creator/qt-creator
synchronize resources with their usage
toolbutton is not used, while formeditorstylesheet and outputpane-style are used but were not actually linked.
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
<qresource prefix="/qmldesigner">
|
||||
<file>templates/Standard/Form.xml</file>
|
||||
<file>stylesheet.css</file>
|
||||
<file>toolbutton.css</file>
|
||||
<file>scrollbar.css</file>
|
||||
<file>scrollbar.css</file>
|
||||
<file>formeditorstylesheet.css</file>
|
||||
<file>outputpane-style.css</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@@ -1,23 +0,0 @@
|
||||
QToolButton {
|
||||
border-image: url(:/qmldesigner/images/pushbutton.png) 3;
|
||||
border-width: 3;
|
||||
border-radius: 6px;
|
||||
margin: 4px 4px 4px 4px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
QToolButton:hover {
|
||||
border-image: url(:/qmldesigner/images/pushbutton_hover.png) 3;
|
||||
border-width: 3;
|
||||
}
|
||||
|
||||
QToolButton:pressed {
|
||||
border-image: url(:/qmldesigner/images/pushbutton_pressed.png) 3;
|
||||
border-width: 3;
|
||||
}
|
||||
|
||||
QToolButton:checked
|
||||
{
|
||||
border-image: url(:/qmldesigner/images/pushbutton_pressed.png) 3;
|
||||
border-width: 3;
|
||||
}
|
Reference in New Issue
Block a user