~ubuntu-branches/ubuntu/precise/ipe/precise

« back to all changes in this revision

Viewing changes to src/ipecanvas/ipedlgtext.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2007-01-09 23:14:51 UTC
  • mfrom: (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20070109231451-3nd095g7ishc108l
Tags: 6.0pre27-3
* debian/gsfonts-fontmap.xml: New.  Fontmap for fonts from gsfonts package.
* debian/rules: Use gsfonts-fontmap.xml instead of tetex-fontmap.xml.
* debian/control: Add texlive-latex-base dependency as alternative to
  tetex-bin (for pdflatex) and replace tetex-extra by gsfonts (for font
  files).  Patch courtesy of Norbert Preining.  Closes: #378537.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 
3
 
    This file is part of the extensible drawing editor Ipe.
4
 
    Copyright (C) 1993-2004  Otfried Cheong
5
 
 
6
 
    Ipe is free software; you can redistribute it and/or modify it
7
 
    under the terms of the GNU General Public License as published by
8
 
    the Free Software Foundation; either version 2 of the License, or
9
 
    (at your option) any later version.
10
 
 
11
 
    As a special exception, you have permission to link Ipe with the
12
 
    CGAL library and distribute executables, as long as you follow the
13
 
    requirements of the Gnu General Public License in regard to all of
14
 
    the software in the executable aside from CGAL.
15
 
 
16
 
    Ipe is distributed in the hope that it will be useful, but WITHOUT
17
 
    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
18
 
    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
19
 
    License for more details.
20
 
 
21
 
    You should have received a copy of the GNU General Public License
22
 
    along with Ipe; if not, you can find it at
23
 
    "http://www.gnu.org/copyleft/gpl.html", or write to the Free
24
 
    Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
25
 
 
26
 
*/
27
 
/****************************************************************************
28
 
** Form interface generated from reading ui file 'ipedlgtext.ui'
29
 
**
30
 
** Created: Fri Sep 24 10:49:06 2004
31
 
**      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.2   edited Nov 24 13:47 $)
32
 
**
33
 
** WARNING! All changes made in this file will be lost!
34
 
****************************************************************************/
35
 
 
36
 
#ifndef IPEDLGCREATETEXT_H
37
 
#define IPEDLGCREATETEXT_H
38
 
 
39
 
#include <qvariant.h>
40
 
#include <qdialog.h>
41
 
 
42
 
class QVBoxLayout;
43
 
class QHBoxLayout;
44
 
class QGridLayout;
45
 
class QSpacerItem;
46
 
class QMultiLineEdit;
47
 
class QLabel;
48
 
class QPushButton;
49
 
 
50
 
class IpeDlgCreateText : public QDialog
51
 
{
52
 
    Q_OBJECT
53
 
 
54
 
public:
55
 
    IpeDlgCreateText( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
56
 
    ~IpeDlgCreateText();
57
 
 
58
 
    QMultiLineEdit* iEditor;
59
 
    QLabel* iLabel;
60
 
    QPushButton* iFlushLeft;
61
 
    QPushButton* buttonOk;
62
 
    QPushButton* buttonCancel;
63
 
 
64
 
public slots:
65
 
    virtual void UpdateData();
66
 
    virtual void FlushLeft();
67
 
 
68
 
protected:
69
 
    QGridLayout* IpeDlgCreateTextLayout;
70
 
    QSpacerItem* Horizontal_Spacing2;
71
 
 
72
 
protected slots:
73
 
    virtual void languageChange();
74
 
 
75
 
};
76
 
 
77
 
#endif // IPEDLGCREATETEXT_H