wireshark/image/display_filter.qrc
Gerald Combs 1c0deb0fc8 Add Filter Expressions^WButton^WShortcut^WBookmark preferences.
Add comments noting that

- We might want to do something different when the bookmark button is
  pressed.
- The display filters (dfilters file) and gui.filter_expressions
  preferences should be merged.
- Many buttons on Qt4 + OS X + unifiedTitleAndToolBarOnMac makes the
  main window really wide.

Add a qstring_strdup convenience routine. Add "disabled" display filter
edit icons. Fix up whitespace and descriptions in a couple of places.

svn path=/trunk/; revision=47522
2013-02-06 18:22:54 +00:00

19 lines
726 B
Text

<RCC>
<qresource prefix="/dfilter">
<file>dfilter_dropdown.png</file>
<file>dfilter_erase_active.png</file>
<file>dfilter_erase_normal.png</file>
<file>dfilter_erase_selected.png</file>
<file>dfilter_refresh_active.png</file>
<file>dfilter_refresh_normal.png</file>
<file>dfilter_bookmark_normal.png</file>
<file>dfilter_bookmark_hover.png</file>
<file>dfilter_bookmark_pressed.png</file>
<file>dfilter_apply_hover.png</file>
<file>dfilter_apply_normal.png</file>
<file>dfilter_apply_pressed.png</file>
<file>dfilter_apply_disabled.png</file>
<file>dfilter_bookmark_disabled.png</file>
</qresource>
</RCC>