mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-12 00:06:43 -04:00
Support for changes made to dialog ui.
git-svn-id: http://svn.osgeo.org/qgis/trunk@629 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
d367c519be
commit
ce03e5b514
@ -23,6 +23,7 @@
|
||||
#include <qcheckbox.h>
|
||||
#include <qcombobox.h>
|
||||
#include "qgsdlgpgbuffer.h"
|
||||
#include <qspinbox.h>
|
||||
|
||||
QgsDlgPgBuffer::QgsDlgPgBuffer(QWidget * parent, const char *name)
|
||||
:QgsDlgPgBufferBase(parent, name)
|
||||
@ -34,12 +35,12 @@ QgsDlgPgBuffer::~QgsDlgPgBuffer()
|
||||
}
|
||||
void QgsDlgPgBuffer::setBufferLabel(QString & lbl)
|
||||
{
|
||||
lblBufferInfo->setText(lbl);
|
||||
lblBufferInfo->setText("<h2>"+lbl+"</h2>");
|
||||
}
|
||||
|
||||
QString QgsDlgPgBuffer::bufferDistance()
|
||||
{
|
||||
return txtBufferDistance->text();
|
||||
return QString::number(spinBufferDistance->value());
|
||||
}
|
||||
|
||||
QString QgsDlgPgBuffer::bufferLayerName()
|
||||
|
Loading…
x
Reference in New Issue
Block a user