~ubuntu-branches/debian/jessie/basket/jessie

« back to all changes in this revision

Viewing changes to src/popupmenu.h

  • Committer: Bazaar Package Importer
  • Author(s): Sune Vuorela
  • Date: 2008-06-25 20:11:23 UTC
  • mfrom: (4.1.11 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080625201123-06wsi9dla3rs3486
Tags: 1.0.2-5
* Also allow automake 1.10 usage - and just build-dep on automake i
  (Closes: #487981)
* Bye bye ana

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/***************************************************************************
2
2
 *   Copyright (C) 2003 by S�bastien Lao�t                                 *
3
 
 *   sebastien.laout@tuxfamily.org                                         *
 
3
 *   slaout@linux62.org                                                    *
4
4
 *                                                                         *
5
5
 *   This program is free software; you can redistribute it and/or modify  *
6
6
 *   it under the terms of the GNU General Public License as published by  *
54
54
}
55
55
 
56
56
/** Test window of PopupMenu methods.
57
 
  * Just include popupmenu.h in a main QT application and call
 
57
  * Just include popupmenu.h in a main Qt application and call
58
58
  * new PopupMenuTest();
59
59
  * Click the window for more explications.
60
60
  * Resize it to test particular cases.
69
69
#include <qpainter.h>
70
70
#include <qpen.h>
71
71
 
72
 
class PopupMenuTest : public QWidget
 
72
c l a s s   P o p u p M e n u T e s t   :   p u b l i c   Q W i d g e t
73
73
{
74
 
  Q_OBJECT
75
 
  public:
 
74
  Q _ O B J E C T
 
75
  p u b l i c:
76
76
        PopupMenuTest()
77
77
         : QWidget(0)
78
78
        {