mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-08 22:59:31 +02:00
removed dependency on QT resource
This commit is contained in:
parent
112c8946d6
commit
3af3b29588
2 changed files with 35 additions and 17 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue