~ubuntu-branches/debian/sid/kxstitch/sid

« back to all changes in this revision

Viewing changes to kxstitch/newcolordlg.h

  • Committer: Bazaar Package Importer
  • Author(s): Mike O'Connor
  • Date: 2009-03-15 09:07:18 UTC
  • mfrom: (1.2.1 upstream) (4.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090315090718-w1f0d0ho6d2j9a9v
Tags: 0.8.3.1-1
* New Upstream Version
* Chnage build-dep to work with new libmagick++-dev (Closes: 485893)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/****************************************************************************
2
 
** Form interface generated from reading ui file './newcolordlg.ui'
3
 
**
4
 
** Created: Sun Jul 3 15:03:16 2005
5
 
**      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.3   edited Nov 24 2003 $)
6
 
**
7
 
** WARNING! All changes made in this file will be lost!
8
 
****************************************************************************/
9
 
 
10
 
#ifndef NEWCOLORDLG_H
11
 
#define NEWCOLORDLG_H
12
 
 
13
 
#include <qvariant.h>
14
 
#include <qdialog.h>
15
 
 
16
 
class QVBoxLayout;
17
 
class QHBoxLayout;
18
 
class QGridLayout;
19
 
class QSpacerItem;
20
 
class QLabel;
21
 
class QLineEdit;
22
 
class KColorButton;
23
 
class QFrame;
24
 
class QPushButton;
25
 
 
26
 
class NewColorDlg : public QDialog
27
 
{
28
 
    Q_OBJECT
29
 
 
30
 
public:
31
 
    NewColorDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
32
 
    ~NewColorDlg();
33
 
 
34
 
    QLabel* TextLabel1;
35
 
    QLineEdit* FlossName;
36
 
    QLineEdit* FlossDescription;
37
 
    KColorButton* ColorButton;
38
 
    QLabel* TextLabel4;
39
 
    QLabel* TextLabel3;
40
 
    QLabel* TextLabel2;
41
 
    QLabel* SchemeName;
42
 
    QFrame* line1;
43
 
    QPushButton* HelpButton;
44
 
    QPushButton* OKButton;
45
 
    QPushButton* CancelButton;
46
 
 
47
 
protected:
48
 
    QVBoxLayout* NewColorDlgLayout;
49
 
    QSpacerItem* spacer2;
50
 
    QGridLayout* layout3;
51
 
    QHBoxLayout* layout5;
52
 
    QSpacerItem* spacer1;
53
 
 
54
 
protected slots:
55
 
    virtual void languageChange();
56
 
 
57
 
};
58
 
 
59
 
#endif // NEWCOLORDLG_H