removed dependency on QT resource

This commit is contained in:
Stojce Slavkovski 2014-04-11 00:54:54 +02:00
parent 112c8946d6
commit 3af3b29588
2 changed files with 35 additions and 17 deletions

View file

@ -9,3 +9,13 @@ QLabel#advancedTuningLabel {
background-repeat: no-repeat;
background-position: left center;
}
QPushButton#buttonBrowseHead,
QPushButton#buttonBrowseBody {
background-image: url(styles/search.svg);
background-repeat: no-repeat;
background-position: center center;
background-color: #fff;
border-radius: 0;
padding: 0;
}

View file

@ -351,18 +351,23 @@ color: #0e7077</string>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>30</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">background-color: #fff;
border-radius: 0;
padding: 0;</string>
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normalon>:/styles/search.svg</normalon>
</iconset>
<property name="iconSize">
<size>
<width>30</width>
<height>30</height>
</size>
</property>
</widget>
</item>
@ -449,18 +454,23 @@ padding: 0;</string>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>30</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">background-color: #fff;
border-radius: 0;
padding: 0;</string>
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normalon>:/styles/search.svg</normalon>
</iconset>
<property name="iconSize">
<size>
<width>30</width>
<height>30</height>
</size>
</property>
</widget>
</item>
@ -1327,9 +1337,7 @@ padding: 0;</string>
<container>1</container>
</customwidget>
</customwidgets>
<resources>
<include location="../resources/resources.qrc"/>
</resources>
<resources/>
<connections>
<connection>
<sender>cancelButton</sender>