~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to parts/filecreate/addglobaldlg.h

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** Form interface generated from reading ui file './addglobaldlg.ui'
 
3
**
 
4
** Created: Сбт Лют 8 20:48:22 2003
 
5
**      by: The User Interface Compiler ($Id: addglobaldlg.h 206136 2003-02-10 22:09:41Z dymo $)
 
6
**
 
7
** WARNING! All changes made in this file will be lost!
 
8
****************************************************************************/
 
9
 
 
10
#ifndef ADDGLOBALDLG_H
 
11
#define ADDGLOBALDLG_H
 
12
 
 
13
#include <qvariant.h>
 
14
#include <qdialog.h>
 
15
 
 
16
class QVBoxLayout;
 
17
class QHBoxLayout;
 
18
class QGridLayout;
 
19
class QListView;
 
20
class QListViewItem;
 
21
class QPushButton;
 
22
 
 
23
class AddGlobalDlg : public QDialog
 
24
{
 
25
    Q_OBJECT
 
26
 
 
27
public:
 
28
    AddGlobalDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
 
29
    ~AddGlobalDlg();
 
30
 
 
31
    QPushButton* buttonHelp;
 
32
    QPushButton* buttonOk;
 
33
    QPushButton* buttonCancel;
 
34
    QListView* fcglobal_view;
 
35
 
 
36
protected:
 
37
    QGridLayout* AddGlobalDlgLayout;
 
38
    QHBoxLayout* Layout1;
 
39
 
 
40
protected slots:
 
41
    virtual void languageChange();
 
42
};
 
43
 
 
44
#endif // ADDGLOBALDLG_H