Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
tutorials
Commits
dfad6c51
Commit
dfad6c51
authored
10 months ago
by
Ghislain MARY
Browse files
Options
Download
Patches
Plain Diff
Add 02_IncomingCall qt tutorial.
parent
28c66b63
feature/add-qt-tutorial
No related merge requests found
Pipeline
#77503
failed with stage
in 1 minute and 36 seconds
Changes
16
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
qt/02_IncomingCall/.gitignore
+1
-0
qt/02_IncomingCall/.gitignore
qt/02_IncomingCall/CMakeLists.txt
+52
-0
qt/02_IncomingCall/CMakeLists.txt
qt/02_IncomingCall/README.md
+15
-0
qt/02_IncomingCall/README.md
qt/02_IncomingCall/resources.qrc
+7
-0
qt/02_IncomingCall/resources.qrc
qt/02_IncomingCall/src/App.cpp
+49
-0
qt/02_IncomingCall/src/App.cpp
qt/02_IncomingCall/src/App.hpp
+27
-0
qt/02_IncomingCall/src/App.hpp
qt/02_IncomingCall/src/CoreHandler.cpp
+75
-0
qt/02_IncomingCall/src/CoreHandler.cpp
qt/02_IncomingCall/src/CoreHandler.hpp
+49
-0
qt/02_IncomingCall/src/CoreHandler.hpp
qt/02_IncomingCall/src/CoreListener.cpp
+37
-0
qt/02_IncomingCall/src/CoreListener.cpp
qt/02_IncomingCall/src/CoreListener.hpp
+39
-0
qt/02_IncomingCall/src/CoreListener.hpp
qt/02_IncomingCall/src/CoreManager.cpp
+285
-0
qt/02_IncomingCall/src/CoreManager.cpp
qt/02_IncomingCall/src/CoreManager.hpp
+84
-0
qt/02_IncomingCall/src/CoreManager.hpp
qt/02_IncomingCall/src/main.cpp
+29
-0
qt/02_IncomingCall/src/main.cpp
qt/02_IncomingCall/ui/CallPage.qml
+77
-0
qt/02_IncomingCall/ui/CallPage.qml
qt/02_IncomingCall/ui/MainPage.qml
+35
-0
qt/02_IncomingCall/ui/MainPage.qml
qt/02_IncomingCall/ui/RegistrationPage.qml
+57
-0
qt/02_IncomingCall/ui/RegistrationPage.qml
with
918 additions
and
0 deletions
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets