QtFindReplaceDialog
by Lorenzo BettiniQtFindReplaceDialog is an implementation of a Find/Replace Qt dialog
to be used in qt text edit based applications. A simple Find (only)
dialog is also provided.
The dialogs can be used as a library, or simply by importing the sources into your own applications.
QtFindReplaceDialog is free and open source LGPL software.
Download
Sources and binaries (when available) can be downloaded from http://sourceforge.net/projects/qtfindreplace/files/.
Git repository is available here:
http://gitorious.org/qtfindreplacedialog/qtfindreplacedialog.
Installation
You can use these dialogs in your applications either by copying the
files in the dialogs
directory, or by building the
dialogs as library.
You can build the library by using qmake and then make. For instance, if you use a shadow build (which is reccomended), simply create a build directory and enter there. Then run
qmake -recursive ../qtfindreplacedialog.pro
make
A running example, using the find and find/replace dialogs, can be
found in the directory examples
(this will be built also).
You can specify additional arguments for qmake, for instance, if you
want to build the library statically use CONFIG+=static
.
Then, you can install it using make install
, possibly by
using a specific installation root:
INSTALL_ROOT=$HOME/usr/local make install
License
QtFindReplaceDialog is Open Source, under the LGPL license.
News :
2010-07-22: LGPL v2.1.