~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to totemplateeditui.h

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2007-05-29 13:13:36 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529131336-85ygaddivvmkd3xc
Tags: 1.3.21pre22-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules: call dh_iconcache
  - Remove g++ build dependency
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/****************************************************************************
2
 
** Form interface generated from reading ui file 'totemplateeditui.ui'
3
 
**
4
 
** Created: Mon Feb 20 12:46:37 2006
5
 
**      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.4   edited Nov 24 2003 $)
6
 
**
7
 
** WARNING! All changes made in this file will be lost!
8
 
****************************************************************************/
9
 
 
10
 
#ifndef TOTEMPLATEEDITUI_H
11
 
#define TOTEMPLATEEDITUI_H
12
 
 
13
 
#include <qvariant.h>
14
 
#include <qpixmap.h>
15
 
#include <qdialog.h>
16
 
 
17
 
class QVBoxLayout;
18
 
class QHBoxLayout;
19
 
class QGridLayout;
20
 
class QSpacerItem;
21
 
class toMarkedText;
22
 
class QListView;
23
 
class QListViewItem;
24
 
class QFrame;
25
 
class QLineEdit;
26
 
class QLabel;
27
 
class QTextView;
28
 
class QPushButton;
29
 
 
30
 
class toTemplateEditUI : public QDialog
31
 
{
32
 
    Q_OBJECT
33
 
 
34
 
public:
35
 
    toTemplateEditUI( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
36
 
    ~toTemplateEditUI();
37
 
 
38
 
    QListView* Templates;
39
 
    QFrame* Frame3;
40
 
    QLineEdit* Name;
41
 
    toMarkedText* Description;
42
 
    QLabel* TextLabel3;
43
 
    QTextView* Preview;
44
 
    QPushButton* PreviewButton;
45
 
    QLabel* TextLabel2;
46
 
    QPushButton* TrashButton;
47
 
    QPushButton* NewButton;
48
 
    QLabel* TextLabel4;
49
 
    QPushButton* PushButton2;
50
 
    QPushButton* PushButton1;
51
 
 
52
 
public slots:
53
 
    virtual void newTemplate();
54
 
    virtual void changeSelection();
55
 
    virtual void preview();
56
 
    virtual void remove();
57
 
    virtual void updateFromMap();
58
 
 
59
 
protected:
60
 
    QGridLayout* toTemplateEditUILayout;
61
 
    QSpacerItem* Spacer1;
62
 
    QGridLayout* Frame3Layout;
63
 
 
64
 
protected slots:
65
 
    virtual void languageChange();
66
 
 
67
 
private:
68
 
    QPixmap image0;
69
 
    QPixmap image1;
70
 
    QPixmap image2;
71
 
 
72
 
};
73
 
 
74
 
#endif // TOTEMPLATEEDITUI_H