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 3dac79afcea..3dac79afcea 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 d3e29b42050..d3e29b42050 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 f52a6331b51..f52a6331b51 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 e76be0f456d..e76be0f456d 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 383c3ce5ba4..383c3ce5ba4 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 98091b01901..98091b01901 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 d194acb2e20..d194acb2e20 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 6bb95c9c3a0..6bb95c9c3a0 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 3de03accc00..3de03accc00 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 71caf03b644..71caf03b644 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 711cac212ac..711cac212ac 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 37b541168e2..37b541168e2 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 30a5af1e83c..30a5af1e83c 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 3bb69d8e6f4..3bb69d8e6f4 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 37b541168e2..37b541168e2 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 8c713101cd9..8c713101cd9 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 ea36923e197..ea36923e197 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 a11f74dddf7..a11f74dddf7 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 24798c0431a..24798c0431a 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 da03df25fe2..da03df25fe2 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 e435b4a0f79..e435b4a0f79 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 f312bf19fb0..f312bf19fb0 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 385d02a0d75..385d02a0d75 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 3160aa22572..3160aa22572 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 6285ab92747..6285ab92747 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 a76d76fa1cf..a76d76fa1cf 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 32d4bad104e..32d4bad104e 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 050bbf097a4..050bbf097a4 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 3160aa22572..3160aa22572 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 71ee7f29c85..71ee7f29c85 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 9dd9508651a..9dd9508651a 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 3160aa22572..3160aa22572 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 d0f678f4b99..d0f678f4b99 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 ee938ffa934..ee938ffa934 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 99cbd4e693b..99cbd4e693b 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 26ee2557a96..26ee2557a96 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 01cd0f5b3c9..01cd0f5b3c9 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 a3202c63961..a3202c63961 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 9a548ea96ac..9a548ea96ac 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 30410a55704..30410a55704 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 a2443166899..a2443166899 100755..100644
--- a/examples/tutorials/threads/movedobject/main.cpp
+++ b/examples/tutorials/threads/movedobject/main.cpp