~ubuntu-branches/ubuntu/karmic/kxstitch/karmic

« back to all changes in this revision

Viewing changes to kxstitch/patternpropertiesdlg.h

  • Committer: Bazaar Package Importer
  • Author(s): Ilya Barygin
  • Date: 2009-06-20 10:58:28 UTC
  • mfrom: (1.1.3 upstream) (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090620105828-kb6fd4ex7ba60hf6
Tags: 0.8.3.1-1ubuntu1
* Merge from Debian unstable (LP: #389803), remaining changes:
  - Add --without-arts to ./configure params
  - Add dh_icons
* Dropped Ubuntu changes:
  - debian/control: Replace build-depends on libmagick++9-dev with
    graphicsmagick-libmagick-dev-compat
    (upstream code now compiles with libmagick++-dev)
  - Add --with-extra-includes=/usr/include/GraphicsMagick to ./configure
    (Debian package adds /usr/include/ImageMagick)
  - debian/patches/gcc_minmax.patch: Fix FTBFS when building with gcc 4.2
    (fixed upstream)
  - Add quilt support, build-depend on quilt
    (added in Debian package)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/****************************************************************************
2
 
** Form interface generated from reading ui file './patternpropertiesdlg.ui'
3
 
**
4
 
** Created: Mon Jul 3 18:28:46 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 PATTERNPROPERTIESDLG_H
11
 
#define PATTERNPROPERTIESDLG_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 QTabWidget;
21
 
class QWidget;
22
 
class QGroupBox;
23
 
class QLabel;
24
 
class QComboBox;
25
 
class KDoubleNumInput;
26
 
class QLineEdit;
27
 
class KColorButton;
28
 
class QCheckBox;
29
 
class QMultiLineEdit;
30
 
class QPushButton;
31
 
 
32
 
class PatternPropertiesDlg : public QDialog
33
 
{
34
 
    Q_OBJECT
35
 
 
36
 
public:
37
 
    PatternPropertiesDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
38
 
    ~PatternPropertiesDlg();
39
 
 
40
 
    QTabWidget* NewPatternTabs;
41
 
    QWidget* tab;
42
 
    QGroupBox* PatternSize;
43
 
    QLabel* TextLabel1_2;
44
 
    QComboBox* SizeUnits;
45
 
    KDoubleNumInput* ClothCount;
46
 
    KDoubleNumInput* SizeWidth;
47
 
    KDoubleNumInput* SizeHeight;
48
 
    QLabel* TextLabel5;
49
 
    QLabel* TextLabel4;
50
 
    QLabel* TextLabel3;
51
 
    QLabel* TextLabel2;
52
 
    QLineEdit* PatternAuthor;
53
 
    QLabel* TextLabel7;
54
 
    QLineEdit* PatternTitle;
55
 
    QLineEdit* PatternCopyright;
56
 
    QLabel* TextLabel6;
57
 
    QLabel* TextLabel8;
58
 
    QLineEdit* PatternFabric;
59
 
    KColorButton* FabricColor;
60
 
    QLabel* TextLabel1;
61
 
    QComboBox* FlossScheme;
62
 
    QCheckBox* SetDefault;
63
 
    QWidget* tab_2;
64
 
    QMultiLineEdit* PatternInstructions;
65
 
    QPushButton* HelpButton;
66
 
    QPushButton* PatternOK;
67
 
    QPushButton* PatternCancel;
68
 
 
69
 
protected:
70
 
    QVBoxLayout* PatternPropertiesDlgLayout;
71
 
    QVBoxLayout* tabLayout;
72
 
    QVBoxLayout* PatternSizeLayout;
73
 
    QVBoxLayout* layout7;
74
 
    QHBoxLayout* layout5;
75
 
    QGridLayout* layout6;
76
 
    QGridLayout* layout13;
77
 
    QHBoxLayout* layout14;
78
 
    QSpacerItem* spacer1;
79
 
    QVBoxLayout* tabLayout_2;
80
 
    QHBoxLayout* layout7_2;
81
 
    QSpacerItem* spacer2;
82
 
 
83
 
protected slots:
84
 
    virtual void languageChange();
85
 
 
86
 
};
87
 
 
88
 
#endif // PATTERNPROPERTIESDLG_H