Changeset 346
- Timestamp:
- Nov 24, 2009, 1:07:03 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/widget/widget.cpp
r341 r346 306 306 }; 307 307 308 #if 0308 #if 309 309 void paintEvent(QPaintEvent *aE) 310 310 { … … 312 312 313 313 QPainter p(this); 314 315 316 314 317 p.setRenderHint(QPainter::Antialiasing); 315 318 … … 321 324 //p.setFont(QFont("Arial", 12)); 322 325 p.drawText(10, 30, QLatin1String("ABC")); 326 327 328 329 330 331 332 333 334 335 323 336 } 324 337 #endif … … 455 468 int main(int argc, char **argv) 456 469 { 457 #if 1470 #if 458 471 //////////////////////////////////////////////////////////////////////////// 459 472 // Text mode
Note:
See TracChangeset
for help on using the changeset viewer.