aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Removed incorreced comment in the basic exampleItay Grudev2021-04-281-1/+0
| | | Fixes #131
* Add Qt6 configurationShatur952020-10-243-6/+7
|
* Removed extra qDebug statementsItay Grudev2020-09-091-0/+2
|
* Add library alias for CMakeShatur952020-05-243-3/+3
|
* Merge pull request #103 from Shatur95/update_cmake_examples_versionItay Grudev2020-05-153-3/+3
|\ | | | | Update minimum requered version in examples
| * Update minimum requered versionShatur952020-05-153-3/+3
| |
* | Update CMake examplesShatur952020-05-153-14/+12
|/
* v3.1.0a Added primaryUser()Itay Grudev2020-03-031-0/+3
| | | | Closes #95
* Add CMake support (#66)Hennadii Chernyshchyk2019-10-114-32/+86
| | | | | | | | | | | | | | | * Add CMake support * Remove unused 'tr()' * Add option to specify a class for inheritance * Use modern syntax * Rework CMakeLists.txt Thanks to @akallabeth * Add CMake build rules for examples
* Fix sendmessage (#46)Francis Giraldeau2018-07-273-3/+3
| | | | | | | | | | | | | | | | | | | | * Fix send message example If a secondary instance sends a message immediately after connecting, the message follows the init message. This causes the slotConnectionEstablished to read and consume the tail of the message and interpret it as the checksum. The checksum fails and the connection becomes invalid. To avoid this race, we prefix the init message with its length. This way, we consume only the data relevant to the init message. This patch fixes the sending_arguments example. Signed-off-by: Francis Giraldeau <francis.giraldeau@gmail.com> * Fix include file case Signed-off-by: Francis Giraldeau <francis.giraldeau@nrc-cnrc.gc.ca>
* Bug Fix Calculator example not raising it's window on WindowsItay Grudev2017-02-021-6/+4
|
* Added an example of an application raising the primary instance windowItay Grudev2016-08-106-0/+748
| | | | | | This example uses the Qt Calculator example released under the BSD license. Noted the license difference in the `README.md` and `LICENSE` files.
* Added an example of an application sending it's arguments to the primary ↵Itay Grudev2016-08-104-0/+61
| | | | instance
* Added a basic usage exampleItay Grudev2016-08-102-0/+14