~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to plugins/geoprocessing/qgsdlgpgbufferbase.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Steve Halasz
  • Date: 2005-11-05 16:04:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051105160445-l0g4isz5bc9yehet
Tags: 0.7.4-1
* New upstream release
* Build GRASS support in qgis-plugin-grass package (Closes: #248649)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/****************************************************************************
2
2
** Form implementation generated from reading ui file 'qgsdlgpgbufferbase.ui'
3
3
**
4
 
** Created: Tue Nov 30 19:34:16 2004
5
 
**      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.3   edited Nov 24 2003 $)
 
4
** Created: Fri Nov 4 14:21:10 2005
 
5
**      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.4   edited Nov 24 2003 $)
6
6
**
7
7
** WARNING! All changes made in this file will be lost!
8
8
****************************************************************************/
16
16
#include <qcombobox.h>
17
17
#include <qcheckbox.h>
18
18
#include <qlineedit.h>
19
 
#include <qspinbox.h>
20
19
#include <qlayout.h>
21
20
#include <qtooltip.h>
22
21
#include <qwhatsthis.h>
124
123
 
125
124
    groupBox1Layout->addWidget( txtBufferedLayerName, 1, 3 );
126
125
 
127
 
    spinBufferDistance = new QSpinBox( groupBox1, "spinBufferDistance" );
128
 
    spinBufferDistance->setButtonSymbols( QSpinBox::UpDownArrows );
129
 
    spinBufferDistance->setMaxValue( 100000000 );
130
 
    spinBufferDistance->setLineStep( 10 );
131
 
    spinBufferDistance->setValue( 1 );
 
126
    txtBufferDistance = new QLineEdit( groupBox1, "txtBufferDistance" );
132
127
 
133
 
    groupBox1Layout->addWidget( spinBufferDistance, 0, 3 );
 
128
    groupBox1Layout->addWidget( txtBufferDistance, 0, 3 );
134
129
 
135
130
    QgsDlgPgBufferBaseLayout->addWidget( groupBox1, 1, 0 );
136
131
 
138
133
 
139
134
    QgsDlgPgBufferBaseLayout->addWidget( lblBufferInfo, 0, 0 );
140
135
    languageChange();
141
 
    resize( QSize(520, 314).expandedTo(minimumSizeHint()) );
 
136
    resize( QSize(520, 320).expandedTo(minimumSizeHint()) );
142
137
    clearWState( WState_Polished );
143
138
 
144
139
    // signals and slots connections