Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreicherniaev/while1_qcommandlineparser_notifier
https://github.com/andreicherniaev/while1_qcommandlineparser_notifier
command-line command-line-tool qt
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreicherniaev/while1_qcommandlineparser_notifier
- Owner: AndreiCherniaev
- License: apache-2.0
- Created: 2024-01-13T14:43:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-12T06:52:08.000Z (9 months ago)
- Last Synced: 2024-04-12T14:45:42.491Z (9 months ago)
- Topics: command-line, command-line-tool, qt
- Language: C++
- Homepage: https://stackoverflow.com/questions/6878507/using-qsocketnotifier-to-select-on-a-char-device/7389622#7389622
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QSocketNotifier example
Qt example how make multi-thread console app.
Use cmake build system.
Иллюстрация иерархии в QtAbout QThread [see](https://www.toptal.com/qt/qt-multithreading-c-plus-plus)
See also submodule-like [example](https://github.com/juangburgos/QConsoleListener)
See also threads
https://stackoverflow.com/questions/23164492/how-can-i-detect-if-there-is-input-waiting-on-stdin-on-windows/23164552#23164552
https://stackoverflow.com/questions/36861177/how-to-get-qiodevice-like-signals-for-console-input-stdin
https://stackoverflow.com/questions/37880061/qt-console-press-enter-to-exit?noredirect=1&lq=1
https://stackoverflow.com/questions/6878507/using-qsocketnotifier-to-select-on-a-char-device/7389622#7389622