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

« back to all changes in this revision

Viewing changes to kxstitch/printdlg.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 './printdlg.ui'
3
 
**
4
 
** Created: Sun Jul 3 15:03:15 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 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