Search:

Type: Posts; User: dhirst2880

Search: Search took 0.01 seconds.

  1. Thread: Subclassing

    by dhirst2880
    Replies
    4
    Views
    2,465

    #ifndef AWORKSPACE_H #define AWORKSPACE_H ...

    #ifndef AWORKSPACE_H
    #define AWORKSPACE_H

    #include <qworkspace.h>

    class AWorkspace : public QWorkspace
    {
    Q_OBJECT
    public:
    AWorkspace(QWidget *parent = 0, const char *name = 0) :...
  2. Thread: Subclassing

    by dhirst2880
    Replies
    4
    Views
    2,465

    Subclassing

    I'm working on a small gui project and I needed to subclass a form. Everything looks ok but when I go and compile I'm getting the following error
    In function `AMainWindow::AMainWindow(QWidget *,...
Results 1 to 2 of 2