ukui-search/3rd-parties/qtsingleapplication
iaom d2e1d204d9 refactor:使用cmake重新构建项目 2023-08-18 15:26:21 +08:00
..
buildlib refactor:使用cmake重新构建项目 2023-08-18 15:26:21 +08:00
doc refactor:使用cmake重新构建项目 2023-08-18 15:26:21 +08:00
examples refactor:使用cmake重新构建项目 2023-08-18 15:26:21 +08:00
src refactor:使用cmake重新构建项目 2023-08-18 15:26:21 +08:00
CMakeLists.txt refactor:使用cmake重新构建项目 2023-08-18 15:26:21 +08:00
INSTALL.TXT refactor:使用cmake重新构建项目 2023-08-18 15:26:21 +08:00
README.TXT refactor:使用cmake重新构建项目 2023-08-18 15:26:21 +08:00
common.pri refactor:使用cmake重新构建项目 2023-08-18 15:26:21 +08:00
configure refactor:使用cmake重新构建项目 2023-08-18 15:26:21 +08:00
configure.bat refactor:使用cmake重新构建项目 2023-08-18 15:26:21 +08:00
qtsingleapplication.pro refactor:使用cmake重新构建项目 2023-08-18 15:26:21 +08:00

README.TXT

Qt Solutions Component: Single Application

The QtSingleApplication component provides support for
applications that can be only started once per user.



Version history:

2.0: - Version 1.3 ported to Qt 4.

2.1: - Fix compilation problem on Mac.

2.2: - Really fix the Mac compilation problem.
     - Mac: fix crash due to wrong object releasing.
     - Mac: Fix memory leak.

2.3: - Windows: Force creation of internal widget to make it work
     with Qt 4.2.

2.4: - Fix the system for automatic window raising on message
     reception. NOTE: minor API change.

2.5: - Mac: Fix isRunning() to work and report correctly.

2.6: - - initialize() is now obsolete, no longer necessary to call
     it
     - - Fixed race condition where multiple instances migth be started
     - - QtSingleCoreApplication variant provided for non-GUI (console)
     usage
     - Complete reimplementation. Visible changes:
     - LGPL release.