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

« back to all changes in this revision

Viewing changes to tosearchreplaceui.h

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2007-05-29 13:13:36 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529131336-85ygaddivvmkd3xc
Tags: 1.3.21pre22-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules: call dh_iconcache
  - Remove g++ build dependency
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/****************************************************************************
2
 
** Form interface generated from reading ui file 'tosearchreplaceui.ui'
3
 
**
4
 
** Created: Mon Feb 20 12:46:37 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 TOSEARCHREPLACEUI_H
11
 
#define TOSEARCHREPLACEUI_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 QPushButton;
21
 
class QFrame;
22
 
class QButtonGroup;
23
 
class QMultiLineEdit;
24
 
class QRadioButton;
25
 
class QCheckBox;
26
 
class QGroupBox;
27
 
 
28
 
class toSearchReplaceUI : public QDialog
29
 
{
30
 
    Q_OBJECT
31
 
 
32
 
public:
33
 
    toSearchReplaceUI( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
34
 
    ~toSearchReplaceUI();
35
 
 
36
 
    QPushButton* Search;
37
 
    QPushButton* SearchNext;
38
 
    QPushButton* Replace;
39
 
    QPushButton* ReplaceAll;
40
 
    QPushButton* Close;
41
 
    QFrame* Line1;
42
 
    QFrame* Frame3;
43
 
    QButtonGroup* ButtonGroup1;
44
 
    QMultiLineEdit* SearchText;
45
 
    QRadioButton* Exact;
46
 
    QCheckBox* WholeWord;
47
 
    QCheckBox* IgnoreCase;
48
 
    QRadioButton* RegExp;
49
 
    QGroupBox* GroupBox1;
50
 
    QMultiLineEdit* ReplaceText;
51
 
 
52
 
public slots:
53
 
    virtual void displayHelp();
54
 
    virtual void replace();
55
 
    virtual void replaceAll();
56
 
    virtual void search();
57
 
    virtual void searchChanged();
58
 
    virtual void searchNext();
59
 
 
60
 
protected:
61
 
    QGridLayout* toSearchReplaceUILayout;
62
 
    QSpacerItem* Spacer1;
63
 
    QVBoxLayout* Frame3Layout;
64
 
    QGridLayout* ButtonGroup1Layout;
65
 
    QSpacerItem* Spacer2;
66
 
    QGridLayout* GroupBox1Layout;
67
 
 
68
 
protected slots:
69
 
    virtual void languageChange();
70
 
 
71
 
};
72
 
 
73
 
#endif // TOSEARCHREPLACEUI_H