diff options
author | Arno <am@disconnect.de> | 2010-12-28 13:32:12 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-12-28 13:32:12 +0100 |
commit | ed5de88d481c31fbad120332651eb746a0c03de3 (patch) | |
tree | 39c5aec18eca4ea29d8250b4f16ecfc4e934df46 /shemov.qrc | |
parent | 6a56c5d5541bd471d78b4797ffccd378c1e73550 (diff) | |
download | SheMov-ed5de88d481c31fbad120332651eb746a0c03de3.tar.gz SheMov-ed5de88d481c31fbad120332651eb746a0c03de3.tar.bz2 SheMov-ed5de88d481c31fbad120332651eb746a0c03de3.zip |
Pimp my filters!
Enhanced the filter function in ArchiveTreeView. The prefixes are gone.
The filter mode is now selectable by menu or toolbar.
Created 7 new icons, also selectable in the configuration menu. As a
bonus the filter QLineEdit now comes with a QCompleter. The
QStringListModel of the completer is filled in a separate thread. The
QThread is only used as a resource for control. The work is done in a
QObject connected to the QThread's started() signal as described in
http://labs.qt.nokia.com/2006/12/04/threading-without-the-headache/
Diffstat (limited to 'shemov.qrc')
-rw-r--r-- | shemov.qrc | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -19,5 +19,13 @@ <file>higheels.png</file> <file>ball_gag.png</file> <file>french_maid_dress.png</file> + <file>shackles.png</file> + <file>steel_collar.png</file> + <file>butt_plug.png</file> + <file>hourglass_figure.png</file> + <file>big_ass.png</file> + <file>big_tit.png</file> + <file>bizarre_amputee.png</file> + <file>spreadingpants.png</file> </qresource> </RCC> |