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

« back to all changes in this revision

Viewing changes to src/topreferencesui.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 '../../src/topreferencesui.ui'
 
3
**
 
4
** Created: Sa Jan 20 20:42:58 2007
 
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 TOPREFERENCESUI_H
 
11
#define TOPREFERENCESUI_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 QListBox;
 
21
class QListBoxItem;
 
22
class QFrame;
 
23
class QPushButton;
 
24
 
 
25
class toPreferencesUI : public QDialog
 
26
{
 
27
    Q_OBJECT
 
28
 
 
29
public:
 
30
    toPreferencesUI( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
 
31
    ~toPreferencesUI();
 
32
 
 
33
    QListBox* TabSelection;
 
34
    QFrame* Parent;
 
35
    QPushButton* HelpButton;
 
36
    QPushButton* PushButton2_2;
 
37
    QPushButton* PushButton1;
 
38
    QPushButton* PushButton2;
 
39
 
 
40
public slots:
 
41
    virtual void help();
 
42
    virtual void selectTab(QListBoxItem *);
 
43
    virtual void saveSetting();
 
44
 
 
45
protected:
 
46
    QGridLayout* toPreferencesUILayout;
 
47
    QHBoxLayout* layout1;
 
48
    QSpacerItem* Spacer1;
 
49
 
 
50
protected slots:
 
51
    virtual void languageChange();
 
52
 
 
53
};
 
54
 
 
55
#endif // TOPREFERENCESUI_H