|
|
/**
* @short Widget that will be used to display a line in a report
*
*/
class CReportLineWidget : public QWidget
{
public: /* methods */
CReportLineWidget( QWidget *parent )
private: /* methods */
void drawContents( QPainter *p, int x, int y, int w, int h );
};
| Generated by: root on linux on Sun Jul 13 18:06:35 2003, using kdoc 2.0a54. |