This commit is contained in:
Kovid Goyal 2010-06-02 15:12:09 -06:00
parent d254bac885
commit 918bf449b5
3 changed files with 22 additions and 3 deletions

View File

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Tag Editor</string>
<string>Saved Search Editor</string>
</property>
<property name="windowIcon">
<iconset>
@ -137,7 +137,11 @@
</layout>
</item>
<item row="1" column="0">
<widget class="QPlainTextEdit" name="search_text"/>
<widget class="QPlainTextEdit" name="search_text">
<property name="toolTip">
<string>Change the contents of the saved search</string>
</property>
</widget>
</item>
</layout>
</widget>

View File

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Tag Editor</string>
<string>User Categories Editor</string>
</property>
<property name="windowIcon">
<iconset>

View File

@ -63,6 +63,12 @@
<iconset>
<normaloff>:/images/trash.svg</normaloff>:/images/trash.svg</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
</widget>
</item>
<item>
@ -77,6 +83,15 @@
<iconset>
<normaloff>:/images/edit_input.svg</normaloff>:/images/edit_input.svg</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</widget>
</item>
</layout>