summaryrefslogtreecommitdiffstats
path: root/examples/tutorials
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials')
-rw-r--r--[-rwxr-xr-x]examples/tutorials/gettingStarted/gsQt/gsqt.pro0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/gettingStarted/gsQt/part1/main.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/gettingStarted/gsQt/part1/part1.pro0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/gettingStarted/gsQt/part2/main.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/gettingStarted/gsQt/part2/part2.pro0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/gettingStarted/gsQt/part3/main.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/gettingStarted/gsQt/part3/part3.pro0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/gettingStarted/gsQt/part4/main.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/gettingStarted/gsQt/part4/part4.pro0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/gettingStarted/gsQt/part5/main.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/gettingStarted/gsQt/part5/part5.pro0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/1_readonly/main.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/1_readonly/mymodel.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/1_readonly/mymodel.h0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/2_formatting/main.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/2_formatting/mymodel.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/2_formatting/mymodel.h0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/3_changingmodel/main.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/3_changingmodel/mymodel.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/3_changingmodel/mymodel.h0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/4_headers/main.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/4_headers/mymodel.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/4_headers/mymodel.h0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/5_edit/main.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/5_edit/mainwindow.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/5_edit/mainwindow.h0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/5_edit/mymodel.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/5_edit/mymodel.h0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/6_treeview/main.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/6_treeview/mainwindow.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/6_treeview/mainwindow.h0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/7_selections/main.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/7_selections/mainwindow.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/modelview/7_selections/mainwindow.h0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/threads/clock/main.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/threads/helloconcurrent/helloconcurrent.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/threads/hellothread/hellothread.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/threads/hellothread/hellothread.h0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/threads/hellothread/main.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/threads/hellothreadpool/hellothreadpool.cpp0
-rw-r--r--[-rwxr-xr-x]examples/tutorials/threads/movedobject/main.cpp0
41 files changed, 0 insertions, 0 deletions
diff --git a/examples/tutorials/gettingStarted/gsQt/gsqt.pro b/examples/tutorials/gettingStarted/gsQt/gsqt.pro
index 3dac79afce..3dac79afce 100755..100644
--- a/examples/tutorials/gettingStarted/gsQt/gsqt.pro
+++ b/examples/tutorials/gettingStarted/gsQt/gsqt.pro
diff --git a/examples/tutorials/gettingStarted/gsQt/part1/main.cpp b/examples/tutorials/gettingStarted/gsQt/part1/main.cpp
index d3e29b4205..d3e29b4205 100755..100644
--- a/examples/tutorials/gettingStarted/gsQt/part1/main.cpp
+++ b/examples/tutorials/gettingStarted/gsQt/part1/main.cpp
diff --git a/examples/tutorials/gettingStarted/gsQt/part1/part1.pro b/examples/tutorials/gettingStarted/gsQt/part1/part1.pro
index f52a6331b5..f52a6331b5 100755..100644
--- a/examples/tutorials/gettingStarted/gsQt/part1/part1.pro
+++ b/examples/tutorials/gettingStarted/gsQt/part1/part1.pro
diff --git a/examples/tutorials/gettingStarted/gsQt/part2/main.cpp b/examples/tutorials/gettingStarted/gsQt/part2/main.cpp
index e76be0f456..e76be0f456 100755..100644
--- a/examples/tutorials/gettingStarted/gsQt/part2/main.cpp
+++ b/examples/tutorials/gettingStarted/gsQt/part2/main.cpp
diff --git a/examples/tutorials/gettingStarted/gsQt/part2/part2.pro b/examples/tutorials/gettingStarted/gsQt/part2/part2.pro
index 383c3ce5ba..383c3ce5ba 100755..100644
--- a/examples/tutorials/gettingStarted/gsQt/part2/part2.pro
+++ b/examples/tutorials/gettingStarted/gsQt/part2/part2.pro
diff --git a/examples/tutorials/gettingStarted/gsQt/part3/main.cpp b/examples/tutorials/gettingStarted/gsQt/part3/main.cpp
index 98091b0190..98091b0190 100755..100644
--- a/examples/tutorials/gettingStarted/gsQt/part3/main.cpp
+++ b/examples/tutorials/gettingStarted/gsQt/part3/main.cpp
diff --git a/examples/tutorials/gettingStarted/gsQt/part3/part3.pro b/examples/tutorials/gettingStarted/gsQt/part3/part3.pro
index d194acb2e2..d194acb2e2 100755..100644
--- a/examples/tutorials/gettingStarted/gsQt/part3/part3.pro
+++ b/examples/tutorials/gettingStarted/gsQt/part3/part3.pro
diff --git a/examples/tutorials/gettingStarted/gsQt/part4/main.cpp b/examples/tutorials/gettingStarted/gsQt/part4/main.cpp
index 6bb95c9c3a..6bb95c9c3a 100755..100644
--- a/examples/tutorials/gettingStarted/gsQt/part4/main.cpp
+++ b/examples/tutorials/gettingStarted/gsQt/part4/main.cpp
diff --git a/examples/tutorials/gettingStarted/gsQt/part4/part4.pro b/examples/tutorials/gettingStarted/gsQt/part4/part4.pro
index 3de03accc0..3de03accc0 100755..100644
--- a/examples/tutorials/gettingStarted/gsQt/part4/part4.pro
+++ b/examples/tutorials/gettingStarted/gsQt/part4/part4.pro
diff --git a/examples/tutorials/gettingStarted/gsQt/part5/main.cpp b/examples/tutorials/gettingStarted/gsQt/part5/main.cpp
index 71caf03b64..71caf03b64 100755..100644
--- a/examples/tutorials/gettingStarted/gsQt/part5/main.cpp
+++ b/examples/tutorials/gettingStarted/gsQt/part5/main.cpp
diff --git a/examples/tutorials/gettingStarted/gsQt/part5/part5.pro b/examples/tutorials/gettingStarted/gsQt/part5/part5.pro
index 711cac212a..711cac212a 100755..100644
--- a/examples/tutorials/gettingStarted/gsQt/part5/part5.pro
+++ b/examples/tutorials/gettingStarted/gsQt/part5/part5.pro
diff --git a/examples/tutorials/modelview/1_readonly/main.cpp b/examples/tutorials/modelview/1_readonly/main.cpp
index 37b541168e..37b541168e 100755..100644
--- a/examples/tutorials/modelview/1_readonly/main.cpp
+++ b/examples/tutorials/modelview/1_readonly/main.cpp
diff --git a/examples/tutorials/modelview/1_readonly/mymodel.cpp b/examples/tutorials/modelview/1_readonly/mymodel.cpp
index 30a5af1e83..30a5af1e83 100755..100644
--- a/examples/tutorials/modelview/1_readonly/mymodel.cpp
+++ b/examples/tutorials/modelview/1_readonly/mymodel.cpp
diff --git a/examples/tutorials/modelview/1_readonly/mymodel.h b/examples/tutorials/modelview/1_readonly/mymodel.h
index 3bb69d8e6f..3bb69d8e6f 100755..100644
--- a/examples/tutorials/modelview/1_readonly/mymodel.h
+++ b/examples/tutorials/modelview/1_readonly/mymodel.h
diff --git a/examples/tutorials/modelview/2_formatting/main.cpp b/examples/tutorials/modelview/2_formatting/main.cpp
index 37b541168e..37b541168e 100755..100644
--- a/examples/tutorials/modelview/2_formatting/main.cpp
+++ b/examples/tutorials/modelview/2_formatting/main.cpp
diff --git a/examples/tutorials/modelview/2_formatting/mymodel.cpp b/examples/tutorials/modelview/2_formatting/mymodel.cpp
index 8c713101cd..8c713101cd 100755..100644
--- a/examples/tutorials/modelview/2_formatting/mymodel.cpp
+++ b/examples/tutorials/modelview/2_formatting/mymodel.cpp
diff --git a/examples/tutorials/modelview/2_formatting/mymodel.h b/examples/tutorials/modelview/2_formatting/mymodel.h
index ea36923e19..ea36923e19 100755..100644
--- a/examples/tutorials/modelview/2_formatting/mymodel.h
+++ b/examples/tutorials/modelview/2_formatting/mymodel.h
diff --git a/examples/tutorials/modelview/3_changingmodel/main.cpp b/examples/tutorials/modelview/3_changingmodel/main.cpp
index a11f74dddf..a11f74dddf 100755..100644
--- a/examples/tutorials/modelview/3_changingmodel/main.cpp
+++ b/examples/tutorials/modelview/3_changingmodel/main.cpp
diff --git a/examples/tutorials/modelview/3_changingmodel/mymodel.cpp b/examples/tutorials/modelview/3_changingmodel/mymodel.cpp
index 24798c0431..24798c0431 100755..100644
--- a/examples/tutorials/modelview/3_changingmodel/mymodel.cpp
+++ b/examples/tutorials/modelview/3_changingmodel/mymodel.cpp
diff --git a/examples/tutorials/modelview/3_changingmodel/mymodel.h b/examples/tutorials/modelview/3_changingmodel/mymodel.h
index da03df25fe..da03df25fe 100755..100644
--- a/examples/tutorials/modelview/3_changingmodel/mymodel.h
+++ b/examples/tutorials/modelview/3_changingmodel/mymodel.h
diff --git a/examples/tutorials/modelview/4_headers/main.cpp b/examples/tutorials/modelview/4_headers/main.cpp
index e435b4a0f7..e435b4a0f7 100755..100644
--- a/examples/tutorials/modelview/4_headers/main.cpp
+++ b/examples/tutorials/modelview/4_headers/main.cpp
diff --git a/examples/tutorials/modelview/4_headers/mymodel.cpp b/examples/tutorials/modelview/4_headers/mymodel.cpp
index f312bf19fb..f312bf19fb 100755..100644
--- a/examples/tutorials/modelview/4_headers/mymodel.cpp
+++ b/examples/tutorials/modelview/4_headers/mymodel.cpp
diff --git a/examples/tutorials/modelview/4_headers/mymodel.h b/examples/tutorials/modelview/4_headers/mymodel.h
index 385d02a0d7..385d02a0d7 100755..100644
--- a/examples/tutorials/modelview/4_headers/mymodel.h
+++ b/examples/tutorials/modelview/4_headers/mymodel.h
diff --git a/examples/tutorials/modelview/5_edit/main.cpp b/examples/tutorials/modelview/5_edit/main.cpp
index 3160aa2257..3160aa2257 100755..100644
--- a/examples/tutorials/modelview/5_edit/main.cpp
+++ b/examples/tutorials/modelview/5_edit/main.cpp
diff --git a/examples/tutorials/modelview/5_edit/mainwindow.cpp b/examples/tutorials/modelview/5_edit/mainwindow.cpp
index 6285ab9274..6285ab9274 100755..100644
--- a/examples/tutorials/modelview/5_edit/mainwindow.cpp
+++ b/examples/tutorials/modelview/5_edit/mainwindow.cpp
diff --git a/examples/tutorials/modelview/5_edit/mainwindow.h b/examples/tutorials/modelview/5_edit/mainwindow.h
index a76d76fa1c..a76d76fa1c 100755..100644
--- a/examples/tutorials/modelview/5_edit/mainwindow.h
+++ b/examples/tutorials/modelview/5_edit/mainwindow.h
diff --git a/examples/tutorials/modelview/5_edit/mymodel.cpp b/examples/tutorials/modelview/5_edit/mymodel.cpp
index 32d4bad104..32d4bad104 100755..100644
--- a/examples/tutorials/modelview/5_edit/mymodel.cpp
+++ b/examples/tutorials/modelview/5_edit/mymodel.cpp
diff --git a/examples/tutorials/modelview/5_edit/mymodel.h b/examples/tutorials/modelview/5_edit/mymodel.h
index 050bbf097a..050bbf097a 100755..100644
--- a/examples/tutorials/modelview/5_edit/mymodel.h
+++ b/examples/tutorials/modelview/5_edit/mymodel.h
diff --git a/examples/tutorials/modelview/6_treeview/main.cpp b/examples/tutorials/modelview/6_treeview/main.cpp
index 3160aa2257..3160aa2257 100755..100644
--- a/examples/tutorials/modelview/6_treeview/main.cpp
+++ b/examples/tutorials/modelview/6_treeview/main.cpp
diff --git a/examples/tutorials/modelview/6_treeview/mainwindow.cpp b/examples/tutorials/modelview/6_treeview/mainwindow.cpp
index 71ee7f29c8..71ee7f29c8 100755..100644
--- a/examples/tutorials/modelview/6_treeview/mainwindow.cpp
+++ b/examples/tutorials/modelview/6_treeview/mainwindow.cpp
diff --git a/examples/tutorials/modelview/6_treeview/mainwindow.h b/examples/tutorials/modelview/6_treeview/mainwindow.h
index 9dd9508651..9dd9508651 100755..100644
--- a/examples/tutorials/modelview/6_treeview/mainwindow.h
+++ b/examples/tutorials/modelview/6_treeview/mainwindow.h
diff --git a/examples/tutorials/modelview/7_selections/main.cpp b/examples/tutorials/modelview/7_selections/main.cpp
index 3160aa2257..3160aa2257 100755..100644
--- a/examples/tutorials/modelview/7_selections/main.cpp
+++ b/examples/tutorials/modelview/7_selections/main.cpp
diff --git a/examples/tutorials/modelview/7_selections/mainwindow.cpp b/examples/tutorials/modelview/7_selections/mainwindow.cpp
index d0f678f4b9..d0f678f4b9 100755..100644
--- a/examples/tutorials/modelview/7_selections/mainwindow.cpp
+++ b/examples/tutorials/modelview/7_selections/mainwindow.cpp
diff --git a/examples/tutorials/modelview/7_selections/mainwindow.h b/examples/tutorials/modelview/7_selections/mainwindow.h
index ee938ffa93..ee938ffa93 100755..100644
--- a/examples/tutorials/modelview/7_selections/mainwindow.h
+++ b/examples/tutorials/modelview/7_selections/mainwindow.h
diff --git a/examples/tutorials/threads/clock/main.cpp b/examples/tutorials/threads/clock/main.cpp
index 99cbd4e693..99cbd4e693 100755..100644
--- a/examples/tutorials/threads/clock/main.cpp
+++ b/examples/tutorials/threads/clock/main.cpp
diff --git a/examples/tutorials/threads/helloconcurrent/helloconcurrent.cpp b/examples/tutorials/threads/helloconcurrent/helloconcurrent.cpp
index 26ee2557a9..26ee2557a9 100755..100644
--- a/examples/tutorials/threads/helloconcurrent/helloconcurrent.cpp
+++ b/examples/tutorials/threads/helloconcurrent/helloconcurrent.cpp
diff --git a/examples/tutorials/threads/hellothread/hellothread.cpp b/examples/tutorials/threads/hellothread/hellothread.cpp
index 01cd0f5b3c..01cd0f5b3c 100755..100644
--- a/examples/tutorials/threads/hellothread/hellothread.cpp
+++ b/examples/tutorials/threads/hellothread/hellothread.cpp
diff --git a/examples/tutorials/threads/hellothread/hellothread.h b/examples/tutorials/threads/hellothread/hellothread.h
index a3202c6396..a3202c6396 100755..100644
--- a/examples/tutorials/threads/hellothread/hellothread.h
+++ b/examples/tutorials/threads/hellothread/hellothread.h
diff --git a/examples/tutorials/threads/hellothread/main.cpp b/examples/tutorials/threads/hellothread/main.cpp
index 9a548ea96a..9a548ea96a 100755..100644
--- a/examples/tutorials/threads/hellothread/main.cpp
+++ b/examples/tutorials/threads/hellothread/main.cpp
diff --git a/examples/tutorials/threads/hellothreadpool/hellothreadpool.cpp b/examples/tutorials/threads/hellothreadpool/hellothreadpool.cpp
index 30410a5570..30410a5570 100755..100644
--- a/examples/tutorials/threads/hellothreadpool/hellothreadpool.cpp
+++ b/examples/tutorials/threads/hellothreadpool/hellothreadpool.cpp
diff --git a/examples/tutorials/threads/movedobject/main.cpp b/examples/tutorials/threads/movedobject/main.cpp
index a244316689..a244316689 100755..100644
--- a/examples/tutorials/threads/movedobject/main.cpp
+++ b/examples/tutorials/threads/movedobject/main.cpp