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

« back to all changes in this revision

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