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