- FEATURE: Added a button to clear search pattern

- I18N: Fixed swedish translation
This commit is contained in:
Christophe Dumez
2007-10-14 12:21:51 +00:00
parent dea9237aa0
commit a220e01e2e
32 changed files with 419 additions and 386 deletions

View File

@@ -64,6 +64,28 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="clearPatternButton" >
<property name="maximumSize" >
<size>
<width>34</width>
<height>29</height>
</size>
</property>
<property name="text" >
<string/>
</property>
<property name="icon" >
<iconset resource="icons.qrc" >:/Icons/edit_clear.png</iconset>
</property>
<property name="iconSize" >
<size>
<width>30</width>
<height>21</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="search_button" >
<property name="maximumSize" >
@@ -327,7 +349,9 @@
</item>
</layout>
</widget>
<resources/>
<resources>
<include location="icons.qrc" />
</resources>
<connections>
<connection>
<sender>search_pattern</sender>