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

« back to all changes in this revision

Viewing changes to plugins/north_arrow/pluginguibase.ui.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Halasz
  • Date: 2004-12-21 09:46:27 UTC
  • Revision ID: james.westby@ubuntu.com-20041221094627-r9lb6mlz2o3yp8gn
Tags: upstream-0.6.0
ImportĀ upstreamĀ versionĀ 0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/****************************************************************************
 
3
** ui.h extension file, included from the uic-generated form implementation.
 
4
**
 
5
** If you wish to add, delete or rename functions or slots use
 
6
** Qt Designer which will update this file, preserving your code. Create an
 
7
** init() function in place of a constructor, and a destroy() function in
 
8
** place of a destructor.
 
9
*****************************************************************************/
 
10
 
 
11
 
 
12
 
 
13
void PluginGuiBase::pbnOK_clicked()
 
14
{
 
15
 
 
16
}
 
17
 
 
18
 
 
19
void PluginGuiBase::pbnCancel_clicked()
 
20
{
 
21
 
 
22
}
 
23
 
 
24
 
 
25
 
 
26
 
 
27
 
 
28
 
 
29
void PluginGuiBase::sliderRotation_valueChanged( int )
 
30
{
 
31
 
 
32
}
 
33
 
 
34
 
 
35
void PluginGuiBase::sliderRotation_sliderMoved( int )
 
36
{
 
37
 
 
38
}
 
39
 
 
40
 
 
41
void PluginGuiBase::spinSize_valueChanged( int )
 
42
{
 
43
 
 
44
}
 
45
 
 
46
 
 
47
void PluginGuiBase::cboxShow_toggled( bool )
 
48
{
 
49
 
 
50
}
 
51
 
 
52
 
 
53
void PluginGuiBase::cboPlacement_textChanged( const QString & )
 
54
{
 
55
 
 
56
}