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

« back to all changes in this revision

Viewing changes to src/totuningsettingui.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 'totuningsettingui.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 TOTUNINGSETTINGUI_H
10
 
#define TOTUNINGSETTINGUI_H
11
 
 
12
 
#include <qvariant.h>
13
 
#include <qwidget.h>
14
 
 
15
 
class QVBoxLayout;
16
 
class QHBoxLayout;
17
 
class QGridLayout;
18
 
class QSpacerItem;
19
 
class QGroupBox;
20
 
class QListView;
21
 
class QListViewItem;
22
 
class QLabel;
23
 
 
24
 
class toTuningSettingUI : public QWidget
25
 
{
26
 
    Q_OBJECT
27
 
 
28
 
public:
29
 
    toTuningSettingUI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
30
 
    ~toTuningSettingUI();
31
 
 
32
 
    QGroupBox* ServerTuning;
33
 
    QListView* EnabledTabs;
34
 
    QLabel* TextLabel1;
35
 
 
36
 
protected:
37
 
    QGridLayout* toTuningSettingUILayout;
38
 
    QGridLayout* ServerTuningLayout;
39
 
 
40
 
protected slots:
41
 
    virtual void languageChange();
42
 
 
43
 
};
44
 
 
45
 
#endif // TOTUNINGSETTINGUI_H