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

« back to all changes in this revision

Viewing changes to kxstitch/printdlg.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 './printdlg.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 PRINTDLGUI_H
11
 
#define PRINTDLGUI_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 QCheckBox;
21
 
class QFrame;
22
 
class QLabel;
23
 
class QSpinBox;
24
 
class QComboBox;
25
 
 
26
 
class PrintDlgUI : public QWidget
27
 
{
28
 
    Q_OBJECT
29
 
 
30
 
public:
31
 
    PrintDlgUI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
32
 
    ~PrintDlgUI();
33
 
 
34
 
    QCheckBox* Print_FrontPage;
35
 
    QCheckBox* Print_Instructions;
36
 
    QFrame* line1;
37
 
    QCheckBox* Print_Pattern;
38
 
    QCheckBox* Print_SelectedArea;
39
 
    QLabel* squaresInchLabel;
40
 
    QSpinBox* Print_SquaresInch;
41
 
    QLabel* minSpilloverLabel;
42
 
    QSpinBox* Print_SpillOver;
43
 
    QCheckBox* Print_FitSingle;
44
 
    QCheckBox* Print_GridLines;
45
 
    QLabel* stitchesAsLabel;
46
 
    QComboBox* Print_StitchesAs;
47
 
    QLabel* backstitchesAsLabel;
48
 
    QComboBox* Print_BackstitchesAs;
49
 
    QFrame* line2;
50
 
    QCheckBox* Print_ColorKey;
51
 
    QCheckBox* Print_SeperateBackstitching;
52
 
    QCheckBox* Print_FlossUsage;
53
 
    QCheckBox* Print_CombineFractionals;
54
 
    QCheckBox* Print_StitchCount;
55
 
    QFrame* line3;
56
 
    QCheckBox* Print_SetDefault;
57
 
 
58
 
protected:
59
 
    QVBoxLayout* PrintDlgUILayout;
60
 
    QHBoxLayout* layout12;
61
 
    QHBoxLayout* layout20;
62
 
    QHBoxLayout* layout18;
63
 
    QSpacerItem* spacer5;
64
 
    QVBoxLayout* layout17;
65
 
    QHBoxLayout* layout13;
66
 
    QHBoxLayout* layout14;
67
 
    QHBoxLayout* layout15;
68
 
    QHBoxLayout* layout16;
69
 
    QHBoxLayout* layout19;
70
 
    QSpacerItem* spacer7;
71
 
    QGridLayout* layout11;
72
 
 
73
 
protected slots:
74
 
    virtual void languageChange();
75
 
 
76
 
};
77
 
 
78
 
#endif // PRINTDLGUI_H