Skip to content

cpeditor/QtFindReplaceDialog

This branch is 12 commits ahead of, 6 commits behind dewhisna/QtFindReplaceDialog:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8528b6e · Jan 13, 2022

History

95 Commits
Jan 13, 2022
Apr 1, 2020
May 15, 2021
Jul 22, 2010
Jul 22, 2010
Nov 28, 2009
Nov 28, 2009
Jul 22, 2010
Aug 9, 2018
Nov 28, 2009

Repository files navigation

QtFindReplaceDialog 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.

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

Packages

No packages published

Languages

  • C++ 83.4%
  • QMake 6.7%
  • CMake 6.1%
  • Shell 2.0%
  • C 1.8%