From d796c9dd933ab96ec83b9a634feedd5d32e1ba3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 12:31:36 -0600 Subject: Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 --- examples/demo/opengl/printpreview.ui | 277 +++++++++++++++++++++++++++++++++++ 1 file changed, 277 insertions(+) create mode 100644 examples/demo/opengl/printpreview.ui (limited to 'examples/demo/opengl/printpreview.ui') diff --git a/examples/demo/opengl/printpreview.ui b/examples/demo/opengl/printpreview.ui new file mode 100644 index 000000000..b312edca1 --- /dev/null +++ b/examples/demo/opengl/printpreview.ui @@ -0,0 +1,277 @@ + +PrintPreview + + + PrintPreview + + + + 0 + 0 + 634 + 195 + + + + Print Preview + + + true + + + + unnamed + + + 11 + + + 6 + + + + GroupBox1 + + + + 7 + 7 + 0 + 0 + + + + Preview + + + + unnamed + + + 11 + + + 6 + + + + pixmapLabel + + + TextLabel1 + + + + + + + GroupBox2 + + + + 4 + 7 + 0 + 0 + + + + Modify + + + + unnamed + + + 11 + + + 6 + + + + checkInvert + + + &Invert Colors + + + + + checkMirror + + + &Mirror + + + + + checkFlip + + + &Flip + + + + + checkLeft + + + Rotate 90° &left + + + + + checkRight + + + Rotate 90° &right + + + + + + + Layout1 + + + + unnamed + + + 0 + + + 6 + + + + buttonHelp + + + &Help + + + true + + + + + Horizontal Spacing2 + + + Horizontal + + + Expanding + + + + + buttonOk + + + + + + &Print + + + true + + + true + + + + + buttonCancel + + + &Discard + + + true + + + + + + + + + buttonOk + clicked() + PrintPreview + accept() + + + buttonCancel + clicked() + PrintPreview + reject() + + + checkLeft + toggled(bool) + checkRight + setDisabled(bool) + + + checkRight + toggled(bool) + checkLeft + setDisabled(bool) + + + checkInvert + toggled(bool) + PrintPreview + invertColors(bool) + + + checkMirror + toggled(bool) + PrintPreview + mirror(bool) + + + checkFlip + toggled(bool) + PrintPreview + flip(bool) + + + checkLeft + toggled(bool) + PrintPreview + rotateLeft(bool) + + + checkRight + toggled(bool) + PrintPreview + rotateRight(bool) + + + + qimage.h + qpixmap.h + printpreview.ui.h + + + TQPixmap pix + + + init() + destroy() + updatePreview() + flip( bool ) + invertColors( bool ) + mirror( bool ) + rotateLeft( bool ) + rotateRight( bool ) + setPixmap( const TQPixmap & pm ) + + + -- cgit v1.2.1