qtbindings 4.6.3.0-x86-mingw32 → 4.6.3.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (662) hide show
  1. data/CHANGELOG.txt +4 -1
  2. data/KNOWN_ISSUES.txt +11 -20
  3. data/README.txt +3 -2
  4. data/TODO.txt +1 -0
  5. data/bin/1.8/rbrcc.exe +0 -0
  6. data/bin/1.8/rbuic4.exe +0 -0
  7. data/bin/1.8/smokeapi.exe +0 -0
  8. data/bin/1.8/smokedeptool.exe +0 -0
  9. data/bin/1.9/rbrcc.exe +0 -0
  10. data/bin/1.9/rbuic4.exe +0 -0
  11. data/bin/1.9/smokeapi.exe +0 -0
  12. data/bin/1.9/smokedeptool.exe +0 -0
  13. data/bin/plugins/{qtaccessiblecompatwidgets4.dll → accessible/qtaccessiblecompatwidgets4.dll} +0 -0
  14. data/bin/plugins/{qtaccessiblewidgets4.dll → accessible/qtaccessiblewidgets4.dll} +0 -0
  15. data/bin/plugins/{qcncodecs4.dll → codecs/qcncodecs4.dll} +0 -0
  16. data/bin/plugins/{qjpcodecs4.dll → codecs/qjpcodecs4.dll} +0 -0
  17. data/bin/plugins/{qkrcodecs4.dll → codecs/qkrcodecs4.dll} +0 -0
  18. data/bin/plugins/{qtwcodecs4.dll → codecs/qtwcodecs4.dll} +0 -0
  19. data/bin/plugins/{arthurplugin.dll → designer/arthurplugin.dll} +0 -0
  20. data/bin/plugins/{containerextension.dll → designer/containerextension.dll} +0 -0
  21. data/bin/plugins/{customwidgetplugin.dll → designer/customwidgetplugin.dll} +0 -0
  22. data/bin/plugins/{phononwidgets.dll → designer/phononwidgets.dll} +0 -0
  23. data/bin/plugins/{qt3supportwidgets.dll → designer/qt3supportwidgets.dll} +0 -0
  24. data/bin/plugins/{qwebview.dll → designer/qwebview.dll} +0 -0
  25. data/bin/plugins/{taskmenuextension.dll → designer/taskmenuextension.dll} +0 -0
  26. data/bin/plugins/{worldtimeclockplugin.dll → designer/worldtimeclockplugin.dll} +0 -0
  27. data/bin/plugins/{qglgraphicssystem4.dll → graphicssystems/qglgraphicssystem4.dll} +0 -0
  28. data/bin/plugins/{qtracegraphicssystem4.dll → graphicssystems/qtracegraphicssystem4.dll} +0 -0
  29. data/bin/plugins/{qsvgicon4.dll → iconengines/qsvgicon4.dll} +0 -0
  30. data/bin/plugins/{qgif4.dll → imageformats/qgif4.dll} +0 -0
  31. data/bin/plugins/{qico4.dll → imageformats/qico4.dll} +0 -0
  32. data/bin/plugins/{qjpeg4.dll → imageformats/qjpeg4.dll} +0 -0
  33. data/bin/plugins/{qmng4.dll → imageformats/qmng4.dll} +0 -0
  34. data/bin/plugins/{qsvg4.dll → imageformats/qsvg4.dll} +0 -0
  35. data/bin/plugins/{qtiff4.dll → imageformats/qtiff4.dll} +0 -0
  36. data/bin/plugins/phonon_backend/phonon_ds94.dll +0 -0
  37. data/bin/plugins/{qsqlite4.dll → sqldrivers/qsqlite4.dll} +0 -0
  38. data/bin/plugins/{qsqlodbc4.dll → sqldrivers/qsqlodbc4.dll} +0 -0
  39. data/examples/designer/calculatorbuilder/main.rb +2 -2
  40. data/examples/designer/calculatorform/calculatorform.rb +1 -1
  41. data/examples/designer/calculatorform/main.rb +1 -1
  42. data/examples/desktop/screenshot/main.rb +1 -1
  43. data/examples/desktop/systray/main.rb +2 -2
  44. data/examples/dialogs/complexwizard/licensewizard.rb +1 -1
  45. data/examples/dialogs/complexwizard/main.rb +1 -1
  46. data/examples/dialogs/configdialog/configdialog.rb +1 -1
  47. data/examples/dialogs/configdialog/main.rb +1 -1
  48. data/examples/dialogs/extension/main.rb +1 -1
  49. data/examples/dialogs/findfiles/main.rb +1 -1
  50. data/examples/dialogs/simplewizard/classwizard.rb +4 -4
  51. data/examples/dialogs/simplewizard/main.rb +1 -1
  52. data/examples/dialogs/standarddialogs/main.rb +1 -1
  53. data/examples/dialogs/tabdialog/main.rb +1 -1
  54. data/examples/draganddrop/draggableicons/main.rb +1 -1
  55. data/examples/draganddrop/draggabletext/dragwidget.rb +1 -1
  56. data/examples/draganddrop/draggabletext/main.rb +1 -1
  57. data/examples/draganddrop/dropsite/dropsitewindow.rb +1 -1
  58. data/examples/draganddrop/dropsite/main.rb +1 -1
  59. data/examples/draganddrop/fridgemagnets/dragwidget.rb +1 -1
  60. data/examples/draganddrop/fridgemagnets/main.rb +1 -1
  61. data/examples/draganddrop/puzzle/main.rb +1 -1
  62. data/examples/draganddrop/puzzle/mainwindow.rb +2 -2
  63. data/examples/graphicsview/collidingmice/main.rb +2 -2
  64. data/examples/graphicsview/dragdroprobot/main.rb +3 -3
  65. data/examples/itemviews/chart/main.rb +2 -2
  66. data/examples/itemviews/chart/mainwindow.rb +1 -1
  67. data/examples/itemviews/chart/pieview.rb +2 -2
  68. data/examples/itemviews/pixelator/main.rb +2 -2
  69. data/examples/itemviews/pixelator/mainwindow.rb +2 -2
  70. data/examples/itemviews/puzzle/main.rb +1 -1
  71. data/examples/itemviews/puzzle/mainwindow.rb +2 -2
  72. data/examples/itemviews/simpledommodel/dommodel.rb +7 -7
  73. data/examples/itemviews/simpledommodel/main.rb +1 -1
  74. data/examples/itemviews/simpledommodel/mainwindow.rb +1 -1
  75. data/examples/itemviews/simpletreemodel/main.rb +2 -2
  76. data/examples/itemviews/simpletreemodel/treemodel.rb +1 -1
  77. data/examples/itemviews/sortingmodel/main.rb +1 -1
  78. data/examples/itemviews/sortingmodel/treemodel.rb +1 -1
  79. data/examples/itemviews/spinboxdelegate/main.rb +1 -1
  80. data/examples/itemviews/spinboxdelegate/spinboxdelegate.rb +2 -2
  81. data/examples/layouts/basiclayouts/main.rb +1 -1
  82. data/examples/layouts/borderlayout/main.rb +1 -1
  83. data/examples/layouts/borderlayout/window.rb +1 -1
  84. data/examples/layouts/flowlayouts/main.rb +1 -1
  85. data/examples/layouts/flowlayouts/window.rb +1 -1
  86. data/examples/mainwindows/application/main.rb +1 -1
  87. data/examples/mainwindows/dockwidgets/main.rb +1 -1
  88. data/examples/mainwindows/dockwidgets/mainwindow.rb +1 -1
  89. data/examples/mainwindows/mdi/main.rb +1 -1
  90. data/examples/mainwindows/mdi/mainwindow.rb +1 -1
  91. data/examples/mainwindows/mdi/mdichild.rb +1 -1
  92. data/examples/mainwindows/menus/main.rb +1 -1
  93. data/examples/mainwindows/recentfiles/main.rb +1 -1
  94. data/examples/mainwindows/sdi/main.rb +1 -1
  95. data/examples/network/broadcastreceiver/main.rb +1 -1
  96. data/examples/network/broadcastsender/main.rb +1 -1
  97. data/examples/network/fortuneclient/client.rb +3 -4
  98. data/examples/network/fortuneclient/main.rb +1 -1
  99. data/examples/network/fortuneserver/main.rb +1 -1
  100. data/examples/network/ftp/main.rb +1 -1
  101. data/examples/network/http/main.rb +1 -1
  102. data/examples/network/loopback/main.rb +1 -1
  103. data/examples/opengl/grabber/main.rb +1 -1
  104. data/examples/opengl/grabber/mainwindow.rb +1 -1
  105. data/examples/opengl/hellogl/main.rb +1 -1
  106. data/examples/opengl/hellogl/window.rb +1 -1
  107. data/examples/opengl/textures/main.rb +1 -1
  108. data/examples/opengl/textures/window.rb +1 -1
  109. data/examples/painting/basicdrawing/main.rb +1 -1
  110. data/examples/painting/basicdrawing/renderarea.rb +13 -13
  111. data/examples/painting/basicdrawing/window.rb +1 -1
  112. data/examples/painting/concentriccircles/main.rb +1 -1
  113. data/examples/painting/concentriccircles/window.rb +1 -1
  114. data/examples/painting/fontsampler/main.rb +1 -1
  115. data/examples/painting/fontsampler/mainwindow.rb +2 -2
  116. data/examples/painting/fontsampler/previewdialog.rb +2 -2
  117. data/examples/painting/imagecomposition/main.rb +2 -2
  118. data/examples/painting/painterpaths/main.rb +1 -1
  119. data/examples/painting/painterpaths/window.rb +1 -1
  120. data/examples/painting/svgviewer/main.rb +2 -2
  121. data/examples/painting/svgviewer/mainwindow.rb +1 -1
  122. data/examples/painting/svgviewer/svgwindow.rb +1 -1
  123. data/examples/painting/transformations/main.rb +1 -1
  124. data/examples/painting/transformations/renderarea.rb +4 -4
  125. data/examples/painting/transformations/window.rb +1 -1
  126. data/examples/qdbus/chat/chat.rb +2 -2
  127. data/examples/qdbus/complexpingpong/complexping.rb +1 -1
  128. data/examples/qdbus/complexpingpong/complexpong.rb +1 -1
  129. data/examples/qdbus/pingpong/ping.rb +1 -1
  130. data/examples/qdbus/pingpong/pong.rb +1 -1
  131. data/examples/qdbus/remotecontrolledcar/car/main.rb +1 -1
  132. data/examples/qdbus/remotecontrolledcar/controller/controller.rb +1 -1
  133. data/examples/qdbus/remotecontrolledcar/controller/main.rb +1 -1
  134. data/examples/richtext/calendar/main.rb +1 -1
  135. data/examples/richtext/orderform/main.rb +1 -1
  136. data/examples/richtext/orderform/mainwindow.rb +1 -1
  137. data/examples/richtext/syntaxhighlighter/main.rb +1 -1
  138. data/examples/richtext/syntaxhighlighter/mainwindow.rb +1 -1
  139. data/examples/ruboids/release.rb +2 -2
  140. data/examples/ruboids/ruboids/Boid.rb +4 -4
  141. data/examples/ruboids/ruboids/BoidView.rb +1 -1
  142. data/examples/ruboids/ruboids/Camera.rb +1 -1
  143. data/examples/ruboids/ruboids/CameraDialog.rb +2 -2
  144. data/examples/ruboids/ruboids/Canvas.rb +5 -5
  145. data/examples/ruboids/ruboids/Cloud.rb +3 -3
  146. data/examples/ruboids/ruboids/CloudView.rb +5 -5
  147. data/examples/ruboids/ruboids/Flock.rb +3 -3
  148. data/examples/ruboids/ruboids/Graphics.rb +1 -1
  149. data/examples/ruboids/ruboids/Thing.rb +1 -1
  150. data/examples/ruboids/ruboids/Triangle.rb +1 -1
  151. data/examples/ruboids/ruboids/World.rb +6 -6
  152. data/examples/ruboids/ruboids/WorldWindow.rb +2 -2
  153. data/examples/ruboids/ruboids/ruboids.rb +4 -4
  154. data/examples/textedit/textedit.rb +1 -1
  155. data/examples/tutorial/t10/t10.rb +2 -2
  156. data/examples/tutorial/t11/t11.rb +2 -2
  157. data/examples/tutorial/t12/t12.rb +2 -2
  158. data/examples/tutorial/t13/gamebrd.rb +2 -2
  159. data/examples/tutorial/t13/t13.rb +1 -1
  160. data/examples/tutorial/t14/cannon.rb +1 -1
  161. data/examples/tutorial/t14/gamebrd.rb +2 -2
  162. data/examples/tutorial/t14/t14.rb +1 -1
  163. data/examples/tutorial/t7/t7.rb +1 -1
  164. data/examples/tutorial/t8/t8.rb +2 -2
  165. data/examples/tutorial/t9/t9.rb +2 -2
  166. data/examples/widgets/analogclock/main.rb +1 -1
  167. data/examples/widgets/calculator/calculator.rb +1 -1
  168. data/examples/widgets/calculator/main.rb +1 -1
  169. data/examples/widgets/charactermap/main.rb +1 -1
  170. data/examples/widgets/charactermap/mainwindow.rb +2 -2
  171. data/examples/widgets/digitalclock/main.rb +1 -1
  172. data/examples/widgets/groupbox/main.rb +1 -1
  173. data/examples/widgets/icons/main.rb +1 -1
  174. data/examples/widgets/icons/mainwindow.rb +3 -3
  175. data/examples/widgets/imageviewer/main.rb +1 -1
  176. data/examples/widgets/lineedits/main.rb +1 -1
  177. data/examples/widgets/lineedits/window.rb +2 -2
  178. data/examples/widgets/movie/main.rb +1 -1
  179. data/examples/widgets/screenshot/main.rb +1 -1
  180. data/examples/widgets/scribble/main.rb +1 -1
  181. data/examples/widgets/scribble/mainwindow.rb +1 -1
  182. data/examples/widgets/sliders/main.rb +1 -1
  183. data/examples/widgets/sliders/slidersgroup.rb +1 -1
  184. data/examples/widgets/sliders/window.rb +3 -3
  185. data/examples/widgets/spinboxes/main.rb +1 -1
  186. data/examples/widgets/tetrix/main.rb +1 -1
  187. data/examples/widgets/tetrix/tetrixboard.rb +7 -7
  188. data/examples/widgets/tetrix/tetrixwindow.rb +1 -1
  189. data/examples/widgets/tooltips/main.rb +1 -1
  190. data/examples/widgets/tooltips/sortingbox.rb +1 -1
  191. data/examples/widgets/wiggly/dialog.rb +2 -2
  192. data/examples/widgets/wiggly/main.rb +1 -1
  193. data/examples/widgets/windowflags/controllerwindow.rb +1 -1
  194. data/examples/widgets/windowflags/main.rb +1 -1
  195. data/examples/xml/dombookmarks/main.rb +1 -1
  196. data/examples/xml/dombookmarks/mainwindow.rb +1 -1
  197. data/examples/xml/saxbookmarks/main.rb +1 -1
  198. data/examples/xml/saxbookmarks/mainwindow.rb +1 -1
  199. data/examples/xml/saxbookmarks/xbelhandler.rb +1 -1
  200. data/ext/cmake/modules/MacroOptionalAddBindings.cmake +2 -2
  201. data/ext/generator/generators/smoke/helpers.cpp +4 -3
  202. data/ext/generator/generators/smoke/writeSmokeDataFile.cpp +1 -1
  203. data/ext/ruby/CMakeLists.txt +1 -0
  204. data/ext/ruby/qtdeclarative/CMakeLists.txt +17 -0
  205. data/ext/ruby/qtdeclarative/qtdeclarative.cpp +66 -0
  206. data/ext/ruby/qtdeclarative/qtdeclarative.rb +17 -0
  207. data/ext/ruby/qtdeclarative/qtdeclarativehandlers.cpp +35 -0
  208. data/ext/ruby/qtruby/src/Qt.cpp +30 -21
  209. data/ext/ruby/qtruby/src/qtruby.cpp +8 -3
  210. data/ext/smoke/CMakeLists.txt +1 -0
  211. data/ext/smoke/qtcore/QtGuess.txt +1 -0
  212. data/ext/smoke/qtcore/smokeconfig.xml +1 -0
  213. data/ext/smoke/qtdeclarative/CMakeLists.txt +45 -0
  214. data/ext/smoke/qtdeclarative/config.xml.cmake +12 -0
  215. data/ext/smoke/qtdeclarative/qtdeclarative_includes.h +3 -0
  216. data/ext/smoke/qtdeclarative/smokeconfig.xml +58 -0
  217. data/ext/smoke/qtdeclarative_smoke.h +16 -0
  218. data/ext/smoke/qtnetwork/smokeconfig.xml +14 -11
  219. data/ext/smoke/qtopengl/smokeconfig.xml +1 -0
  220. data/ext/smoke/qtsql/CMakeLists.txt +4 -0
  221. data/ext/smoke/qtsql/qtsql_includes.h +1 -0
  222. data/ext/smoke/qtsql/smokeconfig.xml +3 -0
  223. data/extconf.rb +64 -18
  224. data/lib/1.8/libqtruby4shared.dll +0 -0
  225. data/lib/1.8/libsmokebase.dll +0 -0
  226. data/lib/1.8/libsmokeqtcore.dll +0 -0
  227. data/lib/1.8/libsmokeqtgui.dll +0 -0
  228. data/lib/1.8/libsmokeqtmultimedia.dll +0 -0
  229. data/lib/1.8/libsmokeqtnetwork.dll +0 -0
  230. data/lib/1.8/libsmokeqtopengl.dll +0 -0
  231. data/lib/1.8/libsmokeqtscript.dll +0 -0
  232. data/lib/1.8/libsmokeqtsql.dll +0 -0
  233. data/lib/1.8/libsmokeqtsvg.dll +0 -0
  234. data/lib/1.8/libsmokeqttest.dll +0 -0
  235. data/lib/1.8/libsmokeqtuitools.dll +0 -0
  236. data/lib/1.8/libsmokeqtwebkit.dll +0 -0
  237. data/lib/1.8/libsmokeqtxml.dll +0 -0
  238. data/lib/1.8/libsmokeqtxmlpatterns.dll +0 -0
  239. data/lib/1.8/qtruby4.so +0 -0
  240. data/lib/1.8/qtscript.so +0 -0
  241. data/lib/1.8/qttest.so +0 -0
  242. data/lib/1.8/qtuitools.so +0 -0
  243. data/lib/1.8/qtwebkit.so +0 -0
  244. data/lib/1.9/libqtruby4shared.dll +0 -0
  245. data/lib/1.9/libsmokebase.dll +0 -0
  246. data/lib/1.9/libsmokeqtcore.dll +0 -0
  247. data/lib/1.9/libsmokeqtgui.dll +0 -0
  248. data/lib/1.9/libsmokeqtmultimedia.dll +0 -0
  249. data/lib/1.9/libsmokeqtnetwork.dll +0 -0
  250. data/lib/1.9/libsmokeqtopengl.dll +0 -0
  251. data/lib/1.9/libsmokeqtscript.dll +0 -0
  252. data/lib/1.9/libsmokeqtsql.dll +0 -0
  253. data/lib/1.9/libsmokeqtsvg.dll +0 -0
  254. data/lib/1.9/libsmokeqttest.dll +0 -0
  255. data/lib/1.9/libsmokeqtuitools.dll +0 -0
  256. data/lib/1.9/libsmokeqtwebkit.dll +0 -0
  257. data/lib/1.9/libsmokeqtxml.dll +0 -0
  258. data/lib/1.9/libsmokeqtxmlpatterns.dll +0 -0
  259. data/lib/1.9/qtruby4.so +0 -0
  260. data/lib/1.9/qtscript.so +0 -0
  261. data/lib/1.9/qttest.so +0 -0
  262. data/lib/1.9/qtuitools.so +0 -0
  263. data/lib/1.9/qtwebkit.so +0 -0
  264. data/lib/Qt/qtruby4.rb +3177 -3140
  265. data/lib/qtbindings_version.rb +2 -2
  266. metadata +39 -425
  267. data/examples/qtscribble/scribble.rb +0 -270
  268. data/ext/ruby/qtruby/examples/base/kicons.rb +0 -54
  269. data/ext/ruby/qtruby/examples/base/rui.rb +0 -21
  270. data/ext/ruby/qtruby/examples/designer/calculatorbuilder/calculatorbuilder.qrc +0 -5
  271. data/ext/ruby/qtruby/examples/designer/calculatorbuilder/calculatorform.rb +0 -60
  272. data/ext/ruby/qtruby/examples/designer/calculatorbuilder/calculatorform.ui +0 -299
  273. data/ext/ruby/qtruby/examples/designer/calculatorbuilder/main.rb +0 -33
  274. data/ext/ruby/qtruby/examples/designer/calculatorbuilder/makefile +0 -2
  275. data/ext/ruby/qtruby/examples/designer/calculatorform/calculatorform.rb +0 -46
  276. data/ext/ruby/qtruby/examples/designer/calculatorform/calculatorform.ui +0 -277
  277. data/ext/ruby/qtruby/examples/designer/calculatorform/main.rb +0 -32
  278. data/ext/ruby/qtruby/examples/designer/calculatorform/makefile +0 -3
  279. data/ext/ruby/qtruby/examples/desktop/screenshot/main.rb +0 -32
  280. data/ext/ruby/qtruby/examples/desktop/screenshot/screenshot.rb +0 -156
  281. data/ext/ruby/qtruby/examples/desktop/systray/images/bad.svg +0 -64
  282. data/ext/ruby/qtruby/examples/desktop/systray/images/heart.svg +0 -55
  283. data/ext/ruby/qtruby/examples/desktop/systray/images/trash.svg +0 -58
  284. data/ext/ruby/qtruby/examples/desktop/systray/main.rb +0 -41
  285. data/ext/ruby/qtruby/examples/desktop/systray/makefile +0 -2
  286. data/ext/ruby/qtruby/examples/desktop/systray/systray.qrc +0 -7
  287. data/ext/ruby/qtruby/examples/desktop/systray/window.rb +0 -223
  288. data/ext/ruby/qtruby/examples/dialogs/complexwizard/complexwizard.rb +0 -140
  289. data/ext/ruby/qtruby/examples/dialogs/complexwizard/licensewizard.rb +0 -294
  290. data/ext/ruby/qtruby/examples/dialogs/complexwizard/main.rb +0 -31
  291. data/ext/ruby/qtruby/examples/dialogs/configdialog/configdialog.rb +0 -109
  292. data/ext/ruby/qtruby/examples/dialogs/configdialog/images/config.png +0 -0
  293. data/ext/ruby/qtruby/examples/dialogs/configdialog/images/query.png +0 -0
  294. data/ext/ruby/qtruby/examples/dialogs/configdialog/images/update.png +0 -0
  295. data/ext/ruby/qtruby/examples/dialogs/configdialog/main.rb +0 -31
  296. data/ext/ruby/qtruby/examples/dialogs/configdialog/pages.rb +0 -140
  297. data/ext/ruby/qtruby/examples/dialogs/extension/finddialog.rb +0 -89
  298. data/ext/ruby/qtruby/examples/dialogs/extension/main.rb +0 -31
  299. data/ext/ruby/qtruby/examples/dialogs/findfiles/main.rb +0 -32
  300. data/ext/ruby/qtruby/examples/dialogs/findfiles/window.rb +0 -177
  301. data/ext/ruby/qtruby/examples/dialogs/simplewizard/classwizard.rb +0 -374
  302. data/ext/ruby/qtruby/examples/dialogs/simplewizard/main.rb +0 -31
  303. data/ext/ruby/qtruby/examples/dialogs/simplewizard/simplewizard.rb +0 -110
  304. data/ext/ruby/qtruby/examples/dialogs/standarddialogs/dialog.rb +0 -340
  305. data/ext/ruby/qtruby/examples/dialogs/standarddialogs/main.rb +0 -31
  306. data/ext/ruby/qtruby/examples/dialogs/tabdialog/main.rb +0 -38
  307. data/ext/ruby/qtruby/examples/dialogs/tabdialog/tabdialog.rb +0 -178
  308. data/ext/ruby/qtruby/examples/draganddrop/draggableicons/dragwidget.rb +0 -125
  309. data/ext/ruby/qtruby/examples/draganddrop/draggableicons/images/boat.png +0 -0
  310. data/ext/ruby/qtruby/examples/draganddrop/draggableicons/images/car.png +0 -0
  311. data/ext/ruby/qtruby/examples/draganddrop/draggableicons/images/house.png +0 -0
  312. data/ext/ruby/qtruby/examples/draganddrop/draggableicons/main.rb +0 -41
  313. data/ext/ruby/qtruby/examples/draganddrop/draggabletext/draglabel.rb +0 -51
  314. data/ext/ruby/qtruby/examples/draganddrop/draggabletext/dragwidget.rb +0 -94
  315. data/ext/ruby/qtruby/examples/draganddrop/draggabletext/main.rb +0 -33
  316. data/ext/ruby/qtruby/examples/draganddrop/draggabletext/words.txt +0 -41
  317. data/ext/ruby/qtruby/examples/draganddrop/dropsite/dropsitewidget.rb +0 -98
  318. data/ext/ruby/qtruby/examples/draganddrop/dropsite/dropsitewindow.rb +0 -114
  319. data/ext/ruby/qtruby/examples/draganddrop/dropsite/main.rb +0 -33
  320. data/ext/ruby/qtruby/examples/draganddrop/fridgemagnets/draglabel.rb +0 -78
  321. data/ext/ruby/qtruby/examples/draganddrop/fridgemagnets/dragwidget.rb +0 -130
  322. data/ext/ruby/qtruby/examples/draganddrop/fridgemagnets/main.rb +0 -33
  323. data/ext/ruby/qtruby/examples/draganddrop/fridgemagnets/words.txt +0 -48
  324. data/ext/ruby/qtruby/examples/draganddrop/puzzle/example.jpg +0 -0
  325. data/ext/ruby/qtruby/examples/draganddrop/puzzle/main.rb +0 -33
  326. data/ext/ruby/qtruby/examples/draganddrop/puzzle/mainwindow.rb +0 -136
  327. data/ext/ruby/qtruby/examples/draganddrop/puzzle/pieceslist.rb +0 -95
  328. data/ext/ruby/qtruby/examples/draganddrop/puzzle/puzzlewidget.rb +0 -190
  329. data/ext/ruby/qtruby/examples/graphicsview/collidingmice/images/cheese.jpg +0 -0
  330. data/ext/ruby/qtruby/examples/graphicsview/collidingmice/main.rb +0 -53
  331. data/ext/ruby/qtruby/examples/graphicsview/collidingmice/makefile +0 -2
  332. data/ext/ruby/qtruby/examples/graphicsview/collidingmice/mice.qrc +0 -5
  333. data/ext/ruby/qtruby/examples/graphicsview/collidingmice/mouse.rb +0 -176
  334. data/ext/ruby/qtruby/examples/graphicsview/dragdroprobot/coloritem.rb +0 -86
  335. data/ext/ruby/qtruby/examples/graphicsview/dragdroprobot/images/head.png +0 -0
  336. data/ext/ruby/qtruby/examples/graphicsview/dragdroprobot/main.rb +0 -57
  337. data/ext/ruby/qtruby/examples/graphicsview/dragdroprobot/makefile +0 -2
  338. data/ext/ruby/qtruby/examples/graphicsview/dragdroprobot/robot.qrc +0 -5
  339. data/ext/ruby/qtruby/examples/graphicsview/dragdroprobot/robot.rb +0 -246
  340. data/ext/ruby/qtruby/examples/itemviews/chart/chart.qrc +0 -5
  341. data/ext/ruby/qtruby/examples/itemviews/chart/main.rb +0 -33
  342. data/ext/ruby/qtruby/examples/itemviews/chart/mainwindow.rb +0 -151
  343. data/ext/ruby/qtruby/examples/itemviews/chart/makefile +0 -2
  344. data/ext/ruby/qtruby/examples/itemviews/chart/mydata.cht +0 -8
  345. data/ext/ruby/qtruby/examples/itemviews/chart/pieview.rb +0 -516
  346. data/ext/ruby/qtruby/examples/itemviews/chart/qtdata.cht +0 -14
  347. data/ext/ruby/qtruby/examples/itemviews/dirview/main.rb +0 -39
  348. data/ext/ruby/qtruby/examples/itemviews/pixelator/imagemodel.rb +0 -51
  349. data/ext/ruby/qtruby/examples/itemviews/pixelator/images.qrc +0 -5
  350. data/ext/ruby/qtruby/examples/itemviews/pixelator/images/qt.png +0 -0
  351. data/ext/ruby/qtruby/examples/itemviews/pixelator/main.rb +0 -34
  352. data/ext/ruby/qtruby/examples/itemviews/pixelator/mainwindow.rb +0 -218
  353. data/ext/ruby/qtruby/examples/itemviews/pixelator/makefile +0 -3
  354. data/ext/ruby/qtruby/examples/itemviews/pixelator/pixeldelegate.rb +0 -67
  355. data/ext/ruby/qtruby/examples/itemviews/puzzle/example.jpg +0 -0
  356. data/ext/ruby/qtruby/examples/itemviews/puzzle/main.rb +0 -36
  357. data/ext/ruby/qtruby/examples/itemviews/puzzle/mainwindow.rb +0 -143
  358. data/ext/ruby/qtruby/examples/itemviews/puzzle/piecesmodel.rb +0 -174
  359. data/ext/ruby/qtruby/examples/itemviews/puzzle/puzzlewidget.rb +0 -192
  360. data/ext/ruby/qtruby/examples/itemviews/simpledommodel/domitem.rb +0 -62
  361. data/ext/ruby/qtruby/examples/itemviews/simpledommodel/dommodel.rb +0 -139
  362. data/ext/ruby/qtruby/examples/itemviews/simpledommodel/main.rb +0 -33
  363. data/ext/ruby/qtruby/examples/itemviews/simpledommodel/mainwindow.rb +0 -66
  364. data/ext/ruby/qtruby/examples/itemviews/simpletreemodel/default.txt +0 -40
  365. data/ext/ruby/qtruby/examples/itemviews/simpletreemodel/main.rb +0 -41
  366. data/ext/ruby/qtruby/examples/itemviews/simpletreemodel/makefile +0 -2
  367. data/ext/ruby/qtruby/examples/itemviews/simpletreemodel/simpletreemodel.qrc +0 -5
  368. data/ext/ruby/qtruby/examples/itemviews/simpletreemodel/treeitem.rb +0 -67
  369. data/ext/ruby/qtruby/examples/itemviews/simpletreemodel/treemodel.rb +0 -164
  370. data/ext/ruby/qtruby/examples/itemviews/sortingmodel/default.txt +0 -40
  371. data/ext/ruby/qtruby/examples/itemviews/sortingmodel/main.rb +0 -53
  372. data/ext/ruby/qtruby/examples/itemviews/sortingmodel/treeitem.rb +0 -73
  373. data/ext/ruby/qtruby/examples/itemviews/sortingmodel/treemodel.rb +0 -166
  374. data/ext/ruby/qtruby/examples/itemviews/spinboxdelegate/main.rb +0 -47
  375. data/ext/ruby/qtruby/examples/itemviews/spinboxdelegate/spinboxdelegate.rb +0 -62
  376. data/ext/ruby/qtruby/examples/killerfilter/killerfilter.rb +0 -55
  377. data/ext/ruby/qtruby/examples/layouts/basiclayouts/dialog.rb +0 -110
  378. data/ext/ruby/qtruby/examples/layouts/basiclayouts/main.rb +0 -31
  379. data/ext/ruby/qtruby/examples/layouts/borderlayout/borderlayout.rb +0 -190
  380. data/ext/ruby/qtruby/examples/layouts/borderlayout/main.rb +0 -32
  381. data/ext/ruby/qtruby/examples/layouts/borderlayout/window.rb +0 -52
  382. data/ext/ruby/qtruby/examples/layouts/flowlayouts/flowlayout.rb +0 -108
  383. data/ext/ruby/qtruby/examples/layouts/flowlayouts/main.rb +0 -32
  384. data/ext/ruby/qtruby/examples/layouts/flowlayouts/window.rb +0 -43
  385. data/ext/ruby/qtruby/examples/mainwindows/application/images/copy.png +0 -0
  386. data/ext/ruby/qtruby/examples/mainwindows/application/images/cut.png +0 -0
  387. data/ext/ruby/qtruby/examples/mainwindows/application/images/new.png +0 -0
  388. data/ext/ruby/qtruby/examples/mainwindows/application/images/open.png +0 -0
  389. data/ext/ruby/qtruby/examples/mainwindows/application/images/paste.png +0 -0
  390. data/ext/ruby/qtruby/examples/mainwindows/application/images/save.png +0 -0
  391. data/ext/ruby/qtruby/examples/mainwindows/application/main.rb +0 -32
  392. data/ext/ruby/qtruby/examples/mainwindows/application/mainwindow.rb +0 -285
  393. data/ext/ruby/qtruby/examples/mainwindows/dockwidgets/images/new.png +0 -0
  394. data/ext/ruby/qtruby/examples/mainwindows/dockwidgets/images/print.png +0 -0
  395. data/ext/ruby/qtruby/examples/mainwindows/dockwidgets/images/save.png +0 -0
  396. data/ext/ruby/qtruby/examples/mainwindows/dockwidgets/images/undo.png +0 -0
  397. data/ext/ruby/qtruby/examples/mainwindows/dockwidgets/main.rb +0 -32
  398. data/ext/ruby/qtruby/examples/mainwindows/dockwidgets/mainwindow.rb +0 -302
  399. data/ext/ruby/qtruby/examples/mainwindows/mdi/images/copy.png +0 -0
  400. data/ext/ruby/qtruby/examples/mainwindows/mdi/images/cut.png +0 -0
  401. data/ext/ruby/qtruby/examples/mainwindows/mdi/images/new.png +0 -0
  402. data/ext/ruby/qtruby/examples/mainwindows/mdi/images/open.png +0 -0
  403. data/ext/ruby/qtruby/examples/mainwindows/mdi/images/paste.png +0 -0
  404. data/ext/ruby/qtruby/examples/mainwindows/mdi/images/save.png +0 -0
  405. data/ext/ruby/qtruby/examples/mainwindows/mdi/main.rb +0 -32
  406. data/ext/ruby/qtruby/examples/mainwindows/mdi/mainwindow.rb +0 -363
  407. data/ext/ruby/qtruby/examples/mainwindows/mdi/mdichild.rb +0 -152
  408. data/ext/ruby/qtruby/examples/mainwindows/menus/main.rb +0 -32
  409. data/ext/ruby/qtruby/examples/mainwindows/menus/mainwindow.rb +0 -327
  410. data/ext/ruby/qtruby/examples/mainwindows/recentfiles/main.rb +0 -32
  411. data/ext/ruby/qtruby/examples/mainwindows/recentfiles/mainwindow.rb +0 -258
  412. data/ext/ruby/qtruby/examples/mainwindows/sdi/images/copy.png +0 -0
  413. data/ext/ruby/qtruby/examples/mainwindows/sdi/images/cut.png +0 -0
  414. data/ext/ruby/qtruby/examples/mainwindows/sdi/images/new.png +0 -0
  415. data/ext/ruby/qtruby/examples/mainwindows/sdi/images/open.png +0 -0
  416. data/ext/ruby/qtruby/examples/mainwindows/sdi/images/paste.png +0 -0
  417. data/ext/ruby/qtruby/examples/mainwindows/sdi/images/save.png +0 -0
  418. data/ext/ruby/qtruby/examples/mainwindows/sdi/main.rb +0 -32
  419. data/ext/ruby/qtruby/examples/mainwindows/sdi/mainwindow.rb +0 -335
  420. data/ext/ruby/qtruby/examples/network/broadcastreceiver/main.rb +0 -32
  421. data/ext/ruby/qtruby/examples/network/broadcastreceiver/receiver.rb +0 -64
  422. data/ext/ruby/qtruby/examples/network/broadcastsender/main.rb +0 -32
  423. data/ext/ruby/qtruby/examples/network/broadcastsender/sender.rb +0 -70
  424. data/ext/ruby/qtruby/examples/network/fortuneclient/client.rb +0 -150
  425. data/ext/ruby/qtruby/examples/network/fortuneclient/main.rb +0 -32
  426. data/ext/ruby/qtruby/examples/network/fortuneserver/main.rb +0 -32
  427. data/ext/ruby/qtruby/examples/network/fortuneserver/server.rb +0 -88
  428. data/ext/ruby/qtruby/examples/network/ftp/ftpwindow.rb +0 -254
  429. data/ext/ruby/qtruby/examples/network/ftp/images/cdtoparent.png +0 -0
  430. data/ext/ruby/qtruby/examples/network/ftp/images/dir.png +0 -0
  431. data/ext/ruby/qtruby/examples/network/ftp/images/file.png +0 -0
  432. data/ext/ruby/qtruby/examples/network/ftp/main.rb +0 -32
  433. data/ext/ruby/qtruby/examples/network/http/httpwindow.rb +0 -187
  434. data/ext/ruby/qtruby/examples/network/http/main.rb +0 -32
  435. data/ext/ruby/qtruby/examples/network/loopback/dialog.rb +0 -163
  436. data/ext/ruby/qtruby/examples/network/loopback/main.rb +0 -32
  437. data/ext/ruby/qtruby/examples/opengl/grabber/glwidget.rb +0 -265
  438. data/ext/ruby/qtruby/examples/opengl/grabber/main.rb +0 -32
  439. data/ext/ruby/qtruby/examples/opengl/grabber/mainwindow.rb +0 -189
  440. data/ext/ruby/qtruby/examples/opengl/hellogl/glwidget.rb +0 -226
  441. data/ext/ruby/qtruby/examples/opengl/hellogl/main.rb +0 -32
  442. data/ext/ruby/qtruby/examples/opengl/hellogl/window.rb +0 -66
  443. data/ext/ruby/qtruby/examples/opengl/textures/glwidget.rb +0 -151
  444. data/ext/ruby/qtruby/examples/opengl/textures/images/side1.png +0 -0
  445. data/ext/ruby/qtruby/examples/opengl/textures/images/side2.png +0 -0
  446. data/ext/ruby/qtruby/examples/opengl/textures/images/side3.png +0 -0
  447. data/ext/ruby/qtruby/examples/opengl/textures/images/side4.png +0 -0
  448. data/ext/ruby/qtruby/examples/opengl/textures/images/side5.png +0 -0
  449. data/ext/ruby/qtruby/examples/opengl/textures/images/side6.png +0 -0
  450. data/ext/ruby/qtruby/examples/opengl/textures/main.rb +0 -32
  451. data/ext/ruby/qtruby/examples/opengl/textures/window.rb +0 -77
  452. data/ext/ruby/qtruby/examples/painting/basicdrawing/images/brick.png +0 -0
  453. data/ext/ruby/qtruby/examples/painting/basicdrawing/images/qt-logo.png +0 -0
  454. data/ext/ruby/qtruby/examples/painting/basicdrawing/main.rb +0 -32
  455. data/ext/ruby/qtruby/examples/painting/basicdrawing/renderarea.rb +0 -166
  456. data/ext/ruby/qtruby/examples/painting/basicdrawing/window.rb +0 -215
  457. data/ext/ruby/qtruby/examples/painting/concentriccircles/circlewidget.rb +0 -88
  458. data/ext/ruby/qtruby/examples/painting/concentriccircles/main.rb +0 -32
  459. data/ext/ruby/qtruby/examples/painting/concentriccircles/window.rb +0 -72
  460. data/ext/ruby/qtruby/examples/painting/fontsampler/main.rb +0 -32
  461. data/ext/ruby/qtruby/examples/painting/fontsampler/mainwindow.rb +0 -368
  462. data/ext/ruby/qtruby/examples/painting/fontsampler/mainwindowbase.ui +0 -136
  463. data/ext/ruby/qtruby/examples/painting/fontsampler/makefile +0 -8
  464. data/ext/ruby/qtruby/examples/painting/fontsampler/previewdialog.rb +0 -256
  465. data/ext/ruby/qtruby/examples/painting/fontsampler/previewdialogbase.ui +0 -224
  466. data/ext/ruby/qtruby/examples/painting/fontsampler/previewlabel.rb +0 -43
  467. data/ext/ruby/qtruby/examples/painting/imagecomposition/imagecomposer.rb +0 -152
  468. data/ext/ruby/qtruby/examples/painting/imagecomposition/imagecomposition.qrc +0 -6
  469. data/ext/ruby/qtruby/examples/painting/imagecomposition/images/background.png +0 -0
  470. data/ext/ruby/qtruby/examples/painting/imagecomposition/images/blackrectangle.png +0 -0
  471. data/ext/ruby/qtruby/examples/painting/imagecomposition/images/butterfly.png +0 -0
  472. data/ext/ruby/qtruby/examples/painting/imagecomposition/images/checker.png +0 -0
  473. data/ext/ruby/qtruby/examples/painting/imagecomposition/main.rb +0 -33
  474. data/ext/ruby/qtruby/examples/painting/imagecomposition/makefile +0 -2
  475. data/ext/ruby/qtruby/examples/painting/painterpaths/main.rb +0 -32
  476. data/ext/ruby/qtruby/examples/painting/painterpaths/renderarea.rb +0 -97
  477. data/ext/ruby/qtruby/examples/painting/painterpaths/window.rb +0 -247
  478. data/ext/ruby/qtruby/examples/painting/svgviewer/files/bubbles.svg +0 -212
  479. data/ext/ruby/qtruby/examples/painting/svgviewer/files/cubic.svg +0 -77
  480. data/ext/ruby/qtruby/examples/painting/svgviewer/files/spheres.svg +0 -79
  481. data/ext/ruby/qtruby/examples/painting/svgviewer/main.rb +0 -38
  482. data/ext/ruby/qtruby/examples/painting/svgviewer/mainwindow.rb +0 -99
  483. data/ext/ruby/qtruby/examples/painting/svgviewer/makefile +0 -2
  484. data/ext/ruby/qtruby/examples/painting/svgviewer/svgview.rb +0 -156
  485. data/ext/ruby/qtruby/examples/painting/svgviewer/svgviewer.qrc +0 -6
  486. data/ext/ruby/qtruby/examples/painting/svgviewer/svgwindow.rb +0 -87
  487. data/ext/ruby/qtruby/examples/painting/transformations/main.rb +0 -32
  488. data/ext/ruby/qtruby/examples/painting/transformations/renderarea.rb +0 -127
  489. data/ext/ruby/qtruby/examples/painting/transformations/window.rb +0 -153
  490. data/ext/ruby/qtruby/examples/passivepopup/passivepopup.rb +0 -38
  491. data/ext/ruby/qtruby/examples/qdbus/chat/chat.rb +0 -146
  492. data/ext/ruby/qtruby/examples/qdbus/chat/chat_adaptor.rb +0 -12
  493. data/ext/ruby/qtruby/examples/qdbus/chat/chat_interface.rb +0 -13
  494. data/ext/ruby/qtruby/examples/qdbus/chat/chatmainwindow.ui +0 -184
  495. data/ext/ruby/qtruby/examples/qdbus/chat/chatsetnickname.ui +0 -145
  496. data/ext/ruby/qtruby/examples/qdbus/chat/makefile +0 -8
  497. data/ext/ruby/qtruby/examples/qdbus/complexpingpong/complexping.rb +0 -92
  498. data/ext/ruby/qtruby/examples/qdbus/complexpingpong/complexpong.rb +0 -83
  499. data/ext/ruby/qtruby/examples/qdbus/complexpingpong/ping-common.rb +0 -1
  500. data/ext/ruby/qtruby/examples/qdbus/listnames/listnames.rb +0 -69
  501. data/ext/ruby/qtruby/examples/qdbus/pingpong/ping-common.rb +0 -1
  502. data/ext/ruby/qtruby/examples/qdbus/pingpong/ping.rb +0 -52
  503. data/ext/ruby/qtruby/examples/qdbus/pingpong/pong.rb +0 -55
  504. data/ext/ruby/qtruby/examples/qdbus/remotecontrolledcar/car/car.rb +0 -151
  505. data/ext/ruby/qtruby/examples/qdbus/remotecontrolledcar/car/main.rb +0 -50
  506. data/ext/ruby/qtruby/examples/qdbus/remotecontrolledcar/controller/controller.rb +0 -66
  507. data/ext/ruby/qtruby/examples/qdbus/remotecontrolledcar/controller/controller.ui +0 -61
  508. data/ext/ruby/qtruby/examples/qdbus/remotecontrolledcar/controller/main.rb +0 -32
  509. data/ext/ruby/qtruby/examples/qdbus/remotecontrolledcar/controller/makefile +0 -2
  510. data/ext/ruby/qtruby/examples/qtscribble/scribble.rb +0 -270
  511. data/ext/ruby/qtruby/examples/richtext/calendar/main.rb +0 -33
  512. data/ext/ruby/qtruby/examples/richtext/calendar/mainwindow.rb +0 -173
  513. data/ext/ruby/qtruby/examples/richtext/orderform/detailsdialog.rb +0 -130
  514. data/ext/ruby/qtruby/examples/richtext/orderform/main.rb +0 -34
  515. data/ext/ruby/qtruby/examples/richtext/orderform/mainwindow.rb +0 -194
  516. data/ext/ruby/qtruby/examples/richtext/syntaxhighlighter/examples/example +0 -79
  517. data/ext/ruby/qtruby/examples/richtext/syntaxhighlighter/highlighter.rb +0 -90
  518. data/ext/ruby/qtruby/examples/richtext/syntaxhighlighter/main.rb +0 -34
  519. data/ext/ruby/qtruby/examples/richtext/syntaxhighlighter/mainwindow.rb +0 -105
  520. data/ext/ruby/qtruby/examples/ruboids/Manifest +0 -26
  521. data/ext/ruby/qtruby/examples/ruboids/README +0 -53
  522. data/ext/ruby/qtruby/examples/ruboids/TODO +0 -29
  523. data/ext/ruby/qtruby/examples/ruboids/boids.properties +0 -33
  524. data/ext/ruby/qtruby/examples/ruboids/generateManifest.rb +0 -42
  525. data/ext/ruby/qtruby/examples/ruboids/index.html +0 -147
  526. data/ext/ruby/qtruby/examples/ruboids/release.rb +0 -152
  527. data/ext/ruby/qtruby/examples/ruboids/ruboids/Boid.rb +0 -141
  528. data/ext/ruby/qtruby/examples/ruboids/ruboids/BoidView.rb +0 -159
  529. data/ext/ruby/qtruby/examples/ruboids/ruboids/Camera.rb +0 -24
  530. data/ext/ruby/qtruby/examples/ruboids/ruboids/CameraDialog.rb +0 -218
  531. data/ext/ruby/qtruby/examples/ruboids/ruboids/Canvas.rb +0 -143
  532. data/ext/ruby/qtruby/examples/ruboids/ruboids/Cloud.rb +0 -61
  533. data/ext/ruby/qtruby/examples/ruboids/ruboids/CloudView.rb +0 -54
  534. data/ext/ruby/qtruby/examples/ruboids/ruboids/Flock.rb +0 -47
  535. data/ext/ruby/qtruby/examples/ruboids/ruboids/Graphics.rb +0 -278
  536. data/ext/ruby/qtruby/examples/ruboids/ruboids/Params.rb +0 -87
  537. data/ext/ruby/qtruby/examples/ruboids/ruboids/Point.rb +0 -153
  538. data/ext/ruby/qtruby/examples/ruboids/ruboids/Thing.rb +0 -34
  539. data/ext/ruby/qtruby/examples/ruboids/ruboids/Triangle.rb +0 -21
  540. data/ext/ruby/qtruby/examples/ruboids/ruboids/View.rb +0 -88
  541. data/ext/ruby/qtruby/examples/ruboids/ruboids/World.rb +0 -82
  542. data/ext/ruby/qtruby/examples/ruboids/ruboids/WorldWindow.rb +0 -52
  543. data/ext/ruby/qtruby/examples/ruboids/ruboids/info.rb +0 -12
  544. data/ext/ruby/qtruby/examples/ruboids/ruboids/ruboids.rb +0 -29
  545. data/ext/ruby/qtruby/examples/textedit/textedit.rb +0 -150
  546. data/ext/ruby/qtruby/examples/tutorial/t1/t1.rb +0 -10
  547. data/ext/ruby/qtruby/examples/tutorial/t10/cannon.rb +0 -72
  548. data/ext/ruby/qtruby/examples/tutorial/t10/lcdrange.rb +0 -45
  549. data/ext/ruby/qtruby/examples/tutorial/t10/t10.rb +0 -55
  550. data/ext/ruby/qtruby/examples/tutorial/t11/cannon.rb +0 -124
  551. data/ext/ruby/qtruby/examples/tutorial/t11/lcdrange.rb +0 -45
  552. data/ext/ruby/qtruby/examples/tutorial/t11/t11.rb +0 -65
  553. data/ext/ruby/qtruby/examples/tutorial/t12/cannon.rb +0 -158
  554. data/ext/ruby/qtruby/examples/tutorial/t12/lcdrange.rb +0 -59
  555. data/ext/ruby/qtruby/examples/tutorial/t12/t12.rb +0 -66
  556. data/ext/ruby/qtruby/examples/tutorial/t13/cannon.rb +0 -208
  557. data/ext/ruby/qtruby/examples/tutorial/t13/gamebrd.rb +0 -113
  558. data/ext/ruby/qtruby/examples/tutorial/t13/lcdrange.rb +0 -60
  559. data/ext/ruby/qtruby/examples/tutorial/t13/t13.rb +0 -11
  560. data/ext/ruby/qtruby/examples/tutorial/t14/cannon.rb +0 -263
  561. data/ext/ruby/qtruby/examples/tutorial/t14/gamebrd.rb +0 -123
  562. data/ext/ruby/qtruby/examples/tutorial/t14/lcdrange.rb +0 -63
  563. data/ext/ruby/qtruby/examples/tutorial/t14/t14.rb +0 -11
  564. data/ext/ruby/qtruby/examples/tutorial/t2/t2.rb +0 -16
  565. data/ext/ruby/qtruby/examples/tutorial/t3/t3.rb +0 -18
  566. data/ext/ruby/qtruby/examples/tutorial/t4/t4.rb +0 -25
  567. data/ext/ruby/qtruby/examples/tutorial/t5/t5.rb +0 -37
  568. data/ext/ruby/qtruby/examples/tutorial/t6/t6.rb +0 -52
  569. data/ext/ruby/qtruby/examples/tutorial/t7/lcdrange.rb +0 -32
  570. data/ext/ruby/qtruby/examples/tutorial/t7/t7.rb +0 -42
  571. data/ext/ruby/qtruby/examples/tutorial/t8/cannon.rb +0 -38
  572. data/ext/ruby/qtruby/examples/tutorial/t8/lcdrange.rb +0 -45
  573. data/ext/ruby/qtruby/examples/tutorial/t8/t8.rb +0 -43
  574. data/ext/ruby/qtruby/examples/tutorial/t9/cannon.rb +0 -45
  575. data/ext/ruby/qtruby/examples/tutorial/t9/lcdrange.rb +0 -46
  576. data/ext/ruby/qtruby/examples/tutorial/t9/t9.rb +0 -43
  577. data/ext/ruby/qtruby/examples/widgets/analogclock/analogclock.rb +0 -94
  578. data/ext/ruby/qtruby/examples/widgets/analogclock/main.rb +0 -9
  579. data/ext/ruby/qtruby/examples/widgets/calculator/button.rb +0 -45
  580. data/ext/ruby/qtruby/examples/widgets/calculator/calculator.rb +0 -382
  581. data/ext/ruby/qtruby/examples/widgets/calculator/main.rb +0 -32
  582. data/ext/ruby/qtruby/examples/widgets/charactermap/characterwidget.rb +0 -110
  583. data/ext/ruby/qtruby/examples/widgets/charactermap/main.rb +0 -32
  584. data/ext/ruby/qtruby/examples/widgets/charactermap/mainwindow.rb +0 -118
  585. data/ext/ruby/qtruby/examples/widgets/digitalclock/digitalclock.rb +0 -30
  586. data/ext/ruby/qtruby/examples/widgets/digitalclock/main.rb +0 -9
  587. data/ext/ruby/qtruby/examples/widgets/groupbox/main.rb +0 -32
  588. data/ext/ruby/qtruby/examples/widgets/groupbox/window.rb +0 -134
  589. data/ext/ruby/qtruby/examples/widgets/icons/iconpreviewarea.rb +0 -111
  590. data/ext/ruby/qtruby/examples/widgets/icons/iconsizespinbox.rb +0 -39
  591. data/ext/ruby/qtruby/examples/widgets/icons/imagedelegate.rb +0 -73
  592. data/ext/ruby/qtruby/examples/widgets/icons/images/designer.png +0 -0
  593. data/ext/ruby/qtruby/examples/widgets/icons/images/find_disabled.png +0 -0
  594. data/ext/ruby/qtruby/examples/widgets/icons/images/find_normal.png +0 -0
  595. data/ext/ruby/qtruby/examples/widgets/icons/images/monkey_off_128x128.png +0 -0
  596. data/ext/ruby/qtruby/examples/widgets/icons/images/monkey_off_16x16.png +0 -0
  597. data/ext/ruby/qtruby/examples/widgets/icons/images/monkey_off_32x32.png +0 -0
  598. data/ext/ruby/qtruby/examples/widgets/icons/images/monkey_off_64x64.png +0 -0
  599. data/ext/ruby/qtruby/examples/widgets/icons/images/monkey_on_128x128.png +0 -0
  600. data/ext/ruby/qtruby/examples/widgets/icons/images/monkey_on_16x16.png +0 -0
  601. data/ext/ruby/qtruby/examples/widgets/icons/images/monkey_on_32x32.png +0 -0
  602. data/ext/ruby/qtruby/examples/widgets/icons/images/monkey_on_64x64.png +0 -0
  603. data/ext/ruby/qtruby/examples/widgets/icons/images/qtopia_16x16.png +0 -0
  604. data/ext/ruby/qtruby/examples/widgets/icons/images/qtopia_32x32.png +0 -0
  605. data/ext/ruby/qtruby/examples/widgets/icons/images/qtopia_48x48.png +0 -0
  606. data/ext/ruby/qtruby/examples/widgets/icons/main.rb +0 -32
  607. data/ext/ruby/qtruby/examples/widgets/icons/mainwindow.rb +0 -351
  608. data/ext/ruby/qtruby/examples/widgets/imageviewer/imageviewer.rb +0 -219
  609. data/ext/ruby/qtruby/examples/widgets/imageviewer/main.rb +0 -32
  610. data/ext/ruby/qtruby/examples/widgets/lineedits/main.rb +0 -32
  611. data/ext/ruby/qtruby/examples/widgets/lineedits/window.rb +0 -199
  612. data/ext/ruby/qtruby/examples/widgets/movie/images/open.png +0 -0
  613. data/ext/ruby/qtruby/examples/widgets/movie/images/pause.png +0 -0
  614. data/ext/ruby/qtruby/examples/widgets/movie/images/play.png +0 -0
  615. data/ext/ruby/qtruby/examples/widgets/movie/images/quit.png +0 -0
  616. data/ext/ruby/qtruby/examples/widgets/movie/images/stop.png +0 -0
  617. data/ext/ruby/qtruby/examples/widgets/movie/main.rb +0 -32
  618. data/ext/ruby/qtruby/examples/widgets/movie/movieplayer.rb +0 -201
  619. data/ext/ruby/qtruby/examples/widgets/movie/movies/fire.mng +0 -0
  620. data/ext/ruby/qtruby/examples/widgets/screenshot/main.rb +0 -32
  621. data/ext/ruby/qtruby/examples/widgets/screenshot/screenshot.rb +0 -155
  622. data/ext/ruby/qtruby/examples/widgets/scribble/main.rb +0 -32
  623. data/ext/ruby/qtruby/examples/widgets/scribble/mainwindow.rb +0 -202
  624. data/ext/ruby/qtruby/examples/widgets/scribble/scribblearea.rb +0 -154
  625. data/ext/ruby/qtruby/examples/widgets/sliders/main.rb +0 -32
  626. data/ext/ruby/qtruby/examples/widgets/sliders/slidersgroup.rb +0 -97
  627. data/ext/ruby/qtruby/examples/widgets/sliders/window.rb +0 -124
  628. data/ext/ruby/qtruby/examples/widgets/spinboxes/main.rb +0 -32
  629. data/ext/ruby/qtruby/examples/widgets/spinboxes/window.rb +0 -213
  630. data/ext/ruby/qtruby/examples/widgets/tetrix/main.rb +0 -33
  631. data/ext/ruby/qtruby/examples/widgets/tetrix/tetrixboard.rb +0 -346
  632. data/ext/ruby/qtruby/examples/widgets/tetrix/tetrixpiece.rb +0 -135
  633. data/ext/ruby/qtruby/examples/widgets/tetrix/tetrixwindow.rb +0 -88
  634. data/ext/ruby/qtruby/examples/widgets/tooltips/images/circle.png +0 -0
  635. data/ext/ruby/qtruby/examples/widgets/tooltips/images/square.png +0 -0
  636. data/ext/ruby/qtruby/examples/widgets/tooltips/images/triangle.png +0 -0
  637. data/ext/ruby/qtruby/examples/widgets/tooltips/main.rb +0 -32
  638. data/ext/ruby/qtruby/examples/widgets/tooltips/shapeitem.rb +0 -31
  639. data/ext/ruby/qtruby/examples/widgets/tooltips/sortingbox.rb +0 -222
  640. data/ext/ruby/qtruby/examples/widgets/wiggly/dialog.rb +0 -48
  641. data/ext/ruby/qtruby/examples/widgets/wiggly/main.rb +0 -9
  642. data/ext/ruby/qtruby/examples/widgets/wiggly/wigglywidget.rb +0 -76
  643. data/ext/ruby/qtruby/examples/widgets/windowflags/controllerwindow.rb +0 -195
  644. data/ext/ruby/qtruby/examples/widgets/windowflags/main.rb +0 -32
  645. data/ext/ruby/qtruby/examples/widgets/windowflags/previewwindow.rb +0 -103
  646. data/ext/ruby/qtruby/examples/xml/dombookmarks/frank.xbel +0 -230
  647. data/ext/ruby/qtruby/examples/xml/dombookmarks/jennifer.xbel +0 -93
  648. data/ext/ruby/qtruby/examples/xml/dombookmarks/main.rb +0 -34
  649. data/ext/ruby/qtruby/examples/xml/dombookmarks/mainwindow.rb +0 -129
  650. data/ext/ruby/qtruby/examples/xml/dombookmarks/xbeltree.rb +0 -172
  651. data/ext/ruby/qtruby/examples/xml/saxbookmarks/frank.xbel +0 -230
  652. data/ext/ruby/qtruby/examples/xml/saxbookmarks/jennifer.xbel +0 -93
  653. data/ext/ruby/qtruby/examples/xml/saxbookmarks/main.rb +0 -34
  654. data/ext/ruby/qtruby/examples/xml/saxbookmarks/mainwindow.rb +0 -144
  655. data/ext/ruby/qtruby/examples/xml/saxbookmarks/xbelgenerator.rb +0 -95
  656. data/ext/ruby/qtruby/examples/xml/saxbookmarks/xbelhandler.rb +0 -122
  657. data/ext/ruby/qtruby/src/lib/CMakeLists.txt +0 -16
  658. data/ext/ruby/qtruby/src/lib/Qt.rb +0 -1
  659. data/ext/ruby/qtruby/src/lib/Qt/CMakeLists.txt +0 -9
  660. data/ext/ruby/qtruby/src/lib/Qt/qtruby4.rb +0 -3177
  661. data/ext/ruby/qtruby/src/lib/Qt3.rb +0 -6
  662. data/ext/ruby/qtruby/src/lib/Qt4.rb +0 -6
