qtruby4 2.1.0.b-mswin32 → 2.1.0-mswin32
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/Qt3Support4.dll +0 -0
- data/bin/QtAssistantClient4.dll +0 -0
- data/bin/QtCLucene4.dll +0 -0
- data/bin/QtCore4.dll +0 -0
- data/bin/QtDesigner4.dll +0 -0
- data/bin/QtDesignerComponents4.dll +0 -0
- data/bin/QtGui4.dll +0 -0
- data/bin/QtHelp4.dll +0 -0
- data/bin/QtMultimedia4.dll +0 -0
- data/bin/QtNetwork4.dll +0 -0
- data/bin/QtOpenGL4.dll +0 -0
- data/bin/QtScript4.dll +0 -0
- data/bin/QtScriptTools4.dll +0 -0
- data/bin/QtSql4.dll +0 -0
- data/bin/QtSvg4.dll +0 -0
- data/bin/QtTest4.dll +0 -0
- data/bin/QtWebKit4.dll +0 -0
- data/bin/QtXml4.dll +0 -0
- data/bin/QtXmlPatterns4.dll +0 -0
- data/bin/accessible/qtaccessiblecompatwidgets4.dll +0 -0
- data/bin/accessible/qtaccessiblewidgets4.dll +0 -0
- data/bin/assistant.exe +0 -0
- data/bin/assistant_adp.exe +0 -0
- data/bin/codecs/qcncodecs4.dll +0 -0
- data/bin/codecs/qjpcodecs4.dll +0 -0
- data/bin/codecs/qkrcodecs4.dll +0 -0
- data/bin/codecs/qtwcodecs4.dll +0 -0
- data/bin/designer.exe +0 -0
- data/bin/designer/arthurplugin.dll +0 -0
- data/bin/designer/containerextension.dll +0 -0
- data/bin/designer/customwidgetplugin.dll +0 -0
- data/bin/designer/phononwidgets.dll +0 -0
- data/bin/designer/qt3supportwidgets.dll +0 -0
- data/bin/designer/qwebview.dll +0 -0
- data/bin/designer/taskmenuextension.dll +0 -0
- data/bin/designer/worldtimeclockplugin.dll +0 -0
- data/bin/graphicssystems/qglgraphicssystem4.dll +0 -0
- data/bin/graphicssystems/qtracegraphicssystem4.dll +0 -0
- data/bin/iconengines/qsvgicon4.dll +0 -0
- data/bin/imageformats/qgif4.dll +0 -0
- data/bin/imageformats/qico4.dll +0 -0
- data/bin/imageformats/qjpeg4.dll +0 -0
- data/bin/imageformats/qmng4.dll +0 -0
- data/bin/imageformats/qsvg4.dll +0 -0
- data/bin/imageformats/qtiff4.dll +0 -0
- data/bin/linguist.exe +0 -0
- data/bin/phonon4.dll +0 -0
- data/bin/phonon_backend/phonon_ds94.dll +0 -0
- data/bin/qtruby4shared.dll +0 -0
- data/bin/rbqtapi +152 -0
- data/bin/rbrcc.exe +0 -0
- data/bin/rbuic4.exe +0 -0
- data/bin/smokeqt.dll +0 -0
- data/bin/smokeqtcore.dll +0 -0
- data/bin/smokeqtgui.dll +0 -0
- data/bin/smokeqtmultimedia.dll +0 -0
- data/bin/smokeqtnetwork.dll +0 -0
- data/bin/smokeqtopengl.dll +0 -0
- data/bin/smokeqtscript.dll +0 -0
- data/bin/smokeqtsql.dll +0 -0
- data/bin/smokeqtsvg.dll +0 -0
- data/bin/smokeqttest.dll +0 -0
- data/bin/smokeqtuitools.dll +0 -0
- data/bin/smokeqtwebkit.dll +0 -0
- data/bin/smokeqtxml.dll +0 -0
- data/bin/smokeqtxmlpatterns.dll +0 -0
- data/bin/sqldrivers/qsqlite4.dll +0 -0
- data/bin/sqldrivers/qsqlodbc4.dll +0 -0
- data/bin/sqldrivers/qsqlpsql4.dll +0 -0
- data/examples/base/kicons.rb +54 -0
- data/examples/base/rui.rb +21 -0
- data/examples/designer/calculatorbuilder/calculatorbuilder.qrc +5 -0
- data/examples/designer/calculatorbuilder/calculatorform.rb +60 -0
- data/examples/designer/calculatorbuilder/calculatorform.ui +299 -0
- data/examples/designer/calculatorbuilder/main.rb +33 -0
- data/examples/designer/calculatorbuilder/makefile +2 -0
- data/examples/designer/calculatorform/calculatorform.rb +46 -0
- data/examples/designer/calculatorform/calculatorform.ui +277 -0
- data/examples/designer/calculatorform/main.rb +32 -0
- data/examples/designer/calculatorform/makefile +3 -0
- data/examples/desktop/screenshot/main.rb +32 -0
- data/examples/desktop/screenshot/screenshot.rb +156 -0
- data/examples/desktop/systray/images/bad.svg +64 -0
- data/examples/desktop/systray/images/heart.svg +55 -0
- data/examples/desktop/systray/images/trash.svg +58 -0
- data/examples/desktop/systray/main.rb +41 -0
- data/examples/desktop/systray/makefile +2 -0
- data/examples/desktop/systray/systray.qrc +7 -0
- data/examples/desktop/systray/window.rb +223 -0
- data/examples/dialogs/complexwizard/complexwizard.rb +140 -0
- data/examples/dialogs/complexwizard/licensewizard.rb +294 -0
- data/examples/dialogs/complexwizard/main.rb +31 -0
- data/examples/dialogs/configdialog/configdialog.rb +109 -0
- data/examples/dialogs/configdialog/images/config.png +0 -0
- data/examples/dialogs/configdialog/images/query.png +0 -0
- data/examples/dialogs/configdialog/images/update.png +0 -0
- data/examples/dialogs/configdialog/main.rb +31 -0
- data/examples/dialogs/configdialog/pages.rb +140 -0
- data/examples/dialogs/extension/finddialog.rb +89 -0
- data/examples/dialogs/extension/main.rb +31 -0
- data/examples/dialogs/findfiles/main.rb +32 -0
- data/examples/dialogs/findfiles/window.rb +177 -0
- data/examples/dialogs/simplewizard/classwizard.rb +374 -0
- data/examples/dialogs/simplewizard/main.rb +31 -0
- data/examples/dialogs/simplewizard/simplewizard.rb +110 -0
- data/examples/dialogs/standarddialogs/dialog.rb +340 -0
- data/examples/dialogs/standarddialogs/main.rb +31 -0
- data/examples/dialogs/tabdialog/main.rb +38 -0
- data/examples/dialogs/tabdialog/tabdialog.rb +178 -0
- data/examples/draganddrop/draggableicons/dragwidget.rb +125 -0
- data/examples/draganddrop/draggableicons/images/boat.png +0 -0
- data/examples/draganddrop/draggableicons/images/car.png +0 -0
- data/examples/draganddrop/draggableicons/images/house.png +0 -0
- data/examples/draganddrop/draggableicons/main.rb +41 -0
- data/examples/draganddrop/draggabletext/draglabel.rb +51 -0
- data/examples/draganddrop/draggabletext/dragwidget.rb +94 -0
- data/examples/draganddrop/draggabletext/main.rb +33 -0
- data/examples/draganddrop/draggabletext/words.txt +41 -0
- data/examples/draganddrop/dropsite/dropsitewidget.rb +98 -0
- data/examples/draganddrop/dropsite/dropsitewindow.rb +114 -0
- data/examples/draganddrop/dropsite/main.rb +33 -0
- data/examples/draganddrop/fridgemagnets/draglabel.rb +78 -0
- data/examples/draganddrop/fridgemagnets/dragwidget.rb +130 -0
- data/examples/draganddrop/fridgemagnets/main.rb +33 -0
- data/examples/draganddrop/fridgemagnets/words.txt +48 -0
- data/examples/draganddrop/puzzle/example.jpg +0 -0
- data/examples/draganddrop/puzzle/main.rb +33 -0
- data/examples/draganddrop/puzzle/mainwindow.rb +136 -0
- data/examples/draganddrop/puzzle/pieceslist.rb +95 -0
- data/examples/draganddrop/puzzle/puzzlewidget.rb +190 -0
- data/examples/graphicsview/collidingmice/images/cheese.jpg +0 -0
- data/examples/graphicsview/collidingmice/main.rb +53 -0
- data/examples/graphicsview/collidingmice/makefile +2 -0
- data/examples/graphicsview/collidingmice/mice.qrc +5 -0
- data/examples/graphicsview/collidingmice/mouse.rb +176 -0
- data/examples/graphicsview/dragdroprobot/coloritem.rb +86 -0
- data/examples/graphicsview/dragdroprobot/images/head.png +0 -0
- data/examples/graphicsview/dragdroprobot/main.rb +57 -0
- data/examples/graphicsview/dragdroprobot/makefile +2 -0
- data/examples/graphicsview/dragdroprobot/robot.qrc +5 -0
- data/examples/graphicsview/dragdroprobot/robot.rb +246 -0
- data/examples/itemviews/chart/chart.qrc +5 -0
- data/examples/itemviews/chart/main.rb +33 -0
- data/examples/itemviews/chart/mainwindow.rb +151 -0
- data/examples/itemviews/chart/makefile +2 -0
- data/examples/itemviews/chart/mydata.cht +8 -0
- data/examples/itemviews/chart/pieview.rb +516 -0
- data/examples/itemviews/chart/qtdata.cht +14 -0
- data/examples/itemviews/dirview/main.rb +39 -0
- data/examples/itemviews/pixelator/imagemodel.rb +51 -0
- data/examples/itemviews/pixelator/images.qrc +5 -0
- data/examples/itemviews/pixelator/images/qt.png +0 -0
- data/examples/itemviews/pixelator/main.rb +34 -0
- data/examples/itemviews/pixelator/mainwindow.rb +218 -0
- data/examples/itemviews/pixelator/makefile +3 -0
- data/examples/itemviews/pixelator/pixeldelegate.rb +67 -0
- data/examples/itemviews/puzzle/example.jpg +0 -0
- data/examples/itemviews/puzzle/main.rb +36 -0
- data/examples/itemviews/puzzle/mainwindow.rb +143 -0
- data/examples/itemviews/puzzle/piecesmodel.rb +174 -0
- data/examples/itemviews/puzzle/puzzlewidget.rb +192 -0
- data/examples/itemviews/simpledommodel/domitem.rb +62 -0
- data/examples/itemviews/simpledommodel/dommodel.rb +139 -0
- data/examples/itemviews/simpledommodel/main.rb +33 -0
- data/examples/itemviews/simpledommodel/mainwindow.rb +66 -0
- data/examples/itemviews/simpletreemodel/default.txt +40 -0
- data/examples/itemviews/simpletreemodel/main.rb +41 -0
- data/examples/itemviews/simpletreemodel/makefile +2 -0
- data/examples/itemviews/simpletreemodel/simpletreemodel.qrc +5 -0
- data/examples/itemviews/simpletreemodel/treeitem.rb +67 -0
- data/examples/itemviews/simpletreemodel/treemodel.rb +164 -0
- data/examples/itemviews/sortingmodel/default.txt +40 -0
- data/examples/itemviews/sortingmodel/main.rb +53 -0
- data/examples/itemviews/sortingmodel/treeitem.rb +73 -0
- data/examples/itemviews/sortingmodel/treemodel.rb +166 -0
- data/examples/itemviews/spinboxdelegate/main.rb +47 -0
- data/examples/itemviews/spinboxdelegate/spinboxdelegate.rb +62 -0
- data/examples/killerfilter/killerfilter.rb +55 -0
- data/examples/layouts/basiclayouts/dialog.rb +110 -0
- data/examples/layouts/basiclayouts/main.rb +31 -0
- data/examples/layouts/borderlayout/borderlayout.rb +190 -0
- data/examples/layouts/borderlayout/main.rb +32 -0
- data/examples/layouts/borderlayout/window.rb +52 -0
- data/examples/layouts/flowlayouts/flowlayout.rb +108 -0
- data/examples/layouts/flowlayouts/main.rb +32 -0
- data/examples/layouts/flowlayouts/window.rb +43 -0
- data/examples/mainwindows/application/images/copy.png +0 -0
- data/examples/mainwindows/application/images/cut.png +0 -0
- data/examples/mainwindows/application/images/new.png +0 -0
- data/examples/mainwindows/application/images/open.png +0 -0
- data/examples/mainwindows/application/images/paste.png +0 -0
- data/examples/mainwindows/application/images/save.png +0 -0
- data/examples/mainwindows/application/main.rb +32 -0
- data/examples/mainwindows/application/mainwindow.rb +285 -0
- data/examples/mainwindows/dockwidgets/images/new.png +0 -0
- data/examples/mainwindows/dockwidgets/images/print.png +0 -0
- data/examples/mainwindows/dockwidgets/images/save.png +0 -0
- data/examples/mainwindows/dockwidgets/images/undo.png +0 -0
- data/examples/mainwindows/dockwidgets/main.rb +32 -0
- data/examples/mainwindows/dockwidgets/mainwindow.rb +302 -0
- data/examples/mainwindows/mdi/images/copy.png +0 -0
- data/examples/mainwindows/mdi/images/cut.png +0 -0
- data/examples/mainwindows/mdi/images/new.png +0 -0
- data/examples/mainwindows/mdi/images/open.png +0 -0
- data/examples/mainwindows/mdi/images/paste.png +0 -0
- data/examples/mainwindows/mdi/images/save.png +0 -0
- data/examples/mainwindows/mdi/main.rb +32 -0
- data/examples/mainwindows/mdi/mainwindow.rb +363 -0
- data/examples/mainwindows/mdi/mdichild.rb +152 -0
- data/examples/mainwindows/menus/main.rb +32 -0
- data/examples/mainwindows/menus/mainwindow.rb +327 -0
- data/examples/mainwindows/recentfiles/main.rb +32 -0
- data/examples/mainwindows/recentfiles/mainwindow.rb +258 -0
- data/examples/mainwindows/sdi/images/copy.png +0 -0
- data/examples/mainwindows/sdi/images/cut.png +0 -0
- data/examples/mainwindows/sdi/images/new.png +0 -0
- data/examples/mainwindows/sdi/images/open.png +0 -0
- data/examples/mainwindows/sdi/images/paste.png +0 -0
- data/examples/mainwindows/sdi/images/save.png +0 -0
- data/examples/mainwindows/sdi/main.rb +32 -0
- data/examples/mainwindows/sdi/mainwindow.rb +335 -0
- data/examples/network/broadcastreceiver/main.rb +32 -0
- data/examples/network/broadcastreceiver/receiver.rb +64 -0
- data/examples/network/broadcastsender/main.rb +32 -0
- data/examples/network/broadcastsender/sender.rb +70 -0
- data/examples/network/fortuneclient/client.rb +150 -0
- data/examples/network/fortuneclient/main.rb +32 -0
- data/examples/network/fortuneserver/main.rb +32 -0
- data/examples/network/fortuneserver/server.rb +88 -0
- data/examples/network/ftp/ftpwindow.rb +254 -0
- data/examples/network/ftp/images/cdtoparent.png +0 -0
- data/examples/network/ftp/images/dir.png +0 -0
- data/examples/network/ftp/images/file.png +0 -0
- data/examples/network/ftp/main.rb +32 -0
- data/examples/network/http/httpwindow.rb +187 -0
- data/examples/network/http/main.rb +32 -0
- data/examples/network/loopback/dialog.rb +163 -0
- data/examples/network/loopback/main.rb +32 -0
- data/examples/opengl/grabber/glwidget.rb +265 -0
- data/examples/opengl/grabber/main.rb +32 -0
- data/examples/opengl/grabber/mainwindow.rb +189 -0
- data/examples/opengl/hellogl/glwidget.rb +226 -0
- data/examples/opengl/hellogl/main.rb +32 -0
- data/examples/opengl/hellogl/window.rb +66 -0
- data/examples/opengl/textures/glwidget.rb +151 -0
- data/examples/opengl/textures/images/side1.png +0 -0
- data/examples/opengl/textures/images/side2.png +0 -0
- data/examples/opengl/textures/images/side3.png +0 -0
- data/examples/opengl/textures/images/side4.png +0 -0
- data/examples/opengl/textures/images/side5.png +0 -0
- data/examples/opengl/textures/images/side6.png +0 -0
- data/examples/opengl/textures/main.rb +32 -0
- data/examples/opengl/textures/window.rb +77 -0
- data/examples/painting/basicdrawing/images/brick.png +0 -0
- data/examples/painting/basicdrawing/images/qt-logo.png +0 -0
- data/examples/painting/basicdrawing/main.rb +32 -0
- data/examples/painting/basicdrawing/renderarea.rb +166 -0
- data/examples/painting/basicdrawing/window.rb +215 -0
- data/examples/painting/concentriccircles/circlewidget.rb +88 -0
- data/examples/painting/concentriccircles/main.rb +32 -0
- data/examples/painting/concentriccircles/window.rb +72 -0
- data/examples/painting/fontsampler/main.rb +32 -0
- data/examples/painting/fontsampler/mainwindow.rb +368 -0
- data/examples/painting/fontsampler/mainwindowbase.ui +136 -0
- data/examples/painting/fontsampler/makefile +8 -0
- data/examples/painting/fontsampler/previewdialog.rb +256 -0
- data/examples/painting/fontsampler/previewdialogbase.ui +224 -0
- data/examples/painting/fontsampler/previewlabel.rb +43 -0
- data/examples/painting/imagecomposition/imagecomposer.rb +152 -0
- data/examples/painting/imagecomposition/imagecomposition.qrc +6 -0
- data/examples/painting/imagecomposition/images/background.png +0 -0
- data/examples/painting/imagecomposition/images/blackrectangle.png +0 -0
- data/examples/painting/imagecomposition/images/butterfly.png +0 -0
- data/examples/painting/imagecomposition/images/checker.png +0 -0
- data/examples/painting/imagecomposition/main.rb +33 -0
- data/examples/painting/imagecomposition/makefile +2 -0
- data/examples/painting/painterpaths/main.rb +32 -0
- data/examples/painting/painterpaths/renderarea.rb +97 -0
- data/examples/painting/painterpaths/window.rb +247 -0
- data/examples/painting/svgviewer/files/bubbles.svg +212 -0
- data/examples/painting/svgviewer/files/cubic.svg +77 -0
- data/examples/painting/svgviewer/files/spheres.svg +79 -0
- data/examples/painting/svgviewer/main.rb +38 -0
- data/examples/painting/svgviewer/mainwindow.rb +99 -0
- data/examples/painting/svgviewer/makefile +2 -0
- data/examples/painting/svgviewer/svgview.rb +156 -0
- data/examples/painting/svgviewer/svgviewer.qrc +6 -0
- data/examples/painting/svgviewer/svgwindow.rb +87 -0
- data/examples/painting/transformations/main.rb +32 -0
- data/examples/painting/transformations/renderarea.rb +127 -0
- data/examples/painting/transformations/window.rb +153 -0
- data/examples/passivepopup/passivepopup.rb +38 -0
- data/examples/qtscribble/scribble.rb +270 -0
- data/examples/richtext/calendar/main.rb +33 -0
- data/examples/richtext/calendar/mainwindow.rb +173 -0
- data/examples/richtext/orderform/detailsdialog.rb +130 -0
- data/examples/richtext/orderform/main.rb +34 -0
- data/examples/richtext/orderform/mainwindow.rb +194 -0
- data/examples/richtext/syntaxhighlighter/examples/example +79 -0
- data/examples/richtext/syntaxhighlighter/highlighter.rb +90 -0
- data/examples/richtext/syntaxhighlighter/main.rb +34 -0
- data/examples/richtext/syntaxhighlighter/mainwindow.rb +105 -0
- data/examples/ruboids/Manifest +26 -0
- data/examples/ruboids/README +53 -0
- data/examples/ruboids/TODO +29 -0
- data/examples/ruboids/boids.properties +33 -0
- data/examples/ruboids/generateManifest.rb +42 -0
- data/examples/ruboids/index.html +147 -0
- data/examples/ruboids/release.rb +152 -0
- data/examples/ruboids/ruboids/Boid.rb +141 -0
- data/examples/ruboids/ruboids/BoidView.rb +159 -0
- data/examples/ruboids/ruboids/Camera.rb +24 -0
- data/examples/ruboids/ruboids/CameraDialog.rb +218 -0
- data/examples/ruboids/ruboids/Canvas.rb +143 -0
- data/examples/ruboids/ruboids/Cloud.rb +61 -0
- data/examples/ruboids/ruboids/CloudView.rb +54 -0
- data/examples/ruboids/ruboids/Flock.rb +47 -0
- data/examples/ruboids/ruboids/Graphics.rb +278 -0
- data/examples/ruboids/ruboids/Params.rb +87 -0
- data/examples/ruboids/ruboids/Point.rb +153 -0
- data/examples/ruboids/ruboids/Thing.rb +34 -0
- data/examples/ruboids/ruboids/Triangle.rb +21 -0
- data/examples/ruboids/ruboids/View.rb +88 -0
- data/examples/ruboids/ruboids/World.rb +82 -0
- data/examples/ruboids/ruboids/WorldWindow.rb +52 -0
- data/examples/ruboids/ruboids/info.rb +12 -0
- data/examples/ruboids/ruboids/ruboids.rb +29 -0
- data/examples/textedit/textedit.rb +150 -0
- data/examples/tutorial/t1/t1.rb +10 -0
- data/examples/tutorial/t10/cannon.rb +72 -0
- data/examples/tutorial/t10/lcdrange.rb +45 -0
- data/examples/tutorial/t10/t10.rb +55 -0
- data/examples/tutorial/t11/cannon.rb +124 -0
- data/examples/tutorial/t11/lcdrange.rb +45 -0
- data/examples/tutorial/t11/t11.rb +65 -0
- data/examples/tutorial/t12/cannon.rb +158 -0
- data/examples/tutorial/t12/lcdrange.rb +59 -0
- data/examples/tutorial/t12/t12.rb +66 -0
- data/examples/tutorial/t13/cannon.rb +208 -0
- data/examples/tutorial/t13/gamebrd.rb +113 -0
- data/examples/tutorial/t13/lcdrange.rb +60 -0
- data/examples/tutorial/t13/t13.rb +11 -0
- data/examples/tutorial/t14/cannon.rb +263 -0
- data/examples/tutorial/t14/gamebrd.rb +123 -0
- data/examples/tutorial/t14/lcdrange.rb +63 -0
- data/examples/tutorial/t14/t14.rb +11 -0
- data/examples/tutorial/t2/t2.rb +16 -0
- data/examples/tutorial/t3/t3.rb +18 -0
- data/examples/tutorial/t4/t4.rb +25 -0
- data/examples/tutorial/t5/t5.rb +37 -0
- data/examples/tutorial/t6/t6.rb +52 -0
- data/examples/tutorial/t7/lcdrange.rb +32 -0
- data/examples/tutorial/t7/t7.rb +42 -0
- data/examples/tutorial/t8/cannon.rb +38 -0
- data/examples/tutorial/t8/lcdrange.rb +45 -0
- data/examples/tutorial/t8/t8.rb +43 -0
- data/examples/tutorial/t9/cannon.rb +45 -0
- data/examples/tutorial/t9/lcdrange.rb +46 -0
- data/examples/tutorial/t9/t9.rb +43 -0
- data/examples/widgets/analogclock/analogclock.rb +94 -0
- data/examples/widgets/analogclock/main.rb +9 -0
- data/examples/widgets/calculator/button.rb +45 -0
- data/examples/widgets/calculator/calculator.rb +382 -0
- data/examples/widgets/calculator/main.rb +32 -0
- data/examples/widgets/charactermap/characterwidget.rb +110 -0
- data/examples/widgets/charactermap/main.rb +32 -0
- data/examples/widgets/charactermap/mainwindow.rb +118 -0
- data/examples/widgets/digitalclock/digitalclock.rb +30 -0
- data/examples/widgets/digitalclock/main.rb +9 -0
- data/examples/widgets/groupbox/main.rb +32 -0
- data/examples/widgets/groupbox/window.rb +134 -0
- data/examples/widgets/icons/iconpreviewarea.rb +111 -0
- data/examples/widgets/icons/iconsizespinbox.rb +39 -0
- data/examples/widgets/icons/imagedelegate.rb +73 -0
- data/examples/widgets/icons/images/designer.png +0 -0
- data/examples/widgets/icons/images/find_disabled.png +0 -0
- data/examples/widgets/icons/images/find_normal.png +0 -0
- data/examples/widgets/icons/images/monkey_off_128x128.png +0 -0
- data/examples/widgets/icons/images/monkey_off_16x16.png +0 -0
- data/examples/widgets/icons/images/monkey_off_32x32.png +0 -0
- data/examples/widgets/icons/images/monkey_off_64x64.png +0 -0
- data/examples/widgets/icons/images/monkey_on_128x128.png +0 -0
- data/examples/widgets/icons/images/monkey_on_16x16.png +0 -0
- data/examples/widgets/icons/images/monkey_on_32x32.png +0 -0
- data/examples/widgets/icons/images/monkey_on_64x64.png +0 -0
- data/examples/widgets/icons/images/qtopia_16x16.png +0 -0
- data/examples/widgets/icons/images/qtopia_32x32.png +0 -0
- data/examples/widgets/icons/images/qtopia_48x48.png +0 -0
- data/examples/widgets/icons/main.rb +32 -0
- data/examples/widgets/icons/mainwindow.rb +351 -0
- data/examples/widgets/imageviewer/imageviewer.rb +219 -0
- data/examples/widgets/imageviewer/main.rb +32 -0
- data/examples/widgets/lineedits/main.rb +32 -0
- data/examples/widgets/lineedits/window.rb +199 -0
- data/examples/widgets/movie/images/open.png +0 -0
- data/examples/widgets/movie/images/pause.png +0 -0
- data/examples/widgets/movie/images/play.png +0 -0
- data/examples/widgets/movie/images/quit.png +0 -0
- data/examples/widgets/movie/images/stop.png +0 -0
- data/examples/widgets/movie/main.rb +32 -0
- data/examples/widgets/movie/movieplayer.rb +201 -0
- data/examples/widgets/movie/movies/fire.mng +0 -0
- data/examples/widgets/screenshot/main.rb +32 -0
- data/examples/widgets/screenshot/screenshot.rb +155 -0
- data/examples/widgets/scribble/main.rb +32 -0
- data/examples/widgets/scribble/mainwindow.rb +202 -0
- data/examples/widgets/scribble/scribblearea.rb +154 -0
- data/examples/widgets/sliders/main.rb +32 -0
- data/examples/widgets/sliders/slidersgroup.rb +97 -0
- data/examples/widgets/sliders/window.rb +124 -0
- data/examples/widgets/spinboxes/main.rb +32 -0
- data/examples/widgets/spinboxes/window.rb +213 -0
- data/examples/widgets/tetrix/main.rb +33 -0
- data/examples/widgets/tetrix/tetrixboard.rb +346 -0
- data/examples/widgets/tetrix/tetrixpiece.rb +135 -0
- data/examples/widgets/tetrix/tetrixwindow.rb +88 -0
- data/examples/widgets/tooltips/images/circle.png +0 -0
- data/examples/widgets/tooltips/images/square.png +0 -0
- data/examples/widgets/tooltips/images/triangle.png +0 -0
- data/examples/widgets/tooltips/main.rb +32 -0
- data/examples/widgets/tooltips/shapeitem.rb +31 -0
- data/examples/widgets/tooltips/sortingbox.rb +222 -0
- data/examples/widgets/wiggly/dialog.rb +48 -0
- data/examples/widgets/wiggly/main.rb +11 -0
- data/examples/widgets/wiggly/wigglywidget.rb +76 -0
- data/examples/widgets/windowflags/controllerwindow.rb +195 -0
- data/examples/widgets/windowflags/main.rb +32 -0
- data/examples/widgets/windowflags/previewwindow.rb +103 -0
- data/examples/xml/dombookmarks/frank.xbel +230 -0
- data/examples/xml/dombookmarks/jennifer.xbel +93 -0
- data/examples/xml/dombookmarks/main.rb +34 -0
- data/examples/xml/dombookmarks/mainwindow.rb +129 -0
- data/examples/xml/dombookmarks/xbeltree.rb +172 -0
- data/examples/xml/saxbookmarks/frank.xbel +230 -0
- data/examples/xml/saxbookmarks/jennifer.xbel +93 -0
- data/examples/xml/saxbookmarks/main.rb +34 -0
- data/examples/xml/saxbookmarks/mainwindow.rb +144 -0
- data/examples/xml/saxbookmarks/xbelgenerator.rb +95 -0
- data/examples/xml/saxbookmarks/xbelhandler.rb +122 -0
- data/lib/Qt/qtruby4.rb +5 -1
- data/lib/qtruby4.dll +0 -0
- data/lib/qtscript.dll +0 -0
- data/lib/qtscript/qtscript.rb +40 -0
- data/lib/qttest.dll +0 -0
- data/lib/qttest/qttest.rb +166 -0
- data/lib/qtuitools.dll +0 -0
- data/lib/qtuitools/qtuitools.rb +17 -0
- data/lib/qtwebkit.dll +0 -0
- data/lib/qtwebkit/qtwebkit.rb +17 -0
- metadata +420 -7
@@ -0,0 +1,136 @@
|
|
1
|
+
<ui version="4.0" >
|
2
|
+
<class>MainWindowBase</class>
|
3
|
+
<widget class="QMainWindow" name="MainWindowBase" >
|
4
|
+
<property name="geometry" >
|
5
|
+
<rect>
|
6
|
+
<x>0</x>
|
7
|
+
<y>0</y>
|
8
|
+
<width>800</width>
|
9
|
+
<height>345</height>
|
10
|
+
</rect>
|
11
|
+
</property>
|
12
|
+
<property name="windowTitle" >
|
13
|
+
<string>Font Sampler</string>
|
14
|
+
</property>
|
15
|
+
<widget class="QWidget" name="centralwidget" >
|
16
|
+
<layout class="QVBoxLayout" >
|
17
|
+
<property name="margin" >
|
18
|
+
<number>9</number>
|
19
|
+
</property>
|
20
|
+
<property name="spacing" >
|
21
|
+
<number>6</number>
|
22
|
+
</property>
|
23
|
+
<item>
|
24
|
+
<widget class="QTextEdit" name="textEdit" />
|
25
|
+
</item>
|
26
|
+
</layout>
|
27
|
+
</widget>
|
28
|
+
<widget class="QMenuBar" name="menubar" >
|
29
|
+
<property name="geometry" >
|
30
|
+
<rect>
|
31
|
+
<x>0</x>
|
32
|
+
<y>0</y>
|
33
|
+
<width>800</width>
|
34
|
+
<height>24</height>
|
35
|
+
</rect>
|
36
|
+
</property>
|
37
|
+
<widget class="QMenu" name="menu_Selection" >
|
38
|
+
<property name="title" >
|
39
|
+
<string>&Selection</string>
|
40
|
+
</property>
|
41
|
+
<addaction name="markAction" />
|
42
|
+
<addaction name="unmarkAction" />
|
43
|
+
<addaction name="clearAction" />
|
44
|
+
</widget>
|
45
|
+
<widget class="QMenu" name="menu_File" >
|
46
|
+
<property name="title" >
|
47
|
+
<string>&File</string>
|
48
|
+
</property>
|
49
|
+
<addaction name="printPreviewAction" />
|
50
|
+
<addaction name="printAction" />
|
51
|
+
<addaction name="quitAction" />
|
52
|
+
</widget>
|
53
|
+
<addaction name="menu_File" />
|
54
|
+
<addaction name="menu_Selection" />
|
55
|
+
</widget>
|
56
|
+
<widget class="QStatusBar" name="statusbar" />
|
57
|
+
<widget class="QDockWidget" name="dockWidget" >
|
58
|
+
<property name="features" >
|
59
|
+
<set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable|QDockWidget::NoDockWidgetFeatures</set>
|
60
|
+
</property>
|
61
|
+
<property name="windowTitle" >
|
62
|
+
<string>Available Fonts</string>
|
63
|
+
</property>
|
64
|
+
<attribute name="dockWidgetArea" >
|
65
|
+
<number>1</number>
|
66
|
+
</attribute>
|
67
|
+
<widget class="QWidget" name="dockWidgetContents" >
|
68
|
+
<layout class="QVBoxLayout" >
|
69
|
+
<property name="margin" >
|
70
|
+
<number>9</number>
|
71
|
+
</property>
|
72
|
+
<property name="spacing" >
|
73
|
+
<number>6</number>
|
74
|
+
</property>
|
75
|
+
<item>
|
76
|
+
<widget class="QTreeWidget" name="fontTree" >
|
77
|
+
<property name="selectionMode" >
|
78
|
+
<enum>QAbstractItemView::ExtendedSelection</enum>
|
79
|
+
</property>
|
80
|
+
</widget>
|
81
|
+
</item>
|
82
|
+
</layout>
|
83
|
+
</widget>
|
84
|
+
</widget>
|
85
|
+
<action name="printAction" >
|
86
|
+
<property name="enabled" >
|
87
|
+
<bool>false</bool>
|
88
|
+
</property>
|
89
|
+
<property name="text" >
|
90
|
+
<string>&Print...</string>
|
91
|
+
</property>
|
92
|
+
<property name="shortcut" >
|
93
|
+
<string>Ctrl+P</string>
|
94
|
+
</property>
|
95
|
+
</action>
|
96
|
+
<action name="quitAction" >
|
97
|
+
<property name="text" >
|
98
|
+
<string>E&xit</string>
|
99
|
+
</property>
|
100
|
+
<property name="shortcut" >
|
101
|
+
<string>Ctrl+Q</string>
|
102
|
+
</property>
|
103
|
+
</action>
|
104
|
+
<action name="markAction" >
|
105
|
+
<property name="text" >
|
106
|
+
<string>&Mark</string>
|
107
|
+
</property>
|
108
|
+
<property name="shortcut" >
|
109
|
+
<string>Ctrl+M</string>
|
110
|
+
</property>
|
111
|
+
</action>
|
112
|
+
<action name="unmarkAction" >
|
113
|
+
<property name="text" >
|
114
|
+
<string>&Unmark</string>
|
115
|
+
</property>
|
116
|
+
<property name="shortcut" >
|
117
|
+
<string>Ctrl+U</string>
|
118
|
+
</property>
|
119
|
+
</action>
|
120
|
+
<action name="clearAction" >
|
121
|
+
<property name="text" >
|
122
|
+
<string>&Clear</string>
|
123
|
+
</property>
|
124
|
+
</action>
|
125
|
+
<action name="printPreviewAction" >
|
126
|
+
<property name="enabled" >
|
127
|
+
<bool>false</bool>
|
128
|
+
</property>
|
129
|
+
<property name="text" >
|
130
|
+
<string>Print Preview...</string>
|
131
|
+
</property>
|
132
|
+
</action>
|
133
|
+
</widget>
|
134
|
+
<resources/>
|
135
|
+
<connections/>
|
136
|
+
</ui>
|
@@ -0,0 +1,256 @@
|
|
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
|
+
require 'ui_previewdialogbase.rb'
|
27
|
+
require 'previewlabel.rb'
|
28
|
+
|
29
|
+
class PreviewDialog < Qt::Dialog
|
30
|
+
|
31
|
+
SmallPreviewLength = 200
|
32
|
+
LargePreviewLength = 400
|
33
|
+
|
34
|
+
signals 'pageRequested(int, QPainter &, QPrinter &)'
|
35
|
+
|
36
|
+
slots 'accept()',
|
37
|
+
'addPage()',
|
38
|
+
'on_pageList_currentItemChanged()',
|
39
|
+
'on_paperSizeCombo_activated(int)',
|
40
|
+
'on_paperOrientationCombo_activated(int)',
|
41
|
+
'reject()',
|
42
|
+
'setNumberOfPages(int)'
|
43
|
+
|
44
|
+
def initialize(printer, parent)
|
45
|
+
super(parent)
|
46
|
+
@printer = printer
|
47
|
+
@ui = Ui_PreviewDialogBase.new
|
48
|
+
@ui.setupUi(self)
|
49
|
+
|
50
|
+
@currentPage = 0
|
51
|
+
@pageCount = 0
|
52
|
+
@ui.pageList.setIconSize(Qt::Size(SmallPreviewLength, SmallPreviewLength))
|
53
|
+
@ui.pageList.header().hide()
|
54
|
+
@previewLabel = PreviewLabel.new
|
55
|
+
@printer = Qt::Printer.new
|
56
|
+
@ui.previewArea.widget = @previewLabel
|
57
|
+
setupComboBoxes()
|
58
|
+
|
59
|
+
@ui.buttonBox.button(Qt::DialogButtonBox::Ok).text = tr("&Print")
|
60
|
+
end
|
61
|
+
|
62
|
+
def setupComboBoxes()
|
63
|
+
@ui.paperSizeCombo.addItem(tr("A0 (841 x 1189 mm)"), Qt::Printer::A0)
|
64
|
+
@ui.paperSizeCombo.addItem(tr("A1 (594 x 841 mm)"), Qt::Printer::A1)
|
65
|
+
@ui.paperSizeCombo.addItem(tr("A2 (420 x 594 mm)"), Qt::Printer::A2)
|
66
|
+
@ui.paperSizeCombo.addItem(tr("A3 (297 x 420 mm)"), Qt::Printer::A3)
|
67
|
+
@ui.paperSizeCombo.addItem(tr("A4 (210 x 297 mm, 8.26 x 11.7 inches)"), Qt::Printer::A4)
|
68
|
+
@ui.paperSizeCombo.addItem(tr("A5 (148 x 210 mm)"), Qt::Printer::A5)
|
69
|
+
@ui.paperSizeCombo.addItem(tr("A6 (105 x 148 mm)"), Qt::Printer::A6)
|
70
|
+
@ui.paperSizeCombo.addItem(tr("A7 (74 x 105 mm)"), Qt::Printer::A7)
|
71
|
+
@ui.paperSizeCombo.addItem(tr("A8 (52 x 74 mm)"), Qt::Printer::A8)
|
72
|
+
@ui.paperSizeCombo.addItem(tr("A9 (37 x 52 mm)"), Qt::Printer::A9)
|
73
|
+
@ui.paperSizeCombo.addItem(tr("B0 (1000 x 1414 mm)"), Qt::Printer::B0)
|
74
|
+
@ui.paperSizeCombo.addItem(tr("B1 (707 x 1000 mm)"), Qt::Printer::B1)
|
75
|
+
@ui.paperSizeCombo.addItem(tr("B2 (500 x 707 mm)"), Qt::Printer::B2)
|
76
|
+
@ui.paperSizeCombo.addItem(tr("B3 (353 x 500 mm)"), Qt::Printer::B3)
|
77
|
+
@ui.paperSizeCombo.addItem(tr("B4 (250 x 353 mm)"), Qt::Printer::B4)
|
78
|
+
@ui.paperSizeCombo.addItem(tr("B5 (176 x 250 mm, 6.93 x 9.84 inches)"), Qt::Printer::B5)
|
79
|
+
@ui.paperSizeCombo.addItem(tr("B6 (125 x 176 mm)"), Qt::Printer::B6)
|
80
|
+
@ui.paperSizeCombo.addItem(tr("B7 (88 x 125 mm)"), Qt::Printer::B7)
|
81
|
+
@ui.paperSizeCombo.addItem(tr("B8 (62 x 88 mm)"), Qt::Printer::B8)
|
82
|
+
@ui.paperSizeCombo.addItem(tr("B9 (44 x 62 mm)"), Qt::Printer::B9)
|
83
|
+
@ui.paperSizeCombo.addItem(tr("B10 (31 x 44 mm)"), Qt::Printer::B10)
|
84
|
+
@ui.paperSizeCombo.addItem(tr("C5E (163 x 229 mm)"), Qt::Printer::C5E)
|
85
|
+
@ui.paperSizeCombo.addItem(tr("DLE (110 x 220 mm)"), Qt::Printer::DLE)
|
86
|
+
@ui.paperSizeCombo.addItem(tr("Executive (7.5 x 10 inches, 191 x 254 mm)"), Qt::Printer::Executive)
|
87
|
+
@ui.paperSizeCombo.addItem(tr("Folio (210 x 330 mm)"), Qt::Printer::Folio)
|
88
|
+
@ui.paperSizeCombo.addItem(tr("Ledger (432 x 279 mm)"), Qt::Printer::Ledger)
|
89
|
+
@ui.paperSizeCombo.addItem(tr("Legal (8.5 x 14 inches, 216 x 356 mm)"), Qt::Printer::Legal)
|
90
|
+
@ui.paperSizeCombo.addItem(tr("Letter (8.5 x 11 inches, 216 x 279 mm)"), Qt::Printer::Letter)
|
91
|
+
@ui.paperSizeCombo.addItem(tr("Tabloid (279 x 432 mm)"), Qt::Printer::Tabloid)
|
92
|
+
@ui.paperSizeCombo.addItem(tr("US Common #10 Envelope (105 x 241 mm)"), Qt::Printer::Comm10E)
|
93
|
+
@ui.paperSizeCombo.currentIndex = @ui.paperSizeCombo.findData(Qt::Printer::A4)
|
94
|
+
|
95
|
+
@ui.paperOrientationCombo.addItem(tr("Portrait"), Qt::Printer::Portrait)
|
96
|
+
@ui.paperOrientationCombo.addItem(tr("Landscape"), Qt::Printer::Landscape)
|
97
|
+
end
|
98
|
+
|
99
|
+
def addPage()
|
100
|
+
if @currentPage >= @pageCount
|
101
|
+
return
|
102
|
+
end
|
103
|
+
|
104
|
+
item = Qt::TreeWidgetItem.new(@ui.pageList)
|
105
|
+
item.setCheckState(0, Qt::Checked)
|
106
|
+
|
107
|
+
paintItem(item, @currentPage)
|
108
|
+
if @ui.pageList.indexOfTopLevelItem(@ui.pageList.currentItem()) < 0
|
109
|
+
@ui.pageList.currentItem = @ui.pageList.topLevelItem(0)
|
110
|
+
end
|
111
|
+
|
112
|
+
$qApp.processEvents()
|
113
|
+
@currentPage += 1
|
114
|
+
|
115
|
+
Qt::Timer.singleShot(0, self, SLOT('addPage()'))
|
116
|
+
end
|
117
|
+
|
118
|
+
def setNumberOfPages(count)
|
119
|
+
@pageCount = count
|
120
|
+
Qt::Timer.singleShot(0, self, SLOT('addPage()'))
|
121
|
+
end
|
122
|
+
|
123
|
+
def paintItem(item, index)
|
124
|
+
pixmap = Qt::Pixmap.new(SmallPreviewLength, SmallPreviewLength)
|
125
|
+
paintPreview(pixmap, index)
|
126
|
+
item.setIcon(0, Qt::Icon.new(pixmap))
|
127
|
+
end
|
128
|
+
|
129
|
+
def paintPreview(pixmap, index)
|
130
|
+
longestSide = [@printer.paperRect().width(),
|
131
|
+
@printer.paperRect().height()].max
|
132
|
+
width = pixmap.width() * @printer.paperRect().width() / longestSide
|
133
|
+
height = pixmap.height() * @printer.paperRect().height() / longestSide
|
134
|
+
|
135
|
+
pixmap.fill(qRgb(224,224,224))
|
136
|
+
painter = Qt::Painter.new
|
137
|
+
painter.begin(pixmap)
|
138
|
+
painter.renderHint = Qt::Painter::Antialiasing
|
139
|
+
painter.translate((pixmap.width() - width)/2,
|
140
|
+
(pixmap.height() - height)/2)
|
141
|
+
painter.fillRect(Qt::RectF.new(0, 0, width, height), Qt::Brush.new(Qt::white))
|
142
|
+
painter.scale(pixmap.width() / longestSide, pixmap.height() / longestSide)
|
143
|
+
painter.translate(@printer.pageRect().topLeft())
|
144
|
+
emit pageRequested(index, painter, @printer)
|
145
|
+
painter.end()
|
146
|
+
end
|
147
|
+
|
148
|
+
def accept()
|
149
|
+
markedPages = 0
|
150
|
+
for pageIndex in 0..@ui.pageList.topLevelItemCount
|
151
|
+
if @ui.pageList.topLevelItem(pageIndex).checkState(0) == Qt::Checked
|
152
|
+
markedPages += 1
|
153
|
+
end
|
154
|
+
end
|
155
|
+
|
156
|
+
# Print all pages that have yet to be previewed.
|
157
|
+
markedPages += @pageCount - pageIndex
|
158
|
+
|
159
|
+
@printer.pageSize = @ui.paperSizeCombo.itemData(@ui.paperSizeCombo.currentIndex()).to_i
|
160
|
+
@printer.orientation = paperOrientationCombo.itemData(paperOrientationCombo.currentIndex()).to_i
|
161
|
+
|
162
|
+
dialog = Qt::PrintDialog.new(@printer, self)
|
163
|
+
if dialog.exec() != Qt::Dialog::Accepted
|
164
|
+
return
|
165
|
+
end
|
166
|
+
|
167
|
+
@ui.progressBar.maximum = markedPages
|
168
|
+
@ui.progressBar.enabled = true
|
169
|
+
@ui.progressBar.textVisible = true
|
170
|
+
|
171
|
+
painter = Qt::Painter.new
|
172
|
+
painter.begin(@printer)
|
173
|
+
|
174
|
+
@canceled = false
|
175
|
+
printed = 0
|
176
|
+
firstPage = true
|
177
|
+
for pageIndex in 0..@pageCount
|
178
|
+
$qApp.processEvents()
|
179
|
+
|
180
|
+
if @canceled
|
181
|
+
break
|
182
|
+
end
|
183
|
+
|
184
|
+
if pageIndex >= @currentPage || isSelected(pageIndex)
|
185
|
+
# Print all pages that are either marked or have yet to be
|
186
|
+
# previewed.
|
187
|
+
if !firstPage
|
188
|
+
@printer.newPage()
|
189
|
+
end
|
190
|
+
|
191
|
+
emit pageRequested(pageIndex, painter, @printer)
|
192
|
+
printed += 1
|
193
|
+
@ui.progressBar.value = printed
|
194
|
+
firstPage = false
|
195
|
+
end
|
196
|
+
end
|
197
|
+
painter.end()
|
198
|
+
|
199
|
+
@ui.progressBar.textVisible = false
|
200
|
+
@ui.progressBar.enabled = false
|
201
|
+
|
202
|
+
Qt::Dialog.accept()
|
203
|
+
end
|
204
|
+
|
205
|
+
def isSelected(index)
|
206
|
+
if index >= 0 && index < @ui.pageList.topLevelItemCount
|
207
|
+
return @ui.pageList.topLevelItem(index).checkState(0) == Qt::Checked
|
208
|
+
else
|
209
|
+
return false
|
210
|
+
end
|
211
|
+
end
|
212
|
+
|
213
|
+
def reject()
|
214
|
+
@canceled = true
|
215
|
+
Qt::Dialog.reject()
|
216
|
+
end
|
217
|
+
|
218
|
+
def resizeEvent(event)
|
219
|
+
size = [[@ui.previewArea.width - @ui.previewArea.verticalScrollBar.width,
|
220
|
+
@ui.previewArea.height - @ui.previewArea.horizontalScrollBar.height].min,
|
221
|
+
LargePreviewLength].max
|
222
|
+
@previewLabel.resize(size, size)
|
223
|
+
on_pageList_currentItemChanged()
|
224
|
+
end
|
225
|
+
|
226
|
+
def on_pageList_currentItemChanged()
|
227
|
+
if @ui.pageList.indexOfTopLevelItem(@ui.pageList.currentItem()) < 0
|
228
|
+
return
|
229
|
+
end
|
230
|
+
|
231
|
+
pixmap = Qt::Pixmap.new(@previewLabel.size())
|
232
|
+
paintPreview(pixmap, @ui.pageList.indexOfTopLevelItem(@ui.pageList.currentItem()))
|
233
|
+
@previewLabel.pixmap = pixmap
|
234
|
+
@previewLabel.update()
|
235
|
+
end
|
236
|
+
|
237
|
+
def on_paperSizeCombo_activated(index)
|
238
|
+
@printer.pageSize = @ui.paperSizeCombo.itemData(index.to_i)
|
239
|
+
|
240
|
+
for index in 0..@ui.pageList.topLevelItemCount
|
241
|
+
paintItem(@ui.pageList.topLevelItem(index), index)
|
242
|
+
end
|
243
|
+
|
244
|
+
on_pageList_currentItemChanged()
|
245
|
+
end
|
246
|
+
|
247
|
+
def on_paperOrientationCombo_activated(index)
|
248
|
+
@printer.orientation = @ui.paperOrientationCombo.itemData(index.to_i)
|
249
|
+
|
250
|
+
for index in 0..@ui.pageList.topLevelItemCount
|
251
|
+
paintItem(@ui.pageList.topLevelItem(index), index)
|
252
|
+
end
|
253
|
+
|
254
|
+
on_pageList_currentItemChanged()
|
255
|
+
end
|
256
|
+
end
|
@@ -0,0 +1,224 @@
|
|
1
|
+
<ui version="4.0" >
|
2
|
+
<class>PreviewDialogBase</class>
|
3
|
+
<widget class="QDialog" name="PreviewDialogBase" >
|
4
|
+
<property name="geometry" >
|
5
|
+
<rect>
|
6
|
+
<x>0</x>
|
7
|
+
<y>0</y>
|
8
|
+
<width>733</width>
|
9
|
+
<height>479</height>
|
10
|
+
</rect>
|
11
|
+
</property>
|
12
|
+
<property name="windowTitle" >
|
13
|
+
<string>Print Preview</string>
|
14
|
+
</property>
|
15
|
+
<layout class="QVBoxLayout" >
|
16
|
+
<property name="margin" >
|
17
|
+
<number>9</number>
|
18
|
+
</property>
|
19
|
+
<property name="spacing" >
|
20
|
+
<number>6</number>
|
21
|
+
</property>
|
22
|
+
<item>
|
23
|
+
<layout class="QHBoxLayout" >
|
24
|
+
<property name="margin" >
|
25
|
+
<number>0</number>
|
26
|
+
</property>
|
27
|
+
<property name="spacing" >
|
28
|
+
<number>6</number>
|
29
|
+
</property>
|
30
|
+
<item>
|
31
|
+
<widget class="QLabel" name="label" >
|
32
|
+
<property name="text" >
|
33
|
+
<string>&Paper Size:</string>
|
34
|
+
</property>
|
35
|
+
<property name="buddy" >
|
36
|
+
<cstring>paperSizeCombo</cstring>
|
37
|
+
</property>
|
38
|
+
</widget>
|
39
|
+
</item>
|
40
|
+
<item>
|
41
|
+
<widget class="QComboBox" name="paperSizeCombo" >
|
42
|
+
<property name="sizePolicy" >
|
43
|
+
<sizepolicy>
|
44
|
+
<hsizetype>1</hsizetype>
|
45
|
+
<vsizetype>0</vsizetype>
|
46
|
+
<horstretch>0</horstretch>
|
47
|
+
<verstretch>0</verstretch>
|
48
|
+
</sizepolicy>
|
49
|
+
</property>
|
50
|
+
</widget>
|
51
|
+
</item>
|
52
|
+
<item>
|
53
|
+
<widget class="QLabel" name="label_2" >
|
54
|
+
<property name="text" >
|
55
|
+
<string>&Orientation:</string>
|
56
|
+
</property>
|
57
|
+
<property name="buddy" >
|
58
|
+
<cstring>paperOrientationCombo</cstring>
|
59
|
+
</property>
|
60
|
+
</widget>
|
61
|
+
</item>
|
62
|
+
<item>
|
63
|
+
<widget class="QComboBox" name="paperOrientationCombo" >
|
64
|
+
<property name="sizePolicy" >
|
65
|
+
<sizepolicy>
|
66
|
+
<hsizetype>1</hsizetype>
|
67
|
+
<vsizetype>0</vsizetype>
|
68
|
+
<horstretch>0</horstretch>
|
69
|
+
<verstretch>0</verstretch>
|
70
|
+
</sizepolicy>
|
71
|
+
</property>
|
72
|
+
</widget>
|
73
|
+
</item>
|
74
|
+
<item>
|
75
|
+
<spacer>
|
76
|
+
<property name="orientation" >
|
77
|
+
<enum>Qt::Horizontal</enum>
|
78
|
+
</property>
|
79
|
+
<property name="sizeHint" >
|
80
|
+
<size>
|
81
|
+
<width>40</width>
|
82
|
+
<height>20</height>
|
83
|
+
</size>
|
84
|
+
</property>
|
85
|
+
</spacer>
|
86
|
+
</item>
|
87
|
+
</layout>
|
88
|
+
</item>
|
89
|
+
<item>
|
90
|
+
<layout class="QHBoxLayout" >
|
91
|
+
<property name="margin" >
|
92
|
+
<number>0</number>
|
93
|
+
</property>
|
94
|
+
<property name="spacing" >
|
95
|
+
<number>6</number>
|
96
|
+
</property>
|
97
|
+
<item>
|
98
|
+
<widget class="QTreeWidget" name="pageList" >
|
99
|
+
<property name="indentation" >
|
100
|
+
<number>0</number>
|
101
|
+
</property>
|
102
|
+
<property name="rootIsDecorated" >
|
103
|
+
<bool>false</bool>
|
104
|
+
</property>
|
105
|
+
<property name="uniformRowHeights" >
|
106
|
+
<bool>true</bool>
|
107
|
+
</property>
|
108
|
+
<property name="itemsExpandable" >
|
109
|
+
<bool>false</bool>
|
110
|
+
</property>
|
111
|
+
<property name="columnCount" >
|
112
|
+
<number>1</number>
|
113
|
+
</property>
|
114
|
+
<column>
|
115
|
+
<property name="text" >
|
116
|
+
<string>1</string>
|
117
|
+
</property>
|
118
|
+
</column>
|
119
|
+
</widget>
|
120
|
+
</item>
|
121
|
+
<item>
|
122
|
+
<widget class="QScrollArea" native="1" name="previewArea" >
|
123
|
+
<property name="sizePolicy" >
|
124
|
+
<sizepolicy>
|
125
|
+
<hsizetype>5</hsizetype>
|
126
|
+
<vsizetype>5</vsizetype>
|
127
|
+
<horstretch>1</horstretch>
|
128
|
+
<verstretch>0</verstretch>
|
129
|
+
</sizepolicy>
|
130
|
+
</property>
|
131
|
+
</widget>
|
132
|
+
</item>
|
133
|
+
</layout>
|
134
|
+
</item>
|
135
|
+
<item>
|
136
|
+
<layout class="QHBoxLayout" >
|
137
|
+
<property name="margin" >
|
138
|
+
<number>0</number>
|
139
|
+
</property>
|
140
|
+
<property name="spacing" >
|
141
|
+
<number>6</number>
|
142
|
+
</property>
|
143
|
+
<item>
|
144
|
+
<widget class="QProgressBar" name="progressBar" >
|
145
|
+
<property name="enabled" >
|
146
|
+
<bool>false</bool>
|
147
|
+
</property>
|
148
|
+
<property name="sizePolicy" >
|
149
|
+
<sizepolicy>
|
150
|
+
<hsizetype>7</hsizetype>
|
151
|
+
<vsizetype>0</vsizetype>
|
152
|
+
<horstretch>1</horstretch>
|
153
|
+
<verstretch>0</verstretch>
|
154
|
+
</sizepolicy>
|
155
|
+
</property>
|
156
|
+
<property name="value" >
|
157
|
+
<number>0</number>
|
158
|
+
</property>
|
159
|
+
<property name="textVisible" >
|
160
|
+
<bool>false</bool>
|
161
|
+
</property>
|
162
|
+
<property name="orientation" >
|
163
|
+
<enum>Qt::Horizontal</enum>
|
164
|
+
</property>
|
165
|
+
</widget>
|
166
|
+
</item>
|
167
|
+
<item>
|
168
|
+
<widget class="QDialogButtonBox" name="buttonBox" >
|
169
|
+
<property name="orientation" >
|
170
|
+
<enum>Qt::Horizontal</enum>
|
171
|
+
</property>
|
172
|
+
<property name="standardButtons" >
|
173
|
+
<set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
|
174
|
+
</property>
|
175
|
+
</widget>
|
176
|
+
</item>
|
177
|
+
</layout>
|
178
|
+
</item>
|
179
|
+
</layout>
|
180
|
+
</widget>
|
181
|
+
<customwidgets>
|
182
|
+
<customwidget>
|
183
|
+
<class>QScrollArea</class>
|
184
|
+
<extends>QWidget</extends>
|
185
|
+
<header>qscrollarea.h</header>
|
186
|
+
<container>1</container>
|
187
|
+
</customwidget>
|
188
|
+
</customwidgets>
|
189
|
+
<resources/>
|
190
|
+
<connections>
|
191
|
+
<connection>
|
192
|
+
<sender>buttonBox</sender>
|
193
|
+
<signal>accepted()</signal>
|
194
|
+
<receiver>PreviewDialogBase</receiver>
|
195
|
+
<slot>accept()</slot>
|
196
|
+
<hints>
|
197
|
+
<hint type="sourcelabel" >
|
198
|
+
<x>696</x>
|
199
|
+
<y>526</y>
|
200
|
+
</hint>
|
201
|
+
<hint type="destinationlabel" >
|
202
|
+
<x>677</x>
|
203
|
+
<y>446</y>
|
204
|
+
</hint>
|
205
|
+
</hints>
|
206
|
+
</connection>
|
207
|
+
<connection>
|
208
|
+
<sender>buttonBox</sender>
|
209
|
+
<signal>rejected()</signal>
|
210
|
+
<receiver>PreviewDialogBase</receiver>
|
211
|
+
<slot>reject()</slot>
|
212
|
+
<hints>
|
213
|
+
<hint type="sourcelabel" >
|
214
|
+
<x>587</x>
|
215
|
+
<y>529</y>
|
216
|
+
</hint>
|
217
|
+
<hint type="destinationlabel" >
|
218
|
+
<x>547</x>
|
219
|
+
<y>448</y>
|
220
|
+
</hint>
|
221
|
+
</hints>
|
222
|
+
</connection>
|
223
|
+
</connections>
|
224
|
+
</ui>
|