|
1 /******************************************************************************** |
|
2 ** Form generated from reading UI file 'qtgradientview.ui' |
|
3 ** |
|
4 ** Created: Fri Sep 4 10:17:14 2009 |
|
5 ** by: Qt User Interface Compiler version 4.6.0 |
|
6 ** |
|
7 ** WARNING! All changes made in this file will be lost when recompiling UI file! |
|
8 ********************************************************************************/ |
|
9 |
|
10 #ifndef QTGRADIENTVIEW_H |
|
11 #define QTGRADIENTVIEW_H |
|
12 |
|
13 #include <QtCore/QVariant> |
|
14 #include <QtGui/QAction> |
|
15 #include <QtGui/QApplication> |
|
16 #include <QtGui/QButtonGroup> |
|
17 #include <QtGui/QHBoxLayout> |
|
18 #include <QtGui/QHeaderView> |
|
19 #include <QtGui/QListWidget> |
|
20 #include <QtGui/QSpacerItem> |
|
21 #include <QtGui/QToolButton> |
|
22 #include <QtGui/QVBoxLayout> |
|
23 #include <QtGui/QWidget> |
|
24 |
|
25 QT_BEGIN_NAMESPACE |
|
26 |
|
27 class Ui_QtGradientView |
|
28 { |
|
29 public: |
|
30 QVBoxLayout *vboxLayout; |
|
31 QHBoxLayout *hboxLayout; |
|
32 QToolButton *newButton; |
|
33 QToolButton *editButton; |
|
34 QToolButton *renameButton; |
|
35 QToolButton *removeButton; |
|
36 QSpacerItem *spacerItem; |
|
37 QListWidget *listWidget; |
|
38 |
|
39 void setupUi(QWidget *QtGradientView) |
|
40 { |
|
41 if (QtGradientView->objectName().isEmpty()) |
|
42 QtGradientView->setObjectName(QString::fromUtf8("QtGradientView")); |
|
43 QtGradientView->resize(484, 228); |
|
44 vboxLayout = new QVBoxLayout(QtGradientView); |
|
45 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); |
|
46 vboxLayout->setContentsMargins(0, 0, 0, 0); |
|
47 hboxLayout = new QHBoxLayout(); |
|
48 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); |
|
49 newButton = new QToolButton(QtGradientView); |
|
50 newButton->setObjectName(QString::fromUtf8("newButton")); |
|
51 QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum); |
|
52 sizePolicy.setHorizontalStretch(0); |
|
53 sizePolicy.setVerticalStretch(0); |
|
54 sizePolicy.setHeightForWidth(newButton->sizePolicy().hasHeightForWidth()); |
|
55 newButton->setSizePolicy(sizePolicy); |
|
56 newButton->setToolButtonStyle(Qt::ToolButtonTextBesideIcon); |
|
57 newButton->setAutoRaise(true); |
|
58 |
|
59 hboxLayout->addWidget(newButton); |
|
60 |
|
61 editButton = new QToolButton(QtGradientView); |
|
62 editButton->setObjectName(QString::fromUtf8("editButton")); |
|
63 sizePolicy.setHeightForWidth(editButton->sizePolicy().hasHeightForWidth()); |
|
64 editButton->setSizePolicy(sizePolicy); |
|
65 editButton->setToolButtonStyle(Qt::ToolButtonTextBesideIcon); |
|
66 editButton->setAutoRaise(true); |
|
67 |
|
68 hboxLayout->addWidget(editButton); |
|
69 |
|
70 renameButton = new QToolButton(QtGradientView); |
|
71 renameButton->setObjectName(QString::fromUtf8("renameButton")); |
|
72 sizePolicy.setHeightForWidth(renameButton->sizePolicy().hasHeightForWidth()); |
|
73 renameButton->setSizePolicy(sizePolicy); |
|
74 renameButton->setToolButtonStyle(Qt::ToolButtonTextBesideIcon); |
|
75 renameButton->setAutoRaise(true); |
|
76 |
|
77 hboxLayout->addWidget(renameButton); |
|
78 |
|
79 removeButton = new QToolButton(QtGradientView); |
|
80 removeButton->setObjectName(QString::fromUtf8("removeButton")); |
|
81 sizePolicy.setHeightForWidth(removeButton->sizePolicy().hasHeightForWidth()); |
|
82 removeButton->setSizePolicy(sizePolicy); |
|
83 removeButton->setToolButtonStyle(Qt::ToolButtonTextBesideIcon); |
|
84 removeButton->setAutoRaise(true); |
|
85 |
|
86 hboxLayout->addWidget(removeButton); |
|
87 |
|
88 spacerItem = new QSpacerItem(71, 26, QSizePolicy::Expanding, QSizePolicy::Minimum); |
|
89 |
|
90 hboxLayout->addItem(spacerItem); |
|
91 |
|
92 |
|
93 vboxLayout->addLayout(hboxLayout); |
|
94 |
|
95 listWidget = new QListWidget(QtGradientView); |
|
96 listWidget->setObjectName(QString::fromUtf8("listWidget")); |
|
97 |
|
98 vboxLayout->addWidget(listWidget); |
|
99 |
|
100 QWidget::setTabOrder(listWidget, newButton); |
|
101 QWidget::setTabOrder(newButton, editButton); |
|
102 QWidget::setTabOrder(editButton, renameButton); |
|
103 QWidget::setTabOrder(renameButton, removeButton); |
|
104 |
|
105 retranslateUi(QtGradientView); |
|
106 |
|
107 QMetaObject::connectSlotsByName(QtGradientView); |
|
108 } // setupUi |
|
109 |
|
110 void retranslateUi(QWidget *QtGradientView) |
|
111 { |
|
112 QtGradientView->setWindowTitle(QApplication::translate("QtGradientView", "Gradient View", 0, QApplication::UnicodeUTF8)); |
|
113 newButton->setText(QApplication::translate("QtGradientView", "New...", 0, QApplication::UnicodeUTF8)); |
|
114 editButton->setText(QApplication::translate("QtGradientView", "Edit...", 0, QApplication::UnicodeUTF8)); |
|
115 renameButton->setText(QApplication::translate("QtGradientView", "Rename", 0, QApplication::UnicodeUTF8)); |
|
116 removeButton->setText(QApplication::translate("QtGradientView", "Remove", 0, QApplication::UnicodeUTF8)); |
|
117 } // retranslateUi |
|
118 |
|
119 }; |
|
120 |
|
121 namespace Ui { |
|
122 class QtGradientView: public Ui_QtGradientView {}; |
|
123 } // namespace Ui |
|
124 |
|
125 QT_END_NAMESPACE |
|
126 |
|
127 #endif // QTGRADIENTVIEW_H |