@@ -1,33 +0,0 @@
1
- =begin
2
- **
3
- ** Copyright (C) 2004-2005 Trolltech AS. All rights reserved.
4
- **
5
- ** This file is part of the example classes of the Qt Toolkit.
6
- **
7
- ** This file may be used under the terms of the GNU General Public
8
- ** License version 2.0 as published by the Free Software Foundation
9
- ** and appearing in the file LICENSE.GPL included in the packaging of
10
- ** this file. Please review the following information to ensure GNU
11
- ** General Public Licensing requirements will be met:
12
- ** http://www.trolltech.com/products/qt/opensource.html
13
- **
14
- ** If you are unsure which license is appropriate for your use, please
15
- ** review the following information:
16
- ** http://www.trolltech.com/products/qt/licensing.html or contact the
17
- ** sales department at sales@trolltech.com.
18
- **
19
- ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
20
- ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
- **
22
-
23
- ** Translated to QtRuby by Richard Dale
24
- =end
25
-
26
- require 'Qt'
27
- require 'qrc_calculatorbuilder.rb'
28
- require 'calculatorform.rb'
29
-
30
- app = Qt::Application.new(ARGV)
31
- calculator = CalculatorForm.new
32
- calculator.show
33
- app.exec
@@ -1,2 +0,0 @@
1
- qrc_calculatorbuilder.rb: calculatorbuilder.qrc
2
- rbrcc calculatorbuilder.qrc -o qrc_calculatorbuilder.rb
@@ -1,46 +0,0 @@
1
- =begin
2
- **
3
- ** Copyright (C) 2004-2005 Trolltech AS. All rights reserved.
4
- **
5
- ** This file is part of the example classes of the Qt Toolkit.
6
- **
7
- ** This file may be used under the terms of the GNU General Public
8
- ** License version 2.0 as published by the Free Software Foundation
9
- ** and appearing in the file LICENSE.GPL included in the packaging of
10
- ** this file. Please review the following information to ensure GNU
11
- ** General Public Licensing requirements will be met:
12
- ** http://www.trolltech.com/products/qt/opensource.html
13
- **
14
- ** If you are unsure which license is appropriate for your use, please
15
- ** review the following information:
16
- ** http://www.trolltech.com/products/qt/licensing.html or contact the
17
- ** sales department at sales@trolltech.com.
18
- **
19
- ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
20
- ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
- **
22
-
23
- ** Translated to QtRuby by Richard Dale
24
- =end
25
-
26
- require 'ui_calculatorform.rb'
27
-
28
- class CalculatorForm < Qt::Widget
29
-
30
- slots 'on_inputSpinBox1_valueChanged(int)',
31
- 'on_inputSpinBox2_valueChanged(int)'
32
-
33
- def initialize(parent = nil)
34
- super(parent)
35
- @ui = Ui_CalculatorForm.new
36
- @ui.setupUi(self)
37
- end
38
-
39
- def on_inputSpinBox1_valueChanged(value)
40
- @ui.outputWidget.text = "%d" % (value + @ui.inputSpinBox2.value)
41
- end
42
-
43
- def on_inputSpinBox2_valueChanged(value)
44
- @ui.outputWidget.text = "%d" % (value + @ui.inputSpinBox1.value)
45
- end
46
- end
@@ -1,277 +0,0 @@
1
- <ui version="4.0" >
2
- <class>CalculatorForm</class>
3
- <widget class="QWidget" name="CalculatorForm" >
4
- <property name="objectName" >
5
- <string notr="true" >CalculatorForm</string>
6
- </property>
7
- <property name="geometry" >
8
- <rect>
9
- <x>0</x>
10
- <y>0</y>
11
- <width>400</width>
12
- <height>300</height>
13
- </rect>
14
- </property>
15
- <property name="sizePolicy" >
16
- <sizepolicy>
17
- <hsizetype>5</hsizetype>
18
- <vsizetype>5</vsizetype>
19
- <horstretch>0</horstretch>
20
- <verstretch>0</verstretch>
21
- </sizepolicy>
22
- </property>
23
- <layout class="QGridLayout" >
24
- <property name="objectName" >
25
- <string notr="true" />
26
- </property>
27
- <property name="margin" >
28
- <number>9</number>
29
- </property>
30
- <property name="spacing" >
31
- <number>6</number>
32
- </property>
33
- <item row="0" column="6" >
34
- <spacer>
35
- <property name="objectName" >
36
- <string notr="true" >horizontalSpacer</string>
37
- </property>
38
- <property name="geometry" >
39
- <rect>
40
- <x>239</x>
41
- <y>9</y>
42
- <width>152</width>
43
- <height>52</height>
44
- </rect>
45
- </property>
46
- <property name="orientation" >
47
- <enum>Qt::Horizontal</enum>
48
- </property>
49
- <property name="sizeHint" >
50
- <size>
51
- <width>40</width>
52
- <height>20</height>
53
- </size>
54
- </property>
55
- </spacer>
56
- </item>
57
- <item row="0" column="4" >
58
- <widget class="QLabel" name="label_3_2" >
59
- <property name="objectName" >
60
- <string notr="true" >label_3_2</string>
61
- </property>
62
- <property name="geometry" >
63
- <rect>
64
- <x>169</x>
65
- <y>9</y>
66
- <width>20</width>
67
- <height>52</height>
68
- </rect>
69
- </property>
70
- <property name="text" >
71
- <string>=</string>
72
- </property>
73
- <property name="alignment" >
74
- <set>Qt::AlignCenter</set>
75
- </property>
76
- </widget>
77
- </item>
78
- <item row="0" column="5" >
79
- <layout class="QVBoxLayout" >
80
- <property name="objectName" >
81
- <string notr="true" />
82
- </property>
83
- <property name="margin" >
84
- <number>1</number>
85
- </property>
86
- <property name="spacing" >
87
- <number>6</number>
88
- </property>
89
- <item>
90
- <widget class="QLabel" name="label_2_2_2" >
91
- <property name="objectName" >
92
- <string notr="true" >label_2_2_2</string>
93
- </property>
94
- <property name="geometry" >
95
- <rect>
96
- <x>1</x>
97
- <y>1</y>
98
- <width>36</width>
99
- <height>17</height>
100
- </rect>
101
- </property>
102
- <property name="text" >
103
- <string>Output</string>
104
- </property>
105
- </widget>
106
- </item>
107
- <item>
108
- <widget class="QLabel" name="outputWidget" >
109
- <property name="objectName" >
110
- <string notr="true" >outputWidget</string>
111
- </property>
112
- <property name="geometry" >
113
- <rect>
114
- <x>1</x>
115
- <y>24</y>
116
- <width>36</width>
117
- <height>27</height>
118
- </rect>
119
- </property>
120
- <property name="frameShape" >
121
- <enum>QFrame::Box</enum>
122
- </property>
123
- <property name="frameShadow" >
124
- <enum>QFrame::Sunken</enum>
125
- </property>
126
- <property name="text" >
127
- <string>0</string>
128
- </property>
129
- <property name="alignment" >
130
- <set>Qt::AlignAbsolute|Qt::AlignBottom|Qt::AlignCenter|Qt::AlignHCenter|Qt::AlignHorizontal_Mask|Qt::AlignJustify|Qt::AlignLeading|Qt::AlignLeft|Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing|Qt::AlignVCenter|Qt::AlignVertical_Mask</set>
131
- </property>
132
- </widget>
133
- </item>
134
- </layout>
135
- </item>
136
- <item row="1" column="2" >
137
- <spacer>
138
- <property name="objectName" >
139
- <string notr="true" >verticalSpacer</string>
140
- </property>
141
- <property name="geometry" >
142
- <rect>
143
- <x>89</x>
144
- <y>67</y>
145
- <width>20</width>
146
- <height>224</height>
147
- </rect>
148
- </property>
149
- <property name="orientation" >
150
- <enum>Qt::Vertical</enum>
151
- </property>
152
- <property name="sizeHint" >
153
- <size>
154
- <width>20</width>
155
- <height>40</height>
156
- </size>
157
- </property>
158
- </spacer>
159
- </item>
160
- <item row="0" column="3" >
161
- <layout class="QVBoxLayout" >
162
- <property name="objectName" >
163
- <string notr="true" />
164
- </property>
165
- <property name="margin" >
166
- <number>1</number>
167
- </property>
168
- <property name="spacing" >
169
- <number>6</number>
170
- </property>
171
- <item>
172
- <widget class="QLabel" name="label_2" >
173
- <property name="objectName" >
174
- <string notr="true" >label_2</string>
175
- </property>
176
- <property name="geometry" >
177
- <rect>
178
- <x>1</x>
179
- <y>1</y>
180
- <width>46</width>
181
- <height>19</height>
182
- </rect>
183
- </property>
184
- <property name="text" >
185
- <string>Input 2</string>
186
- </property>
187
- </widget>
188
- </item>
189
- <item>
190
- <widget class="QSpinBox" name="inputSpinBox2" >
191
- <property name="objectName" >
192
- <string notr="true" >inputSpinBox2</string>
193
- </property>
194
- <property name="geometry" >
195
- <rect>
196
- <x>1</x>
197
- <y>26</y>
198
- <width>46</width>
199
- <height>25</height>
200
- </rect>
201
- </property>
202
- </widget>
203
- </item>
204
- </layout>
205
- </item>
206
- <item row="0" column="1" >
207
- <widget class="QLabel" name="label_3" >
208
- <property name="objectName" >
209
- <string notr="true" >label_3</string>
210
- </property>
211
- <property name="geometry" >
212
- <rect>
213
- <x>63</x>
214
- <y>9</y>
215
- <width>20</width>
216
- <height>52</height>
217
- </rect>
218
- </property>
219
- <property name="text" >
220
- <string>+</string>
221
- </property>
222
- <property name="alignment" >
223
- <set>Qt::AlignCenter</set>
224
- </property>
225
- </widget>
226
- </item>
227
- <item row="0" column="0" >
228
- <layout class="QVBoxLayout" >
229
- <property name="objectName" >
230
- <string notr="true" />
231
- </property>
232
- <property name="margin" >
233
- <number>1</number>
234
- </property>
235
- <property name="spacing" >
236
- <number>6</number>
237
- </property>
238
- <item>
239
- <widget class="QLabel" name="label" >
240
- <property name="objectName" >
241
- <string notr="true" >label</string>
242
- </property>
243
- <property name="geometry" >
244
- <rect>
245
- <x>1</x>
246
- <y>1</y>
247
- <width>46</width>
248
- <height>19</height>
249
- </rect>
250
- </property>
251
- <property name="text" >
252
- <string>Input 1</string>
253
- </property>
254
- </widget>
255
- </item>
256
- <item>
257
- <widget class="QSpinBox" name="inputSpinBox1" >
258
- <property name="objectName" >
259
- <string notr="true" >inputSpinBox1</string>
260
- </property>
261
- <property name="geometry" >
262
- <rect>
263
- <x>1</x>
264
- <y>26</y>
265
- <width>46</width>
266
- <height>25</height>
267
- </rect>
268
- </property>
269
- </widget>
270
- </item>
271
- </layout>
272
- </item>
273
- </layout>
274
- </widget>
275
- <resources/>
276
- <connections/>
277
- </ui>
@@ -1,32 +0,0 @@
1
- =begin
2
- **
3
- ** Copyright (C) 2004-2005 Trolltech AS. All rights reserved.
4
- **
5
- ** This file is part of the example classes of the Qt Toolkit.
6
- **
7
- ** This file may be used under the terms of the GNU General Public
8
- ** License version 2.0 as published by the Free Software Foundation
9
- ** and appearing in the file LICENSE.GPL included in the packaging of
10
- ** this file. Please review the following information to ensure GNU
11
- ** General Public Licensing requirements will be met:
12
- ** http://www.trolltech.com/products/qt/opensource.html
13
- **
14
- ** If you are unsure which license is appropriate for your use, please
15
- ** review the following information:
16
- ** http://www.trolltech.com/products/qt/licensing.html or contact the
17
- ** sales department at sales@trolltech.com.
18
- **
19
- ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
20
- ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
- **
22
-
23
- ** Translated to QtRuby by Richard Dale
24
- =end
25
-
26
- require 'Qt'
27
- require 'calculatorform.rb'
28
-
29
- app = Qt::Application.new(ARGV)
30
- calculator = CalculatorForm.new
31
- calculator.show
32
- app.exec
@@ -1,3 +0,0 @@
1
- ui_calculatorform.rb: calculatorform.ui
2
- rbuic4 calculatorform.ui -o ui_calculatorform.rb
3
-
@@ -1,32 +0,0 @@
1
- =begin
2
- **
3
- ** Copyright (C) 2004-2005 Trolltech AS. All rights reserved.
4
- **
5
- ** This file is part of the example classes of the Qt Toolkit.
6
- **
7
- ** This file may be used under the terms of the GNU General Public
8
- ** License version 2.0 as published by the Free Software Foundation
9
- ** and appearing in the file LICENSE.GPL included in the packaging of
10
- ** this file. Please review the following information to ensure GNU
11
- ** General Public Licensing requirements will be met:
12
- ** http://www.trolltech.com/products/qt/opensource.html
13
- **
14
- ** If you are unsure which license is appropriate for your use, please
15
- ** review the following information:
16
- ** http://www.trolltech.com/products/qt/licensing.html or contact the
17
- ** sales department at sales@trolltech.com.
18
- **
19
- ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
20
- ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
- **
22
-
23
- ** Translated to QtRuby by Richard Dale
24
- =end
25
-
26
- require 'Qt'
27
- require 'screenshot.rb'
28
-
29
- app = Qt::Application.new(ARGV)
30
- screenshot = Screenshot.new
31
- screenshot.show
32
- app.exec
@@ -1,156 +0,0 @@
1
- =begin
2
- **
3
- ** Copyright (C) 2004-2006 Trolltech AS. All rights reserved.
4
- **
5
- ** This file is part of the example classes of the Qt Toolkit.
6
- **
7
- ** This file may be used under the terms of the GNU General Public
8
- ** License version 2.0 as published by the Free Software Foundation
9
- ** and appearing in the file LICENSE.GPL included in the packaging of
10
- ** this file. Please review the following information to ensure GNU
11
- ** General Public Licensing requirements will be met:
12
- ** http://www.trolltech.com/products/qt/opensource.html
13
- **
14
- ** If you are unsure which license is appropriate for your use, please
15
- ** review the following information:
16
- ** http://www.trolltech.com/products/qt/licensing.html or contact the
17
- ** sales department at sales@trolltech.com.
18
- **
19
- ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
20
- ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
- **
22
-
23
- ** Translated to QtRuby by Richard Dale
24
- =end
25
-
26
- class Screenshot < Qt::Widget
27
-
28
- slots :newScreenshot,
29
- :saveScreenshot,
30
- :shootScreen,
31
- :updateCheckBox
32
-
33
- def initialize(parent = nil)
34
- super(parent)
35
- @screenshotLabel = Qt::Label.new
36
- @screenshotLabel.setSizePolicy(Qt::SizePolicy::Expanding,
37
- Qt::SizePolicy::Expanding)
38
- @screenshotLabel.alignment = Qt::AlignCenter
39
- @screenshotLabel.setMinimumSize(240, 160)
40
-
41
- createOptionsGroupBox()
42
- createButtonsLayout()
43
-
44
- self.layout = Qt::VBoxLayout.new do |m|
45
- m.addWidget(@screenshotLabel)
46
- m.addWidget(@optionsGroupBox)
47
- m.addLayout(@buttonsLayout)
48
- end
49
-
50
- shootScreen()
51
- @delaySpinBox.value = 5
52
-
53
- setWindowTitle(tr("Screenshot"))
54
- resize(300, 200)
55
- end
56
-
57
- def resizeEvent(event)
58
- scaledSize = @originalPixmap.size()
59
- scaledSize.scale(@screenshotLabel.size(), Qt::KeepAspectRatio)
60
- if @screenshotLabel.pixmap.nil? ||
61
- scaledSize != @screenshotLabel.pixmap.size
62
- updateScreenshotLabel()
63
- end
64
- end
65
-
66
- def newScreenshot()
67
- if @hideThisWindowCheckBox.checked?
68
- hide()
69
- end
70
- @newScreenshotButton.disabled = true
71
-
72
- Qt::Timer.singleShot(@delaySpinBox.value() * 1000, self, SLOT(:shootScreen))
73
- end
74
-
75
- def saveScreenshot()
76
- format = "png"
77
- initialPath = Qt::Dir.currentPath() + tr("/untitled.") + format
78
-
79
- fileName = Qt::FileDialog.getSaveFileName(self, tr("Save As"),
80
- initialPath,
81
- tr("%s Files (*.%s);;All Files (*)" % [format.upcase, format]))
82
- if !fileName.nil?
83
- @originalPixmap.save(fileName, format)
84
- end
85
- end
86
-
87
- def shootScreen()
88
- if @delaySpinBox.value() != 0
89
- $qApp.beep
90
- end
91
- @originalPixmap = Qt::Pixmap.grabWindow(Qt::Application.desktop.winId)
92
- updateScreenshotLabel()
93
-
94
- @newScreenshotButton.disabled = false
95
- if @hideThisWindowCheckBox.checked?
96
- show()
97
- end
98
- end
99
-
100
- def updateCheckBox()
101
- if @delaySpinBox.value() == 0
102
- @hideThisWindowCheckBox.disabled = true
103
- else
104
- @hideThisWindowCheckBox.disabled = false
105
- end
106
- end
107
-
108
- def createOptionsGroupBox()
109
- @optionsGroupBox = Qt::GroupBox.new(tr("Options"))
110
-
111
- @delaySpinBox = Qt::SpinBox.new do |s|
112
- s.suffix = tr(" s")
113
- s.maximum = 60
114
- end
115
- connect(@delaySpinBox, SIGNAL('valueChanged(int)'), self, SLOT(:updateCheckBox))
116
-
117
- @delaySpinBoxLabel = Qt::Label.new(tr("Screenshot Delay:"))
118
-
119
- @hideThisWindowCheckBox = Qt::CheckBox.new(tr("Hide This Window"))
120
-
121
- @optionsGroupBox.layout = Qt::GridLayout.new do |g|
122
- g.addWidget(@delaySpinBoxLabel, 0, 0)
123
- g.addWidget(@delaySpinBox, 0, 1)
124
- g.addWidget(@hideThisWindowCheckBox, 1, 0, 1, 2)
125
- end
126
- end
127
-
128
- def createButtonsLayout()
129
- @newScreenshotButton = createButton(tr("New Screenshot"),
130
- self, SLOT(:newScreenshot))
131
-
132
- @saveScreenshotButton = createButton(tr("Save Screenshot"),
133
- self, SLOT(:saveScreenshot))
134
-
135
- @quitScreenshotButton = createButton(tr("Quit"), self, SLOT(:close))
136
-
137
- @buttonsLayout = Qt::HBoxLayout.new do |b|
138
- b.addStretch()
139
- b.addWidget(@newScreenshotButton)
140
- b.addWidget(@saveScreenshotButton)
141
- b.addWidget(@quitScreenshotButton)
142
- end
143
- end
144
-
145
- def createButton(text, receiver, member)
146
- button = Qt::PushButton.new(text)
147
- button.connect(button, SIGNAL(:clicked), receiver, member)
148
- return button
149
- end
150
-
151
- def updateScreenshotLabel()
152
- @screenshotLabel.pixmap = @originalPixmap.scaled(@screenshotLabel.size,
153
- Qt::KeepAspectRatio,
154
- Qt::SmoothTransformation)
155
- end
156
- end