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

« back to all changes in this revision

Viewing changes to src/ui_tohelpsetupui.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Meskes
  • Date: 2009-09-11 12:37:52 UTC
  • mfrom: (1.2.8 upstream) (3.3.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090911123752-qhu322xlclo2hpqu
Tags: 2.1.0-1
* New upstream version, the rebuild closes: #540046.
* Bumped Standards-Version to 3.8.3, no changes needed.
* New project homepage.
* Removed no longer needed 01_missing_includes.dpatch.
* Removed no longer used dh_desktop call.
* Added README.source file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/********************************************************************************
2
 
** Form generated from reading ui file 'tohelpsetupui.ui'
3
 
**
4
 
** Created: Mon Nov 3 14:34:34 2008
5
 
**      by: Qt User Interface Compiler version 4.4.0
6
 
**
7
 
** WARNING! All changes made in this file will be lost when recompiling ui file!
8
 
********************************************************************************/
9
 
 
10
 
#ifndef UI_TOHELPSETUPUI_H
11
 
#define UI_TOHELPSETUPUI_H
12
 
 
13
 
#include <QtCore/QVariant>
14
 
#include <QtGui/QAction>
15
 
#include <QtGui/QApplication>
16
 
#include <QtGui/QButtonGroup>
17
 
#include <QtGui/QGridLayout>
18
 
#include <QtGui/QPushButton>
19
 
#include <QtGui/QSpacerItem>
20
 
#include <QtGui/QWidget>
21
 
#include "totreewidget.h"
22
 
 
23
 
QT_BEGIN_NAMESPACE
24
 
 
25
 
class Ui_toHelpSetupUI
26
 
{
27
 
public:
28
 
    QGridLayout *gridLayout;
29
 
    toTreeWidget *FileList;
30
 
    QPushButton *AddButton;
31
 
    QSpacerItem *spacerItem;
32
 
    QPushButton *RemoveButton;
33
 
    QPushButton *AddOracle;
34
 
    QSpacerItem *spacerItem1;
35
 
 
36
 
    void setupUi(QWidget *toHelpSetupUI)
37
 
    {
38
 
    if (toHelpSetupUI->objectName().isEmpty())
39
 
        toHelpSetupUI->setObjectName(QString::fromUtf8("toHelpSetupUI"));
40
 
    toHelpSetupUI->resize(506, 448);
41
 
    gridLayout = new QGridLayout(toHelpSetupUI);
42
 
    gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
43
 
    gridLayout->setHorizontalSpacing(6);
44
 
    gridLayout->setVerticalSpacing(6);
45
 
    gridLayout->setContentsMargins(0, 0, 0, 0);
46
 
    FileList = new toTreeWidget(toHelpSetupUI);
47
 
    FileList->setObjectName(QString::fromUtf8("FileList"));
48
 
    FileList->setAllColumnsShowFocus(true);
49
 
 
50
 
    gridLayout->addWidget(FileList, 0, 0, 1, 5);
51
 
 
52
 
    AddButton = new QPushButton(toHelpSetupUI);
53
 
    AddButton->setObjectName(QString::fromUtf8("AddButton"));
54
 
    QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
55
 
    sizePolicy.setHorizontalStretch(0);
56
 
    sizePolicy.setVerticalStretch(0);
57
 
    sizePolicy.setHeightForWidth(AddButton->sizePolicy().hasHeightForWidth());
58
 
    AddButton->setSizePolicy(sizePolicy);
59
 
 
60
 
    gridLayout->addWidget(AddButton, 1, 4, 1, 1);
61
 
 
62
 
    spacerItem = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
63
 
 
64
 
    gridLayout->addItem(spacerItem, 1, 3, 1, 1);
65
 
 
66
 
    RemoveButton = new QPushButton(toHelpSetupUI);
67
 
    RemoveButton->setObjectName(QString::fromUtf8("RemoveButton"));
68
 
    sizePolicy.setHeightForWidth(RemoveButton->sizePolicy().hasHeightForWidth());
69
 
    RemoveButton->setSizePolicy(sizePolicy);
70
 
 
71
 
    gridLayout->addWidget(RemoveButton, 1, 0, 1, 1);
72
 
 
73
 
    AddOracle = new QPushButton(toHelpSetupUI);
74
 
    AddOracle->setObjectName(QString::fromUtf8("AddOracle"));
75
 
    sizePolicy.setHeightForWidth(AddOracle->sizePolicy().hasHeightForWidth());
76
 
    AddOracle->setSizePolicy(sizePolicy);
77
 
 
78
 
    gridLayout->addWidget(AddOracle, 1, 2, 1, 1);
79
 
 
80
 
    spacerItem1 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
81
 
 
82
 
    gridLayout->addItem(spacerItem1, 1, 1, 1, 1);
83
 
 
84
 
    QWidget::setTabOrder(FileList, AddButton);
85
 
    QWidget::setTabOrder(AddButton, RemoveButton);
86
 
 
87
 
    retranslateUi(toHelpSetupUI);
88
 
    QObject::connect(AddButton, SIGNAL(clicked()), toHelpSetupUI, SLOT(addFile()));
89
 
    QObject::connect(RemoveButton, SIGNAL(clicked()), toHelpSetupUI, SLOT(delFile()));
90
 
    QObject::connect(AddOracle, SIGNAL(clicked()), toHelpSetupUI, SLOT(oracleManuals()));
91
 
 
92
 
    QMetaObject::connectSlotsByName(toHelpSetupUI);
93
 
    } // setupUi
94
 
 
95
 
    void retranslateUi(QWidget *toHelpSetupUI)
96
 
    {
97
 
    toHelpSetupUI->setWindowTitle(QApplication::translate("toHelpSetupUI", "Form1", 0, QApplication::UnicodeUTF8));
98
 
 
99
 
#ifndef QT_NO_TOOLTIP
100
 
    toHelpSetupUI->setToolTip(QApplication::translate("toHelpSetupUI", "Add manuals from an Oracle index page.", 0, QApplication::UnicodeUTF8));
101
 
#endif // QT_NO_TOOLTIP
102
 
 
103
 
 
104
 
#ifndef QT_NO_WHATSTHIS
105
 
    toHelpSetupUI->setWhatsThis(QApplication::translate("toHelpSetupUI", "Add manuals from an Oracle index page. This is the index page that links to the actual manuals. Not the master index page that links to different categories of manuals.", 0, QApplication::UnicodeUTF8));
106
 
#endif // QT_NO_WHATSTHIS
107
 
 
108
 
    FileList->headerItem()->setText(0, QApplication::translate("toHelpSetupUI", "Title", 0, QApplication::UnicodeUTF8));
109
 
    FileList->headerItem()->setText(1, QApplication::translate("toHelpSetupUI", "Filename", 0, QApplication::UnicodeUTF8));
110
 
    AddButton->setText(QApplication::translate("toHelpSetupUI", "&Add Manual", 0, QApplication::UnicodeUTF8));
111
 
    RemoveButton->setText(QApplication::translate("toHelpSetupUI", "&Remove Manual", 0, QApplication::UnicodeUTF8));
112
 
    AddOracle->setText(QApplication::translate("toHelpSetupUI", "&Oracle Manuals", 0, QApplication::UnicodeUTF8));
113
 
    Q_UNUSED(toHelpSetupUI);
114
 
    } // retranslateUi
115
 
 
116
 
};
117
 
 
118
 
namespace Ui {
119
 
    class toHelpSetupUI: public Ui_toHelpSetupUI {};
120
 
} // namespace Ui
121
 
 
122
 
QT_END_NAMESPACE
123
 
 
124
 
#endif // UI_TOHELPSETUPUI_H