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

« back to all changes in this revision

Viewing changes to kxstitch/loadpalettedlg.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 './loadpalettedlg.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 SELECTSCHEME_H
11
 
#define SELECTSCHEME_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 QComboBox;
22
 
class QPushButton;
23
 
 
24
 
class SelectScheme : public QDialog
25
 
{
26
 
    Q_OBJECT
27
 
 
28
 
public:
29
 
    SelectScheme( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
30
 
    ~SelectScheme();
31
 
 
32
 
    QLabel* TextLabel1;
33
 
    QComboBox* FlossScheme;
34
 
    QPushButton* OKButton;
35
 
    QPushButton* CancelButton;
36
 
 
37
 
protected:
38
 
    QVBoxLayout* SelectSchemeLayout;
39
 
    QHBoxLayout* layout1;
40
 
    QHBoxLayout* layout2;
41
 
    QSpacerItem* spacer1;
42
 
 
43
 
protected slots:
44
 
    virtual void languageChange();
45
 
 
46
 
};
47
 
 
48
 
#endif // SELECTSCHEME_H