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

« back to all changes in this revision

Viewing changes to src/toeditextensiongotoui.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 'toeditextensiongotoui.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 TODEBUGGOTOLINEUI_H
10
 
#define TODEBUGGOTOLINEUI_H
11
 
 
12
 
#include <qvariant.h>
13
 
#include <qdialog.h>
14
 
 
15
 
class QVBoxLayout;
16
 
class QHBoxLayout;
17
 
class QGridLayout;
18
 
class QSpacerItem;
19
 
class QSpinBox;
20
 
class QPushButton;
21
 
class QLabel;
22
 
 
23
 
class toEditExtensionGotoUI : public QDialog
24
 
{
25
 
    Q_OBJECT
26
 
 
27
 
public:
28
 
    toEditExtensionGotoUI( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
29
 
    ~toEditExtensionGotoUI();
30
 
 
31
 
    QSpinBox* Line;
32
 
    QPushButton* pushButton1;
33
 
    QPushButton* pushButton2;
34
 
    QLabel* textLabel1;
35
 
 
36
 
protected:
37
 
    QGridLayout* todebuggotolineUILayout;
38
 
    QSpacerItem* spacer2;
39
 
    QHBoxLayout* layout1;
40
 
    QSpacerItem* spacer1;
41
 
 
42
 
protected slots:
43
 
    virtual void languageChange();
44
 
 
45
 
};
46
 
 
47
 
#endif // TODEBUGGOTOLINEUI_H