*** empty log message ***

This commit is contained in:
Paolo Cignoni cignoni 2008-01-14 18:47:10 +00:00
parent fb0bf18131
commit 657d66167e
2 changed files with 26 additions and 11 deletions

View File

@ -5,8 +5,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>641</width>
<height>587</height>
<width>705</width>
<height>591</height>
</rect>
</property>
<property name="windowTitle" >
@ -66,6 +66,9 @@
<property name="text" >
<string>Red</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
@ -132,11 +135,8 @@
<layout class="QVBoxLayout" >
<item>
<widget class="QPushButton" name="addPointButton" >
<property name="contextMenuPolicy" >
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="text" >
<string>Add...</string>
<string>Add</string>
</property>
</widget>
</item>
@ -180,6 +180,12 @@
</item>
<item>
<widget class="QLabel" name="colorbandLabel" >
<property name="frameShape" >
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow" >
<enum>QFrame::Plain</enum>
</property>
<property name="text" >
<string>ColorBandLabel</string>
</property>
@ -214,7 +220,14 @@
<item>
<layout class="QHBoxLayout" >
<item>
<widget class="QGraphicsView" name="equalizerGraphicsView" />
<widget class="QGraphicsView" name="equalizerGraphicsView" >
<property name="frameShape" >
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow" >
<enum>QFrame::Sunken</enum>
</property>
</widget>
</item>
<item>
<layout class="QGridLayout" >

View File

@ -1,7 +1,7 @@
/********************************************************************************
** Form generated from reading ui file 'qualitymapperdialog.ui'
**
** Created: Sun 13. Jan 18:50:19 2008
** Created: Mon 14. Jan 17:45:12 2008
** by: Qt User Interface Compiler version 4.3.2
**
** WARNING! All changes made in this file will be lost when recompiling ui file!
@ -90,7 +90,7 @@ public:
{
if (QualityMapperDialogClass->objectName().isEmpty())
QualityMapperDialogClass->setObjectName(QString::fromUtf8("QualityMapperDialogClass"));
QualityMapperDialogClass->resize(641, 587);
QualityMapperDialogClass->resize(705, 591);
layoutWidget = new QWidget(QualityMapperDialogClass);
layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
layoutWidget->setGeometry(QRect(20, 0, 618, 571));
@ -147,6 +147,7 @@ public:
hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
redButton = new QRadioButton(channelBox);
redButton->setObjectName(QString::fromUtf8("redButton"));
redButton->setChecked(true);
hboxLayout1->addWidget(redButton);
@ -207,7 +208,6 @@ public:
vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5"));
addPointButton = new QPushButton(transferFunctionEditBox);
addPointButton->setObjectName(QString::fromUtf8("addPointButton"));
addPointButton->setContextMenuPolicy(Qt::CustomContextMenu);
vboxLayout5->addWidget(addPointButton);
@ -242,6 +242,8 @@ public:
colorbandLabel = new QLabel(transferFunctionGroupBox);
colorbandLabel->setObjectName(QString::fromUtf8("colorbandLabel"));
colorbandLabel->setFrameShape(QFrame::NoFrame);
colorbandLabel->setFrameShadow(QFrame::Plain);
hboxLayout3->addWidget(colorbandLabel);
@ -379,7 +381,7 @@ public:
selectedPointBox->setTitle(QApplication::translate("QualityMapperDialogClass", "Selected Point", 0, QApplication::UnicodeUTF8));
xLabel->setText(QApplication::translate("QualityMapperDialogClass", "x", 0, QApplication::UnicodeUTF8));
yLabel->setText(QApplication::translate("QualityMapperDialogClass", "y", 0, QApplication::UnicodeUTF8));
addPointButton->setText(QApplication::translate("QualityMapperDialogClass", "Add...", 0, QApplication::UnicodeUTF8));
addPointButton->setText(QApplication::translate("QualityMapperDialogClass", "Add", 0, QApplication::UnicodeUTF8));
removePointButton->setText(QApplication::translate("QualityMapperDialogClass", "Remove", 0, QApplication::UnicodeUTF8));
saveTransferFunctionButton->setText(QApplication::translate("QualityMapperDialogClass", "Save", 0, QApplication::UnicodeUTF8));
colorbandLabel->setText(QApplication::translate("QualityMapperDialogClass", "ColorBandLabel", 0, QApplication::UnicodeUTF8));