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

« back to all changes in this revision

Viewing changes to src/totemplatesetupui.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 '../../src/totemplatesetupui.ui'
 
3
**
 
4
** Created: Sa Jan 20 20:43:02 2007
 
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 TOTEMPLATESETUPUI_H
 
11
#define TOTEMPLATESETUPUI_H
 
12
 
 
13
#include <qvariant.h>
 
14
#include <qwidget.h>
 
15
 
 
16
class QVBoxLayout;
 
17
class QHBoxLayout;
 
18
class QGridLayout;
 
19
class QSpacerItem;
 
20
class QListView;
 
21
class QListViewItem;
 
22
class QPushButton;
 
23
 
 
24
class toTemplateSetupUI : public QWidget
 
25
{
 
26
    Q_OBJECT
 
27
 
 
28
public:
 
29
    toTemplateSetupUI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
 
30
    ~toTemplateSetupUI();
 
31
 
 
32
    QListView* FileList;
 
33
    QPushButton* AddButton;
 
34
    QPushButton* RemoveButton;
 
35
    QPushButton* EditButton;
 
36
 
 
37
public slots:
 
38
    virtual void addFile();
 
39
    virtual void editFile();
 
40
    virtual void delFile();
 
41
 
 
42
protected:
 
43
    QGridLayout* toTemplateSetupUILayout;
 
44
    QSpacerItem* Spacer1;
 
45
    QSpacerItem* Spacer2;
 
46
 
 
47
protected slots:
 
48
    virtual void languageChange();
 
49
 
 
50
};
 
51
 
 
52
#endif // TOTEMPLATESETUPUI_H