Changeset 346


Ignore:
Timestamp:
Nov 24, 2009, 1:07:03 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

tests/widget: Added simple QClipboard image test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/widget/widget.cpp

    r341 r346  
    306306    };
    307307
    308 #if 0
     308#if
    309309    void paintEvent(QPaintEvent *aE)
    310310    {
     
    312312
    313313        QPainter p(this);
     314
     315
     316
    314317        p.setRenderHint(QPainter::Antialiasing);
    315318
     
    321324        //p.setFont(QFont("Arial", 12));
    322325        p.drawText(10, 30, QLatin1String("ABC"));
     326
     327
     328
     329
     330
     331
     332
     333
     334
     335
    323336    }
    324337#endif
     
    455468int main(int argc, char **argv)
    456469{
    457 #if 1
     470#if
    458471    ////////////////////////////////////////////////////////////////////////////
    459472    // Text mode
Note: See TracChangeset for help on using the changeset viewer.