~ubuntu-branches/ubuntu/wily/scribus/wily-proposed

« back to all changes in this revision

Viewing changes to scribus/docsectionsbase.h

  • Committer: Bazaar Package Importer
  • Author(s): Oleksandr Moskalenko
  • Date: 2009-01-23 16:19:28 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090123161928-15mux08ba81ouz2p
Tags: 1.3.3.13.dfsg~svn20081228-2
debian/control: Fix a typo on build depends that somehow passed through
my pbuilder test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/****************************************************************************
2
 
** Form interface generated from reading ui file './docsectionsbase.ui'
3
 
**
4
 
** Created: Fri Jun 20 23:41:19 2008
5
 
**
6
 
** WARNING! All changes made in this file will be lost!
7
 
****************************************************************************/
8
 
 
9
 
#ifndef DOCSECTIONSBASE_H
10
 
#define DOCSECTIONSBASE_H
11
 
 
12
 
#include <qvariant.h>
13
 
#include <qwidget.h>
14
 
#include "pagestructs.h"
15
 
 
16
 
class QVBoxLayout;
17
 
class QHBoxLayout;
18
 
class QGridLayout;
19
 
class QSpacerItem;
20
 
class QGroupBox;
21
 
class QTable;
22
 
class QPushButton;
23
 
 
24
 
class DocSectionsBase : public QWidget
25
 
{
26
 
    Q_OBJECT
27
 
 
28
 
public:
29
 
    DocSectionsBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
30
 
    ~DocSectionsBase();
31
 
 
32
 
    QGroupBox* sectionsGroupBox;
33
 
    QTable* sectionsTable;
34
 
    QPushButton* addButton;
35
 
    QPushButton* deleteButton;
36
 
 
37
 
    ObjAttrVector localAttributes;
38
 
 
39
 
protected:
40
 
    QStringList typesData;
41
 
    QStringList types;
42
 
    QStringList relationships;
43
 
    QStringList autoAddTo;
44
 
    QStringList relationshipsData;
45
 
    QStringList autoAddToData;
46
 
 
47
 
    QVBoxLayout* DocSectionsBaseLayout;
48
 
    QVBoxLayout* sectionsGroupBoxLayout;
49
 
    QHBoxLayout* sectionsHBox;
50
 
    QSpacerItem* buttonSpacer;
51
 
 
52
 
protected slots:
53
 
    virtual void languageChange();
54
 
 
55
 
};
56
 
 
57
 
#endif // DOCSECTIONSBASE_H