~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

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 QgsNorthArrowPluginGuiBase::pbnOK_clicked()
14
 
{
15
 
 
16
 
}
17
 
 
18
 
 
19
 
void QgsNorthArrowPluginGuiBase::pbnCancel_clicked()
20
 
{
21
 
 
22
 
}
23
 
 
24
 
 
25
 
 
26
 
 
27
 
 
28
 
 
29
 
void QgsNorthArrowPluginGuiBase::sliderRotation_valueChanged( int )
30
 
{
31
 
 
32
 
}
33
 
 
34
 
 
35
 
void QgsNorthArrowPluginGuiBase::sliderRotation_sliderMoved( int )
36
 
{
37
 
 
38
 
}
39
 
 
40
 
 
41
 
void QgsNorthArrowPluginGuiBase::spinSize_valueChanged( int )
42
 
{
43
 
 
44
 
}
45
 
 
46
 
 
47
 
void QgsNorthArrowPluginGuiBase::cboxShow_toggled( bool )
48
 
{
49
 
 
50
 
}
51
 
 
52
 
 
53
 
void QgsNorthArrowPluginGuiBase::cboPlacement_textChanged( const QString & )
54
 
{
55
 
 
56
 
}
57
 
 
58