Subversion Repositories tpanel

Rev

Rev 419 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 419 Rev 421
Line 20... Line 20...
20
#define __TOBJECT_H__
20
#define __TOBJECT_H__
21
 
21
 
22
#include <string>
22
#include <string>
23
 
23
 
24
#include "tpageinterface.h"
24
#include "tpageinterface.h"
25
#include "tqtextedit.h"
25
//#include "tqtextedit.h"
26
//#include "tqeditline.h"
26
#include "tqeditline.h"
27
 
27
 
28
QT_BEGIN_NAMESPACE
28
QT_BEGIN_NAMESPACE
29
class QLabel;
29
class QLabel;
30
class QWidget;
30
class QWidget;
31
//class QTextEdit;
31
//class QTextEdit;
Line 60... Line 60...
60
        {
60
        {
61
            QVideoWidget *vwidget{nullptr}; // A video window
61
            QVideoWidget *vwidget{nullptr}; // A video window
62
            QLabel *label;                  // For buttons
62
            QLabel *label;                  // For buttons
63
            TQMarquee *marquee;             // For marquee lines
63
            TQMarquee *marquee;             // For marquee lines
64
            QWidget *widget;                // For subpage
64
            QWidget *widget;                // For subpage
65
//            TQEditLine *plaintext;          // For text input
65
            TQEditLine *plaintext;          // For text input
66
            TQTextEdit *plaintext;          // For text input
66
//            TQTextEdit *plaintext;          // For text input
67
            QListWidget *list;              // For lists
67
            QListWidget *list;              // For lists
68
            TQScrollArea *area;             // For scroll area
68
            TQScrollArea *area;             // For scroll area
69
        }_OBJ;
69
        }_OBJ;
70
 
70
 
71
        typedef struct OBJECT_t
71
        typedef struct OBJECT_t