~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to src/tosyntaxsetupui.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Meskes
  • Date: 2009-04-07 13:16:05 UTC
  • mfrom: (1.2.7 upstream) (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090407131605-u422yigfv7jgg0l0
Tags: 2.0.0-3
* Cleaned up packaging a little bit.
* Added homepage information to control file.
* Bumped Standards-Version to 3.8.1.
* Released to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/****************************************************************************
2
 
** Form interface generated from reading ui file 'tosyntaxsetupui.ui'
3
 
**
4
 
** Created by: The User Interface Compiler ($Id: qt/main.cpp   3.3.6   edited Aug 31 2005 $)
5
 
**
6
 
** WARNING! All changes made in this file will be lost!
7
 
****************************************************************************/
8
 
 
9
 
#ifndef TOSYNTAXSETUPUI_H
10
 
#define TOSYNTAXSETUPUI_H
11
 
 
12
 
#include <qvariant.h>
13
 
#include <qpixmap.h>
14
 
#include <qwidget.h>
15
 
 
16
 
class QVBoxLayout;
17
 
class QHBoxLayout;
18
 
class QGridLayout;
19
 
class QSpacerItem;
20
 
class toHighlightedText;
21
 
class QGroupBox;
22
 
class QCheckBox;
23
 
class QPushButton;
24
 
class QLabel;
25
 
class QLineEdit;
26
 
class QSpinBox;
27
 
class QListBox;
28
 
class QListBoxItem;
29
 
 
30
 
class toSyntaxSetupUI : public QWidget
31
 
{
32
 
    Q_OBJECT
33
 
 
34
 
public:
35
 
    toSyntaxSetupUI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
36
 
    ~toSyntaxSetupUI();
37
 
 
38
 
    QGroupBox* Options;
39
 
    QCheckBox* KeywordUpper;
40
 
    QCheckBox* CodeCompletion;
41
 
    QCheckBox* CompletionSort;
42
 
    QCheckBox* SyntaxHighlighting;
43
 
    QCheckBox* AutoIndent;
44
 
    QPushButton* PushButton1;
45
 
    QLabel* ResultExample;
46
 
    QLabel* CodeExample;
47
 
    QPushButton* PushButton1_2;
48
 
    QPushButton* PushButton1_2_2;
49
 
    QLabel* TextExample;
50
 
    QLineEdit* Extensions;
51
 
    QLabel* TextLabel1;
52
 
    QSpinBox* TabStop;
53
 
    QLabel* TextLabel1_2;
54
 
    toHighlightedText* Example;
55
 
    QGroupBox* GroupBox2;
56
 
    QLabel* ExampleColor;
57
 
    QPushButton* PushButton3;
58
 
    QListBox* SyntaxComponent;
59
 
 
60
 
public slots:
61
 
    virtual void changeHighlight(bool);
62
 
    virtual void changeLine(QListBoxItem *);
63
 
    virtual void changeUpper(bool);
64
 
    virtual void selectText(void);
65
 
    virtual void selectColor(void);
66
 
    virtual void selectFont(void);
67
 
    virtual void selectResultFont(void);
68
 
 
69
 
protected:
70
 
    QGridLayout* toSyntaxSetupUILayout;
71
 
    QGridLayout* OptionsLayout;
72
 
    QSpacerItem* Spacer1;
73
 
    QGridLayout* GroupBox2Layout;
74
 
 
75
 
protected slots:
76
 
    virtual void languageChange();
77
 
 
78
 
private:
79
 
    QPixmap image0;
80
 
 
81
 
};
82
 
 
83
 
#endif // TOSYNTAXSETUPUI_H